diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2005-07-11 08:03:32 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2005-07-11 08:03:32 +0000 |
commit | 064d0a7c448a0ddea5ff56642408ffc919585c76 (patch) | |
tree | 49ec36d8053d96e3d9587bfcae1ba7ca0879a291 /Makefile.def | |
parent | 14c194bbeec9508ec0ae8deec83350506c129b3c (diff) | |
download | fsf-binutils-gdb-064d0a7c448a0ddea5ff56642408ffc919585c76.zip fsf-binutils-gdb-064d0a7c448a0ddea5ff56642408ffc919585c76.tar.gz fsf-binutils-gdb-064d0a7c448a0ddea5ff56642408ffc919585c76.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; }; |