projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
69e84d1
)
Reincarnate change #3967, now in more modest form.
Jarkko Hietaniemi [Thu, 12 Aug 1999 21:02:03 +0000 (21:02 +0000)]
p4raw-link: @3967 on //depot/cfgperl:
389b72ffba57effeed96b76240b691bbd83408f7
p4raw-id: //depot/cfgperl@3975
hints/irix_6.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/irix_6.sh
b/hints/irix_6.sh
index
2218946
..
84561b7
100644
(file)
--- 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)