]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 21 Jan 2006 07:59:38 +0000 (07:59 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 21 Jan 2006 07:59:38 +0000 (07:59 +0000)
rather than -Xlinker -z -Xlinker ignore, as it's more portable.

m4/ChangeLog

index 7332be586f04c3bdf6ebbdce607606a3be7fc403..e4b05c4ffee7f10a2309167b3c18ac5a1e737a44 100644 (file)
@@ -1,3 +1,9 @@
+2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
+       rather than -Xlinker -z -Xlinker ignore, as it's more portable.
+       Suggested by Bruno Haible.
+
 2006-01-17  Jim Meyering  <jim@meyering.net>
 
        * fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.