From: Jarkko Hietaniemi Date: Thu, 12 Aug 1999 18:44:05 +0000 (+0000) Subject: Suffer silently for unused libraries. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=389b72ffba57effeed96b76240b691bbd83408f7;p=p5sagit%2Fp5-mst-13.2.git Suffer silently for unused libraries. p4raw-id: //depot/cfgperl@3967 --- diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 1b032cd..11d5a6e 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)