diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-21 07:59:38 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-01-21 07:59:38 +0000 |
commit | 4393cb56ca9b54c0b8e8ad0c782d8a9a2635b522 (patch) | |
tree | f3058ce2f27a40f4cda95ebe7df95b265f103f1d /m4 | |
parent | 5a85d9f93fee90dc0d1110579ccd64a4f64e2e42 (diff) | |
download | coreutils-4393cb56ca9b54c0b8e8ad0c782d8a9a2635b522.tar.xz |
* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
rather than -Xlinker -z -Xlinker ignore, as it's more portable.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 7332be586..e4b05c4ff 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -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. |