diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-08-30 08:05:42 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2004-08-30 08:05:42 +0000 |
commit | 9cb3fa6fd242b34da6824ce77783b730ae34c353 (patch) | |
tree | 69a002c6676455883ebea818e13e36a0984ce8d7 /ChangeLog | |
parent | 80f57dfaa0d4ae844d30824fc87ad9e87f67530d (diff) | |
download | ppe42-binutils-9cb3fa6fd242b34da6824ce77783b730ae34c353.tar.gz ppe42-binutils-9cb3fa6fd242b34da6824ce77783b730ae34c353.zip |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +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. + 2004-08-17 Paolo Bonzini <bonzini@gnu.org> * Makefile.in: Regenerate. |