diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-04-26 12:08:07 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-04-26 12:08:07 +0000 |
commit | e11283f1b4f17d4d045a10a315cb47453ffcc927 (patch) | |
tree | 4832c67bd776948a9f00866cc0ade70dd66e60c5 /Makefile.tpl | |
parent | 8546950c459bfe334d2b7d3107bfb4868033945a (diff) | |
download | gcc-e11283f1b4f17d4d045a10a315cb47453ffcc927.zip gcc-e11283f1b4f17d4d045a10a315cb47453ffcc927.tar.gz gcc-e11283f1b4f17d4d045a10a315cb47453ffcc927.tar.bz2 |
Makefile.def (host_modules): Mark with the bootstrap flag packages on which gcc depends.
2004-04-26 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (host_modules): Mark with the bootstrap
flag packages on which gcc depends.
* Makefile.tpl (all-bootstrap): Use it.
* Makefile.in: Regenerate.
From-SVN: r81185
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 2d767a7..18d55f2 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1604,7 +1604,7 @@ all-gcc: maybe-all-libiberty maybe-all-intl maybe-all-bison maybe-all-byacc mayb # This is a slightly kludgy method of getting dependencies on # all-build-libiberty correct; it would be better to build it every time. all-gcc: maybe-all-build-libiberty -all-bootstrap: maybe-all-libiberty maybe-all-intl maybe-all-texinfo maybe-all-bison maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib +all-bootstrap: [+ FOR host_modules +][+ IF bootstrap +]maybe-all-[+module+] [+ ENDIF bootstrap +][+ ENDFOR host_modules +] # Host modules specific to gdb. # GDB needs to know that the simulator is being built. |