diff options
author | Tom Tromey <tromey@redhat.com> | 2009-03-18 23:33:26 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-03-18 23:33:26 +0000 |
commit | dc448a7b9ba635d8a5c4f5beeb52681ba1d4098a (patch) | |
tree | 2487bc1d09b2b27eb689ab80c0b521fb5cb03f54 /configure | |
parent | 02b1cb404ae0993f5a5cef356c63ab11698fb7ab (diff) | |
download | gdb-dc448a7b9ba635d8a5c4f5beeb52681ba1d4098a.zip gdb-dc448a7b9ba635d8a5c4f5beeb52681ba1d4098a.tar.gz gdb-dc448a7b9ba635d8a5c4f5beeb52681ba1d4098a.tar.bz2 |
* 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 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1887,7 +1887,7 @@ build_tools="build-texinfo build-byacc build-flex build-bison build-m4 build-fix # these libraries are used by various programs built for the host environment # -host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr ppl cloog" +host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr ppl cloog libiconv" # these tools are built for the host environment # Note, the powerpc-eabi build depends on sim occurring before gdb in order to |