diff options
author | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1995-01-18 02:27:49 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1995-01-18 02:27:49 +0000 |
commit | f4cb4c40de81ad9c5a8e775c2298ec5a52130124 (patch) | |
tree | bad0204337c331cde841254c428d1a6ebee231a2 /hints/irix_5.sh | |
parent | 3edbfbe5ecbb7e6fb99acc874379580a458f3cff (diff) | |
download | perl-f4cb4c40de81ad9c5a8e775c2298ec5a52130124.tar.gz |
perl 5.000d : [hint file updates]
This patch consolidates most of the hint file updates I've been
collecting since perl5.000's release. Some of the updates don't make
any sense until you also apply the Configure patches in patch.0g.
(A few late arrivals are also in patch.0g.)
Diffstat (limited to 'hints/irix_5.sh')
-rw-r--r-- | hints/irix_5.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hints/irix_5.sh b/hints/irix_5.sh index dcbcfba5d9..113312b43d 100644 --- a/hints/irix_5.sh +++ b/hints/irix_5.sh @@ -2,9 +2,6 @@ i_time='define' ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -Olimit 3000" lddlflags="-shared" -case "$usedl" in -'') usedl='y' ;; -esac set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'` shift libswanted="$*" |