diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2006-06-05 17:14:23 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2006-06-05 17:14:23 +0000 |
commit | 3ff3adada4660f6e6456820455419dec52b064a1 (patch) | |
tree | 6a53c6a299a468059e5023aaa546302eb7c3bcaa /ChangeLog | |
parent | afef9a5b58787892f16170ab08bedb15351fe771 (diff) | |
download | gcc-3ff3adada4660f6e6456820455419dec52b064a1.zip gcc-3ff3adada4660f6e6456820455419dec52b064a1.tar.gz gcc-3ff3adada4660f6e6456820455419dec52b064a1.tar.bz2 |
re PR bootstrap/27674 (make -j3 all-gcc fails when building natively)
2006-06-05 Paolo Bonzini <bonzini@gnu.org>
PR 27674
* Makefile.tpl (configure-[+prefix+][+module+],
all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
Remove rule to unstage bootstrapped modules.
(stage_current): New.
* Makefile.in: Regenerate.
From-SVN: r114395
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-06-05 Paolo Bonzini <bonzini@gnu.org> + + PR 27674 + * Makefile.tpl (configure-[+prefix+][+module+], + all-[+prefix+][+module+]): Depend on stage_current if bootstrapping. + Remove rule to unstage bootstrapped modules. + (stage_current): New. + * Makefile.in: Regenerate. + 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com> * MAINTAINERS (Write After Approval): Update my e-mail address. |