summaryrefslogtreecommitdiff
path: root/hints/irix_6.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-08-12 21:02:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-12 21:02:03 +0000
commitca86e6a07fade85950f579f6189846c438e0eb8c (patch)
treee833913ad14edbb3d8ab51f74deb0ad6d95ffa1b /hints/irix_6.sh
parent69e84d1dc8ad7d0421132084aba6bbb0a8ec7b99 (diff)
downloadperl-ca86e6a07fade85950f579f6189846c438e0eb8c.tar.gz
Reincarnate change #3967, now in more modest form.
p4raw-link: @3967 on //depot/cfgperl: 389b72ffba57effeed96b76240b691bbd83408f7 p4raw-id: //depot/cfgperl@3975
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r--hints/irix_6.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh
index 22189469ba..84561b7faa 100644
--- a/hints/irix_6.sh
+++ b/hints/irix_6.sh
@@ -137,6 +137,9 @@ malloc_cflags='ccflags="-DSTRICT_ALIGNMENT $ccflags"'
;;
esac
+# Don't groan about unused libraries.
+ldflags="$ldflags -Wl,-woff,84"
+
# 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)