From cf90a21ebd2262e09730a5a55c5ccb62f1622fad Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sat, 16 Mar 2002 20:14:31 +0000 Subject: Vendor import Perl 5.6.1 --- contrib/perl5/hints/nonstopux.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 contrib/perl5/hints/nonstopux.sh (limited to 'contrib/perl5/hints') diff --git a/contrib/perl5/hints/nonstopux.sh b/contrib/perl5/hints/nonstopux.sh new file mode 100644 index 000000000000..aec05ee680a8 --- /dev/null +++ b/contrib/perl5/hints/nonstopux.sh @@ -0,0 +1,17 @@ +# tom_bates@att.net +# mips-compaq-nonstopux + +. $src/hints/svr4.sh + +case "$cc" in + *gcc*) + ccflags='-fno-strict-aliasing' + lddlflags='-shared' + ldflags='' + ;; + *) + cc="cc -Xa -Olimit 4096" + malloctype="void *" + ;; +esac + -- cgit v1.2.3