]> git.ipfire.org Git - thirdparty/gcc.git/commit - Makefile.tpl
re PR ada/22340 (Ada build fails with --enable-bootstrap)
authorPaolo Bonzini <bonzini@gnu.org>
Wed, 5 Oct 2005 07:32:13 +0000 (07:32 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Wed, 5 Oct 2005 07:32:13 +0000 (07:32 +0000)
commit1061f99e78a8e42f91e84588ec45e3fa3b0693a4
treeac7ed2e6f46b438e22dd147b643b27e4e98ee251
parent4a9c436faa63655332327ff6dec26ba1e7f3cf19
re PR ada/22340 (Ada build fails with --enable-bootstrap)

2005-10-05  Paolo Bonzini  <bonzini@gnu.org>

PR bootstrap/22340

* configure.in (default_target): Remove.
* Makefile.tpl (all): Do not use prerequisites as subroutines
(all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
(do-[+make_target+], check, install, [+bootstrap_target+]): Do not
use prerequisites as subroutines.
(check-host, check-target): New.
(bootstrap configure & all targets): Do not use stage*-start
if the directory layout is already ok.
(non-bootstrap configure & all targets): Prepend a $(unstage).
(stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
(NOTPARALLEL): Remove.
(unstage, stage variables): New variables.
(unstage, stage targets): Simply expand to those variables.

* configure: Regenerate.
* Makefile.in: Regenerate.

From-SVN: r104978
ChangeLog
Makefile.in
Makefile.tpl
configure
configure.in