summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-06-20 05:59:16 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-06-20 05:59:16 +0000
commitc88873d3a48127eb6252faf586a0026b091e3628 (patch)
treeb9cf2bbaeca2141369ea528583db07cc6eefa0b1 /m4/ChangeLog
parentd5a9087fb1d3b13243ad83d174fa1b1d0b0173c1 (diff)
downloadcoreutils-c88873d3a48127eb6252faf586a0026b091e3628.tar.xz
(gl_IGNORE_UNUSED_LIBRARIES):
Use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11 cc merely issues a bunch of annoying warnings for --as-needed (this problem was reported by Bob Proulx). Also, try linking with -lm to detect a bug in binutils 2.16 (this problem was reported by Ralf Wildenhues).
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 8ad70a2ee..f31ec45f7 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -3,6 +3,11 @@
* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
--as-needed option if available. Problem reported by Albert Chin in
<http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
+ However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
+ cc merely issues a bunch of annoying warnings for --as-needed
+ (this problem was reported by Bob Proulx). Also, try linking with
+ -lm to detect a bug in binutils 2.16 (this problem was reported
+ by Ralf Wildenhues).
2006-06-18 Jim Meyering <jim@meyering.net>