diff options
author | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-09-01 07:44:54 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-09-01 07:44:54 +0000 |
commit | 45f366abae43ce0df9e3ef7eae7b8eee96f506ab (patch) | |
tree | 516d65f5702a8e046b397b8e080665f08c76662a /configure | |
parent | 727c24076a2be2246189da357ad97b5ec8df8d9d (diff) | |
download | gcc-45f366abae43ce0df9e3ef7eae7b8eee96f506ab.zip gcc-45f366abae43ce0df9e3ef7eae7b8eee96f506ab.tar.gz gcc-45f366abae43ce0df9e3ef7eae7b8eee96f506ab.tar.bz2 |
Makefile.tpl (sorry): Remove.
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.
From-SVN: r86878
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1723,7 +1723,7 @@ case "${host}" in tentative_cc="/usr/cygnus/progressive/bin/gcc" host_makefile_frag="config/mh-lynxrs6k" ;; - powerpc-*-darwin*) + powerpc-*-darwin*) host_makefile_frag="config/mh-ppc-darwin" ;; *-*-lynxos*) |