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 | 78266163327d980f08bd5dcf3c5c92f10d9875af (patch) | |
tree | 4066b610fbe6a4d7935e1768b3a002b9649612af /Makefile.def | |
parent | 51210ca5173ec4b2abb673efff2efe201bf2d179 (diff) | |
download | gdb-78266163327d980f08bd5dcf3c5c92f10d9875af.tar.gz |
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 58c1bd011b0..f02737da5da 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; }; |