This is my patch patch.1h for perl5.001.
[p5sagit/p5-mst-13.2.git] / hints / irix_6.sh
1 # irix_6.sh
2 # from Krishna Sethuraman, krishna@mit.edu
3 # Date: Wed Jan 18 11:40:08 EST 1995
4 # added `-32' to force compilation in 32-bit mode.
5 # otherwise, copied from irix_5.sh.
6
7 # Perl built with this hints file under IRIX 6.0.1 passes 
8 # all tests (`make test').
9
10 ld=ld
11 i_time='define'
12 cc="cc -32"
13 ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -Olimit 3000"
14 lddlflags="-32 -shared"
15 set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
16 shift
17 libswanted="$*"
18 #
19 # The following might be of interest if you wish to try 64-bit mode:
20 # irix_6_64bit.sh
21 # Krishna Sethuraman, krishna@mit.edu
22 # taken from irix_5.sh .  Changes from irix_5.sh:
23 # Olimit and nested comments (warning 1009) no longer accepted
24 # -OPT:fold_arith_limit so POSIX module will optimize
25 # no 64bit versions of sun, crypt, nsl, socket, dl dso's available
26 # as of IRIX 6.0.1 so omit those from libswanted line via `sed'.
27
28 # perl 5 built with this hints file passes most tests (`make test').
29 # Fails on op/subst test only. (built and tested under IRIX 6.0.1).
30
31 # i_time='define'
32 # ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -woff 1009 -OPT:fold_arith_limit=1046"
33 # lddlflags="-shared"
34 # set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ sun / /' -e 's/ crypt / /' -e 's/ nsl / /' -e 's/ dl / /'`
35 # shift
36 # libswanted="$*"