diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-12 20:49:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-12 20:49:36 +0000 |
commit | 69e84d1dc8ad7d0421132084aba6bbb0a8ec7b99 (patch) | |
tree | f3359ba6662dd3e49ca52ff4ac9c54978f484ded /hints/irix_6.sh | |
parent | 5cec1e3b3b86ef84555da325ea92c9cc0b18b7b2 (diff) | |
download | perl-69e84d1dc8ad7d0421132084aba6bbb0a8ec7b99.tar.gz |
Remove rt from libswanted (I added it many moons ago
when I thought it would be useful in Digital UNIX,
I was wrong); undo the recent IRIX hints changes,
getting rid of one warning brought new ones.
p4raw-id: //depot/cfgperl@3974
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r-- | hints/irix_6.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 0c61b6e882..22189469ba 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -137,13 +137,6 @@ malloc_cflags='ccflags="-DSTRICT_ALIGNMENT $ccflags"' ;; esac -# Don't groan about unused libraries. -ccflags="$ccflags -Wl,-woff,84" -case "$ld" in -*cc*) ldflags="$ldflags -Wl,-woff,84" ;; -*ld) ldflags="$ldflags -woff 84" ;; -esac - # We don't want these libraries. # Socket networking is in libc, these are not installed by default, # and just slow perl down. (scotth@sgi.com) @@ -242,7 +235,7 @@ EOM esac case "$ccflags" in *-n32*) - ccflags="$ccflags -DUSE_LONG_LONG -D__LONGLONG" + ccflags="$ccflags -DUSE_LONG_LONG" archname64="-n32" d_open64="$undef" # In -n32 mode (ILP32LL64) we use the standard open(). |