This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add descriptions for $^E and $^O, and squash a typo.
[perl5.git] / hints / irix_6_2.sh
CommitLineData
4633a7c4 1# irix_6_2.sh
65b3e9ae 2# from Krishna Sethuraman, krishna@sgi.com
4633a7c4
LW
3# Date: Tue Aug 22 00:38:26 PDT 1995
4# removed -ansiposix and -D_POSIX_SOURCE cuz it was choking
5
6# Perl built with this hints file under IRIX 6.2 passes
7# all tests (`make test').
8
9ld=ld
10i_time='define'
11cc="cc -32"
12ccflags="$ccflags -D_BSD_TYPES -D_BSD_TIME -Olimit 3000"
13#ccflags="$ccflags -Olimit 3000" # this line builds perl but not tk (beta 8)
14lddlflags="-32 -shared"
4bf4dbb3 15# Configure would suggest the default -Kpic, which won't work for SGI.
16# Configure will respect this blank hint value instead.
17cccdlflags=' '
4633a7c4
LW
18
19# We don't want these libraries. Anyone know why?
20set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
21shift
22libswanted="$*"
23# Don't need sun crypt bsd PW under 6.2. You *may* need to link
24# with these if you want to run perl built under 6.2 on a 5.3 machine
25# (I haven't checked)
26#set `echo X "$libswanted "|sed -e 's/ sun / /' -e 's/ crypt / /' -e 's/ bsd / /' -e 's/ PW / /'`
27#shift
28#libswanted="$*"