summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/hints/unicos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/hints/unicos.sh')
-rw-r--r--contrib/perl5/hints/unicos.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/perl5/hints/unicos.sh b/contrib/perl5/hints/unicos.sh
new file mode 100644
index 0000000..ab0203b
--- /dev/null
+++ b/contrib/perl5/hints/unicos.sh
@@ -0,0 +1,16 @@
+case `uname -r` in
+6.1*) shellflags="-m+65536" ;;
+esac
+case "$optimize" in
+'') optimize="-O1" ;;
+esac
+d_setregid='undef'
+d_setreuid='undef'
+case "$usemymalloc" in
+'') # The perl malloc.c SHOULD work says Ilya.
+ # But for the time being (5.004_68), alas, it doesn't.
+ # usemymalloc='y'
+ # ccflags="$ccflags -DNO_RCHECK"
+ usemymalloc='n'
+ ;;
+esac
OpenPOWER on IntegriCloud