diff options
author | Tom Tromey <tromey@redhat.com> | 2009-03-18 23:33:25 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-03-18 23:33:25 +0000 |
commit | bdc15da4ffbed38da8cf01bb7e51c4828ddf92bf (patch) | |
tree | 3873024ce86c3036a08194bedf432a25fbcc290c /ChangeLog | |
parent | 8668207120c7bcd12428005f6ca23e0930c79ccf (diff) | |
download | gdb-bdc15da4ffbed38da8cf01bb7e51c4828ddf92bf.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 05ad1b95a81..7e44f7d5611 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. |