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 | 80f415096dcd72e46888ab07869e9b02b7ed553e (patch) | |
tree | 1e3bcef752042ba3e07c1384b82b7ac3fdfeb5b6 /configure | |
parent | de92e7564a2213ace1a1edb30068f7f769bfd8ab (diff) | |
download | binutils-redhat-80f415096dcd72e46888ab07869e9b02b7ed553e.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')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -886,7 +886,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 |