diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2004-05-24 10:45:14 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2004-05-24 10:45:14 +0000 |
commit | c580d51621dc3fee84db019342cc973f0f3e542c (patch) | |
tree | 1c4111f32e6ff448bde038038170e66ac1985556 /configure.in | |
parent | a7e609d6a985d400639b3daac1755b64023fc664 (diff) | |
download | cygnal-c580d51621dc3fee84db019342cc973f0f3e542c.tar.gz cygnal-c580d51621dc3fee84db019342cc973f0f3e542c.tar.bz2 cygnal-c580d51621dc3fee84db019342cc973f0f3e542c.zip |
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 c27fc1285..c4c7fad5d 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 |