diff options
author | Chip Salzenberg <chip@atlantic.net> | 1997-04-18 00:00:00 +0000 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-18 00:00:00 +0000 |
commit | 34cda023447cc35a1b9e90871460e035dddae4de (patch) | |
tree | f1837f1a9bd55d4942c4d72d2cc1f895b1bc7405 /hints | |
parent | 8903cb82b09fb34870c757f52ce481b09be4b606 (diff) | |
parent | 7f505e5d2748dc2677688b22967678392a186b16 (diff) | |
download | perl-34cda023447cc35a1b9e90871460e035dddae4de.tar.gz |
[differences between cumulative patch application and perl-5.003_97g]perl-5.003_97g
Diffstat (limited to 'hints')
-rw-r--r-- | hints/irix_6_2.sh | 64 | ||||
-rw-r--r-- | hints/irix_6_3.sh | 16 | ||||
-rw-r--r-- | hints/irix_6_4.sh | 29 |
3 files changed, 0 insertions, 109 deletions
diff --git a/hints/irix_6_2.sh b/hints/irix_6_2.sh deleted file mode 100644 index 4f49a8ed8d..0000000000 --- a/hints/irix_6_2.sh +++ /dev/null @@ -1,64 +0,0 @@ -# hints/irix_6_2.sh -# -# original from Krishna Sethuraman, krishna@sgi.com -# -# Updated Mon Jul 22 14:52:25 EDT 1996 -# Andy Dougherty <doughera@lafcol.lafayette.edu> -# with help from Dean Roehrich <roehrich@cray.com>. -# cc -n32 update info from Krishna Sethuraman, krishna@sgi.com. -# additional update from Scott Henry, scotth@sgi.com - -# Use sh Configure -Dcc='cc -n32' to try compiling with -n32. - -case "$cc" in -*"cc -n32"*) - ld=ld - ccflags="$ccflags -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1184 -OPT:Olimit=0" -# optimize='none' # for pre-7.1 compilers. Miniperl core dumps with -O - optimize='-O3' # This works with the 7.1 and later compilers - ldflags=' -L/usr/local/lib -L/usr/lib32 -L/lib32' - cccdlflags=' ' - lddlflags="-n32 -shared" - libc='/usr/lib32/libc.so' - plibpth='/usr/lib32 /lib32 /usr/ccs/lib' - nm_opt='-p' - nm_so_opt='-p' - ;; -*) - # this is needed to force the old-32 paths - # since the system default can be changed. - ccflags="$ccflags -32 -D_BSD_TYPES -D_BSD_TIME -Olimit 3000" - ;; -esac - -pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"' - -# We don't want these libraries. Anyone know why? -set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'` -shift -libswanted="$*" - -# I have conflicting reports about the sun, crypt, bsd, and PW -# libraries on Irix 6.2. -# -# One user rerports: -# Don't need sun crypt bsd PW under 6.2. You *may* need to link -# with these if you want to run perl built under 6.2 on a 5.3 machine -# (I haven't checked) -# -# Another user reported that if he included those libraries, a large number -# of the tests failed (approx. 20-25) and he would get a core dump. To -# make things worse, test results were inconsistent, i.e., some of the -# tests would pass some times and fail at other times. -# The safest thing to do seems to be to eliminate them. -# -# Actually, the only libs that you want are '-lm'. Everything else -# you need is in libc. You do also need '-lbsd' if you choose not -# to use the -D_BSD_* defines. Note that as of 6.2 the only -# difference between '-lmalloc' and '-lc' malloc is the debugging -# and control calls. -- scotth@sgi.com - -set `echo X "$libswanted "|sed -e 's/ sun / /' -e 's/ crypt / /' -e 's/ bsd / /' -e 's/ PW / /'` -shift -libswanted="$*" - diff --git a/hints/irix_6_3.sh b/hints/irix_6_3.sh deleted file mode 100644 index 11bd82ac38..0000000000 --- a/hints/irix_6_3.sh +++ /dev/null @@ -1,16 +0,0 @@ -# hints/irix_6_3.sh -# -# Created by John Stoffel (jfs@fluent.com), 01/13/1997 -# Based on the Irix 6.2 hints file, but simplified. - -# Configure can't parse 'nm' output on Irix 6.3 -usenm='n' - -# This keeps optimizer warnings quiet. -ccflags="$ccflags -Olimit 3000" - -# Gets rid of some extra libs that don't seem to be really needed. -# See the Irix 6.2 hints file for some justifications. -set `echo X "$libswanted "|sed -e 's/ sun / /' -e 's/ crypt / /' -e 's/ bsd / /' -e 's/ PW / /' -e 's/ dl / /' -e 's/ socket / /' -e 's/ nsl / /'` -shift -libswanted="$*" diff --git a/hints/irix_6_4.sh b/hints/irix_6_4.sh deleted file mode 100644 index 056ed78080..0000000000 --- a/hints/irix_6_4.sh +++ /dev/null @@ -1,29 +0,0 @@ -# hints/irix_6_4.sh -# -# Created by John Stoffel (jfs@fluent.com), 02/11/1997 -# Based on the Irix 6.2 hints file, but simplified. - -# Configure can't parse 'nm' output on Irix 6.4 -usenm='n' - -# The new Irix IDO v7.1 compiler is strange... - -irix_hint_cc=`cc -version 2>&1` -case "$irix_hint_cc" in -*7.1*) - ccflags="$ccflags -OPT:Olimit=13000 -w" - optimize="-O2" - ;; -*) - ccflags="$ccflags -Olimit 3000" - ;; -esac -unset irix_hint_cc - -pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"' - -# Gets rid of some extra libs that don't seem to be really needed. -# See the Irix 6.2 hints file for some justifications. -set `echo X "$libswanted "|sed -e 's/ sun / /' -e 's/ crypt / /' -e 's/ bsd / /' -e 's/ PW / /' -e 's/ dl / /' -e 's/ socket / /' -e 's/ nsl / /'` -shift -libswanted="$*" |