diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-06-01 07:42:22 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2004-06-01 07:42:22 +0000 |
commit | 319cab08aa1795ea1f22a1990b594abf6d17f05a (patch) | |
tree | 388ec384437984412a54fd4e0cb5077dc9fda761 /ChangeLog | |
parent | 2331a567b3ccac07566868429bae934898a99b42 (diff) | |
download | gdb-319cab08aa1795ea1f22a1990b594abf6d17f05a.zip gdb-319cab08aa1795ea1f22a1990b594abf6d17f05a.tar.gz gdb-319cab08aa1795ea1f22a1990b594abf6d17f05a.tar.bz2 |
2004-06-01 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (all.normal): Rename to all.
(all): Replace with a rule to pick the default
target from configure.
(all-gcc, configure-gcc): Use conditionals to
do nothing when toplevel bootstrap is going on.
(GCC directory bootstrap) [gcc-bootstrap]: Disable.
(Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
* configure.in: Support --enable-bootstrap.
* Makefile.def: Remove new- prefix from toplevel
bootstrap targets.
* Makefile.tpl: Likewise.
* Makefile.def: Add bootstrap_stage 4. Add bootstrap2
target.
* Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
$(RECURSE_FLAGS) to recursive invocation of make.
* Makefile.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +2004-06-01 Paolo Bonzini <bonzini@gnu.org> + + * Makefile.tpl (all.normal): Rename to all. + (all): Replace with a rule to pick the default + target from configure. + (all-gcc, configure-gcc): Use conditionals to + do nothing when toplevel bootstrap is going on. + (GCC directory bootstrap) [gcc-bootstrap]: Disable. + (Toplevel bootstrap) [gcc-no-bootstrap]: Disable. + * configure.in: Support --enable-bootstrap. + + * Makefile.def: Remove new- prefix from toplevel + bootstrap targets. + * Makefile.tpl: Likewise. + + * Makefile.def: Add bootstrap_stage 4. Add bootstrap2 + target. + + * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS) + $(RECURSE_FLAGS) to recursive invocation of make. + + * Makefile.in: Regenerate. + * configure: Regenerate. + 2004-05-27 Daniel Jacobowitz <dan@debian.org> * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET. |