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 | 59455d2f5b830d2fd90edb4fbd838f31645881aa (patch) | |
tree | da54852d45ff22d4dff2a1bdcf2c2754773ecf50 /configure | |
parent | d57ff5a8acdd5653394aa6b3b688990f486d95d6 (diff) | |
download | newlib-59455d2f5b830d2fd90edb4fbd838f31645881aa.zip newlib-59455d2f5b830d2fd90edb4fbd838f31645881aa.tar.gz newlib-59455d2f5b830d2fd90edb4fbd838f31645881aa.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 |