diff options
author | Nick Clifton <nickc@redhat.com> | 2005-01-10 14:57:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-01-10 14:57:32 +0000 |
commit | 71a2d53a5c6f997aeb726d0a8264cd97282bffd4 (patch) | |
tree | 7e3faa37585b13d5abb50a0040f686a6add662e4 /ld/ChangeLog | |
parent | 669460c7e67689e5cd066f5133c3e79a35c12492 (diff) | |
download | gdb-71a2d53a5c6f997aeb726d0a8264cd97282bffd4.zip gdb-71a2d53a5c6f997aeb726d0a8264cd97282bffd4.tar.gz gdb-71a2d53a5c6f997aeb726d0a8264cd97282bffd4.tar.bz2 |
(linux targets): Use "${CC} -dumpspecs" instead of "${CC} --print-file-name=specs" to appease GCC versions >= 4.0.
(ia64-*-aix): Delete - this target is obsolete, and would be broken by this patch.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ace3eec..3cd3b6d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2005-01-10 Greg Schaffer <gschafer@zip.com.au> + + * configure.host (linux targets): Use "${CC} -dumpspecs" instead + of "${CC} --print-file-name=specs" to appease GCC versions >= 4.0. + (ia64-*-aix): Delete - this target is obsolete, and would be + broken by this patch. + 2005-01-06 Eric Botcazou <ebotcazou@libertysurf.fr> * configure.host (sparc*-*-solaris2*): Rename into sparc-*-solaris2*. |