diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2004-08-30 08:05:42 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2004-08-30 08:05:42 +0000 |
commit | ebc58bf810ed7dd3eeb31308438dca34cc248a7c (patch) | |
tree | 95b5ed75d4a1b94b7682455151311bd36bb5ef58 /Makefile.def | |
parent | c01edcda76f2a392fa5704dd113493ae75bea0a0 (diff) | |
download | newlib-ebc58bf810ed7dd3eeb31308438dca34cc248a7c.zip newlib-ebc58bf810ed7dd3eeb31308438dca34cc248a7c.tar.gz newlib-ebc58bf810ed7dd3eeb31308438dca34cc248a7c.tar.bz2 |
2004-08-26 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def (bootstrap stages): Add 'lean' parameter.
* Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
phony targets; do not generate timestamp files.
(distclean-stageN): Remove references to their timestamp files.
(restageN, touch-stageN): Remove.
(stageN-bubble): Rewritten.
(compare): Support lean bootstraps.
* Makefile.in: Regenerate.
* configure.in: Only warn when bootstrapping but
build != host or build != target. Support lean bootstraps.
* configure: Regenerate.
Sync from gcc:
2004-08-26 Phil Edwards <phil@codesourcery.com>
* configure.in: Give a better error message if GMP/MPFR are missing
and a language needing them has been requested.
* configure: Regenerated.
2004-08-25 Phil Edwards <phil@codesourcery.com>
* configure.in: Print a list of available language front-ends if
a requested one is missing. Tidy stray tab characters.
* configure: Regenerated.
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.def b/Makefile.def index c9de58b..0c8c9a1 100644 --- a/Makefile.def +++ b/Makefile.def @@ -445,14 +445,14 @@ bootstrap_stage = { stage_configure_flags="@stage2_werror_flag@" ; stage_make_flags="" ; }; bootstrap_stage = { - id=3 ; prev=2 ; + id=3 ; prev=2 ; lean=1 ; compare_target=compare ; bootstrap_target=bootstrap ; cleanstrap_target=cleanstrap ; stage_configure_flags="@stage2_werror_flag@" ; stage_make_flags="" ; }; bootstrap_stage = { - id=4 ; prev=3 ; + id=4 ; prev=3 ; lean=2 ; compare_target=compare3 ; bootstrap_target=bootstrap4 ; stage_configure_flags="@stage2_werror_flag@" ; |