diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2005-10-05 07:30:22 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2005-10-05 07:30:22 +0000 |
commit | 168b158c6f6afa5d4816407f062777b40c2718a7 (patch) | |
tree | 4ea63b878f03cb8bdb8294cc81bab503eb16e6fe /ChangeLog | |
parent | 4a79bc563886765c939eda9eb9f722b2bb0d6313 (diff) | |
download | newlib-168b158c6f6afa5d4816407f062777b40c2718a7.zip newlib-168b158c6f6afa5d4816407f062777b40c2718a7.tar.gz newlib-168b158c6f6afa5d4816407f062777b40c2718a7.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +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. + 2005-10-04 James E Wilson <wilson@specifix.com> * Makefile.def (lang_env_dependencies): Add libmudflap. |