diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2005-07-11 08:03:32 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2005-07-11 08:03:32 +0000 |
commit | 4c3e061cd286a612c1bd40b7ea795aa70b27f8be (patch) | |
tree | 06a7e940b1a2028d5906a404bee3f886e0b2971f /Makefile.def | |
parent | 84761d7a2253b0bf6d1f7f600ce2c81ec685a187 (diff) | |
download | newlib-4c3e061cd286a612c1bd40b7ea795aa70b27f8be.zip newlib-4c3e061cd286a612c1bd40b7ea795aa70b27f8be.tar.gz newlib-4c3e061cd286a612c1bd40b7ea795aa70b27f8be.tar.bz2 |
2005-07-11 Paolo Bonzini <bonzini@gnu.org>
PR ada/22340
* Makefile.def: Sync with gcc.
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
* Makefile.in: Regenerate.
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 58c1bd0..f02737d 100644 --- a/Makefile.def +++ b/Makefile.def @@ -115,6 +115,7 @@ host_modules= { module= gnattools; }; target_modules = { module= libstdc++-v3; lib_path=.libs; raw_cxx=true; }; target_modules = { module= libmudflap; lib_path=.libs; }; +target_modules = { module= libssp; lib_path=.libs; }; target_modules = { module= newlib; }; target_modules = { module= libgfortran; }; target_modules = { module= libobjc; }; |