diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-01 07:44:54 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-01 07:44:54 +0000 |
commit | 2b64d19b7787f728ec6d4296c58be00c0ffc97bf (patch) | |
tree | 516d65f5702a8e046b397b8e080665f08c76662a /ChangeLog | |
parent | c6814faa319428c509aff808f52865727f58587a (diff) | |
download | gcc-2b64d19b7787f728ec6d4296c58be00c0ffc97bf.tar.gz |
2004-09-01 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (sorry): Remove.
(clean-stage[+id+], clean-stage[+id+]-module): New targets.
(cleanstrap targets): Depend on distclean, not distclean-stage1.
(do-clean): Clean per-stage directories too.
(do-distclean): Run distclean-stage1 too.
(.NOTPARALLEL): Enable during toplevel bootstrap.
(stage[+id+]-bubble): Enable parallel execution during
the recursive invocation.
* Makefile.in: Regenerate.
Fix previous checkin:
* Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
include.
* configure.in: Fix indentation.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86878 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index c425053f9e7..67219a0243a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,29 @@ +2004-09-01 Paolo Bonzini <bonzini@gnu.org> + + * Makefile.tpl (sorry): Remove. + (clean-stage[+id+], clean-stage[+id+]-module): New targets. + (cleanstrap targets): Depend on distclean, not distclean-stage1. + (do-clean): Clean per-stage directories too. + (do-distclean): Run distclean-stage1 too. + (.NOTPARALLEL): Enable during toplevel bootstrap. + (stage[+id+]-bubble): Enable parallel execution during + the recursive invocation. + * Makefile.in: Regenerate. + + Fix previous checkin: + + * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment + include. + * configure.in: Fix indentation. + * configure: Regenerate. + 2004-08-31 Robert Bowdidge <bowdidge@apple.com> - * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include. - * configure.in: add test for powerpc-*-darwin* to specify makefile frag - * configure: regenerate - * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for - -mdynamic-no-pic + * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include. + * configure.in: add test for powerpc-*-darwin* to specify makefile frag + * configure: regenerate + * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for + -mdynamic-no-pic 2004-08-31 Paolo Bonzini <bonzini@gnu.org> |