summaryrefslogtreecommitdiff
path: root/hints/unicos.sh
diff options
context:
space:
mode:
authorMark P Lutz <tecmpl1@triton.ca.boeing.com>2000-04-14 20:21:00 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-04-24 19:09:06 +0000
commit8bda1795263a5b700b86a63303514e5d538dd644 (patch)
treef22acaed7cb6135d27213abfffd2486208bcccf4 /hints/unicos.sh
parent92d29cee5ff815b05b81b877528e4c77e73881c9 (diff)
downloadperl-8bda1795263a5b700b86a63303514e5d538dd644.tar.gz
Various Unicos 10.0.0.6 fixes.
Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90 Reply-To: tecmpl1@triton.ca.boeing.com To: perl5-porters@perl.org Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> p4raw-id: //depot/cfgperl@5940
Diffstat (limited to 'hints/unicos.sh')
-rw-r--r--hints/unicos.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh
index 7ffd73fbcc..ddbdee4ca0 100644
--- a/hints/unicos.sh
+++ b/hints/unicos.sh
@@ -2,13 +2,16 @@ case `uname -r` in
6.1*) shellflags="-m+65536" ;;
esac
case "$optimize" in
-'') optimize="-O1" ;;
+'') optimize="-O1 -h nofastmd" ;;
+esac
+case `uname -r` in
+10.*) pp_ctl_cflags='ccflags="$ccflags -DUNICOS_BROKEN_VOLATILE' ;;
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.
+'') # The perl malloc.c SHOULD work in Unicos (ILP64) says Ilya.
+ # But for the time being (5.004_68), alas, it doesn't. --jhi
# usemymalloc='y'
# ccflags="$ccflags -DNO_RCHECK"
usemymalloc='n'