2004-06-01 Paolo Bonzini <bonzini@gnu.org>

* configure.in: Remove new- prefix from toplevel
	bootstrap targets.
	* configure: Regenerate.
This commit is contained in:
Paolo Bonzini 2004-06-01 07:54:42 +00:00
parent 559fdbbd6a
commit 8e1cb52875
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-06-01 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Remove new- prefix from toplevel
bootstrap targets.
* configure: Regenerate.
2004-06-01 Paolo Bonzini <bonzini@gnu.org>
Merge this patch from the gcc tree:

2
configure vendored
View File

@ -3103,7 +3103,7 @@ fi
case "$enable_bootstrap" in
yes)
default_target=new-bootstrap
default_target=bootstrap
extrasub="$extrasub
/^@if gcc-bootstrap\$/d
/^@endif gcc-bootstrap\$/d" ;;

View File

@ -1778,7 +1778,7 @@ fi
case "$enable_bootstrap" in
yes)
default_target=new-bootstrap
default_target=bootstrap
extrasub="$extrasub
/^@if gcc-bootstrap\$/d
/^@endif gcc-bootstrap\$/d" ;;