12a809d5f478e03bc7b8886889b3a1ab945cfba0
[p5sagit/p5-mst-13.2.git] / hints / unicos.sh
1 case `uname -r` in
2 6.1*) shellflags="-m+65536" ;;
3 esac
4 case "$optimize" in
5 # If we used fastmd (the default) integer values would be limited to 43 bits.
6 # --Mark P. Lutz
7 '') optimize="$optimize -h nofastmd" ;;
8 esac
9 # The default is to die on math overflows with an runtime error.
10 # Let's not do that. --jhi
11 ccflags="$ccflags -h matherr=errno" 
12 # Avoid an optimizer bug where a volatile variables
13 # isn't correctly saved and restored --Mark P. Lutz 
14 pp_ctl_cflags='ccflags="$ccflags -h scalar0 -h vector0"'
15 case "$usemymalloc" in
16 '') # The perl malloc.c SHOULD work says Ilya.
17     # But for the time being (5.004_68), alas, it doesn't. --jhi
18     # usemymalloc='y'
19     # ccflags="$ccflags -DNO_RCHECK"
20     usemymalloc='n'
21     ;;
22 esac
23 # Configure gets fooled for some reason.  There is no getpgid().
24 d_getpgid='undef'
25 # These exist but do not really work.
26 d_setregid='undef'
27 d_setreuid='undef'