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