This is my patch patch.1h for perl5.001.
[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
f0b7e567 10ld=ld
f4cb4c40 11i_time='define'
12cc="cc -32"
13ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -Olimit 3000"
14lddlflags="-32 -shared"
ecfc5424 15set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
f4cb4c40 16shift
17libswanted="$*"
ecfc5424 18#
f4cb4c40 19# The following might be of interest if you wish to try 64-bit mode:
ecfc5424 20# irix_6_64bit.sh
f4cb4c40 21# Krishna Sethuraman, krishna@mit.edu
ecfc5424 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'.
f4cb4c40 27
ecfc5424 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).
f4cb4c40 30
31# i_time='define'
ecfc5424 32# ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -woff 1009 -OPT:fold_arith_limit=1046"
f4cb4c40 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="$*"