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 | 04cf1b779b4818d428c3984d0160f202ee6ef7b6 (patch) | |
tree | 9c2d85c977da402a48324d26d6015211ba5545ca /configure | |
parent | 5df97fde6194ad4cd24e90c446091b0cfea0145f (diff) | |
download | fsf-binutils-gdb-04cf1b779b4818d428c3984d0160f202ee6ef7b6.zip fsf-binutils-gdb-04cf1b779b4818d428c3984d0160f202ee6ef7b6.tar.gz fsf-binutils-gdb-04cf1b779b4818d428c3984d0160f202ee6ef7b6.tar.bz2 |
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 |