diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-01-04 04:32:36 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-01-04 04:32:36 +0000 |
commit | 6aa8ef8295f751e55a0392bfe396c4d95bb9b47e (patch) | |
tree | c8a501e5eb4e075127e7715af4b1fddccf464824 /configure.in | |
parent | ef2874e06c929b7171ba6712d1375d90b3aa71a7 (diff) | |
download | gdb-6aa8ef8295f751e55a0392bfe396c4d95bb9b47e.zip gdb-6aa8ef8295f751e55a0392bfe396c4d95bb9b47e.tar.gz gdb-6aa8ef8295f751e55a0392bfe396c4d95bb9b47e.tar.bz2 |
Sync with gcc:
* Makefile.def (target_modules): Add libgcc.
(lang_env_dependencies): Remove default items. Use no_c and no_gcc.
* Makefile.tpl (clean-target-libgcc): Delete.
(configure-target-[+module+]): Emit --disable-bootstrap dependencies
on gcc even for bootstrapped modules. Rewrite handling of
lang_env_dependencies to loop over target_modules.
* configure.in (target_libraries): Add target-libgcc.
* Makefile.in, configure: Regenerated.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 6cae156..6c7189f 100644 --- a/configure.in +++ b/configure.in @@ -142,6 +142,7 @@ libgcj="target-libffi \ # the host libraries and the host tools (which may be a cross compiler) # target_libraries="target-libiberty \ + target-libgcc \ target-libgloss \ target-newlib \ target-libstdc++-v3 \ |