summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-08-12 18:44:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-12 18:44:05 +0000
commit389b72ffba57effeed96b76240b691bbd83408f7 (patch)
treeb8aa8ad0f8c937657bf8e2b0ebd31bb7bd647065 /hints
parent8f5dcfc358ca27d39ad557add7688c0abbc87448 (diff)
downloadperl-389b72ffba57effeed96b76240b691bbd83408f7.tar.gz
Suffer silently for unused libraries.
p4raw-id: //depot/cfgperl@3967
Diffstat (limited to 'hints')
-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 1b032cdb70..11d5a6e68f 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.
+ccflags="$ccflags -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)