diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-05-24 10:45:14 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2004-05-24 10:45:14 +0000 |
commit | 51274499b666d2cabc4d9ce77c8dc2fb22009043 (patch) | |
tree | cd3c2002ec0f1af4d086928cffde4de1f02c9328 /configure.in | |
parent | 9f54d9de6c4af6adf7441b21310a93b1c37c2fbf (diff) | |
download | gdb-51274499b666d2cabc4d9ce77c8dc2fb22009043.tar.gz |
2004-05-23 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (host_modules): add libcpp.
* Makefile.tpl: Add dependencies on and for libcpp.
* Makefile.in: Regenerate.
* configure.in: Add libcpp host module.
* configure: Regenerate.
config/ChangeLog:
2004-05-23 Paolo Bonzini <bonzini@gnu.org>
* acx.m4 (ACX_HEADER_STDBOOL, ACX_HEADER_STRING):
From gcc.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c27fc128521..c4c7fad5d54 100644 --- a/configure.in +++ b/configure.in @@ -126,7 +126,7 @@ fi # these libraries are used by various programs built for the host environment # -host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl tix libgui zlib libbanshee" +host_libs="intl mmalloc libiberty opcodes bfd readline tcl tk itcl tix libgui zlib libbanshee libcpp" # these tools are built for the host environment # Note, the powerpc-eabi build depends on sim occurring before gdb in order to |