diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-03-18 23:32:36 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-03-18 23:32:36 +0000 |
commit | 63d6abe99e2cf49296442980642ddb72671a996c (patch) | |
tree | c477b80b64d86e95e6cf12a44c3f3d4ae8e15d8e /ChangeLog | |
parent | d4669bcae88011083f5323e948fecbb44c78c270 (diff) | |
download | gcc-63d6abe99e2cf49296442980642ddb72671a996c.tar.gz |
* configure: Rebuild.
* configure.ac (host_libs): Add libiconv.
* Makefile.in: Rebuild.
* Makefile.def (host_modules): Add libiconv.
(configure-gdb, all-gdb): Depend on libiconv.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144947 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3056cf1dfb4..e1d7bff2a5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-03-18 Tom Tromey <tromey@redhat.com> + + * configure: Rebuild. + * configure.ac (host_libs): Add libiconv. + * Makefile.in: Rebuild. + * Makefile.def (host_modules): Add libiconv. + (configure-gdb, all-gdb): Depend on libiconv. + 2009-03-16 Tristan Gingold <gingold@adacore.com> * configure.ac: Treat gdb as supported on x86_64-darwin. |