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 /Makefile.def | |
parent | a7e609d6a985d400639b3daac1755b64023fc664 (diff) | |
download | newlib-c580d51621dc3fee84db019342cc973f0f3e542c.zip newlib-c580d51621dc3fee84db019342cc973f0f3e542c.tar.gz newlib-c580d51621dc3fee84db019342cc973f0f3e542c.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 'Makefile.def')
-rw-r--r-- | Makefile.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def index fa51090..788d3b0 100644 --- a/Makefile.def +++ b/Makefile.def @@ -59,6 +59,7 @@ host_modules= { module= tcl; missing=mostlyclean; }; host_modules= { module= itcl; }; host_modules= { module= ld; bootstrap=true; }; +host_modules= { module= libcpp; bootstrap=true; }; host_modules= { module= libgui; }; host_modules= { module= libbanshee; bootstrap=true; no_install=true; }; host_modules= { module= libiberty; bootstrap=true; }; |