perl 5.002beta1h patch: Configure
[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"
16d20bd9 15
16# We don't want these libraries. Anyone know why?
ecfc5424 17set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
f4cb4c40 18shift
19libswanted="$*"
ecfc5424 20#
f4cb4c40 21# The following might be of interest if you wish to try 64-bit mode:
ecfc5424 22# irix_6_64bit.sh
f4cb4c40 23# Krishna Sethuraman, krishna@mit.edu
ecfc5424 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'.
f4cb4c40 29
ecfc5424 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).
f4cb4c40 32
33# i_time='define'
ecfc5424 34# ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -woff 1009 -OPT:fold_arith_limit=1046"
f4cb4c40 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="$*"