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.ac | |
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.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3b51f74..a34cbe1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, +# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # # This file is free software; you can redistribute it and/or modify it @@ -158,7 +158,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 |