diff options
author | Richard Earnshaw <rearnsha@arm.com> | 2005-08-20 13:43:17 +0000 |
---|---|---|
committer | Richard Earnshaw <rearnsha@gcc.gnu.org> | 2005-08-20 13:43:17 +0000 |
commit | b00d752c95b349b39530e12648f5a79b3e8c0956 (patch) | |
tree | d749023d0684d3af145677d5c03c08ff81e009e6 /Makefile.in | |
parent | 7ad7d1f0559f7fd2b0a4da3c24e17b585be9934f (diff) | |
download | gcc-b00d752c95b349b39530e12648f5a79b3e8c0956.zip gcc-b00d752c95b349b39530e12648f5a79b3e8c0956.tar.gz gcc-b00d752c95b349b39530e12648f5a79b3e8c0956.tar.bz2 |
Makefile.def (libssp): Add to lang_env_dependencies.
* Makefile.def (libssp): Add to lang_env_dependencies.
* Makefile.in: Regenerate.
From-SVN: r103303
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index f398d89..3c1e0a1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -35028,6 +35028,8 @@ configure-target-libjava: maybe-all-target-libstdc++-v3 configure-target-libobjc: maybe-all-target-newlib maybe-all-target-libgloss +configure-target-libssp: maybe-all-target-newlib maybe-all-target-libgloss + configure-target-libstdc++-v3: maybe-all-target-newlib maybe-all-target-libgloss configure-target-zlib: maybe-all-target-newlib maybe-all-target-libgloss |