summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/hints/nonstopux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/hints/nonstopux.sh')
-rw-r--r--contrib/perl5/hints/nonstopux.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/perl5/hints/nonstopux.sh b/contrib/perl5/hints/nonstopux.sh
deleted file mode 100644
index aec05ee..0000000
--- a/contrib/perl5/hints/nonstopux.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-
OpenPOWER on IntegriCloud