perl 5.002beta1h patch: Configure
[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
16 # We don't want these libraries.  Anyone know why?
17 set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
18 shift
19 libswanted="$*"
20 #
21 # The following might be of interest if you wish to try 64-bit mode:
22 # irix_6_64bit.sh
23 # Krishna Sethuraman, krishna@mit.edu
24 # taken from irix_5.sh .  Changes from irix_5.sh:
25 # Olimit and nested comments (warning 1009) no longer accepted
26 # -OPT:fold_arith_limit so POSIX module will optimize
27 # no 64bit versions of sun, crypt, nsl, socket, dl dso's available
28 # as of IRIX 6.0.1 so omit those from libswanted line via `sed'.
29
30 # perl 5 built with this hints file passes most tests (`make test').
31 # Fails on op/subst test only. (built and tested under IRIX 6.0.1).
32
33 # i_time='define'
34 # ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -woff 1009 -OPT:fold_arith_limit=1046"
35 # lddlflags="-shared"
36 # set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ sun / /' -e 's/ crypt / /' -e 's/ nsl / /' -e 's/ dl / /'`
37 # shift
38 # libswanted="$*"