:_75 - Update hints/aix.sh for c_r library
[p5sagit/p5-mst-13.2.git] / hints / unicos.sh
index 7579eed..ab0203b 100644 (file)
@@ -1,10 +1,16 @@
 case `uname -r` in
 6.1*) shellflags="-m+65536" ;;
 esac
-optimize="-O1"
+case "$optimize" in
+'') optimize="-O1" ;;
+esac
 d_setregid='undef'
 d_setreuid='undef'
 case "$usemymalloc" in
-'') usemymalloc='y' ;;
+'') # 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
-