2004-06-01 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Remove new- prefix from toplevel bootstrap targets. * configure: Regenerate.
This commit is contained in:
parent
559fdbbd6a
commit
8e1cb52875
|
@ -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>
|
2004-06-01 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
Merge this patch from the gcc tree:
|
Merge this patch from the gcc tree:
|
||||||
|
|
|
@ -3103,7 +3103,7 @@ fi
|
||||||
|
|
||||||
case "$enable_bootstrap" in
|
case "$enable_bootstrap" in
|
||||||
yes)
|
yes)
|
||||||
default_target=new-bootstrap
|
default_target=bootstrap
|
||||||
extrasub="$extrasub
|
extrasub="$extrasub
|
||||||
/^@if gcc-bootstrap\$/d
|
/^@if gcc-bootstrap\$/d
|
||||||
/^@endif gcc-bootstrap\$/d" ;;
|
/^@endif gcc-bootstrap\$/d" ;;
|
||||||
|
|
|
@ -1778,7 +1778,7 @@ fi
|
||||||
|
|
||||||
case "$enable_bootstrap" in
|
case "$enable_bootstrap" in
|
||||||
yes)
|
yes)
|
||||||
default_target=new-bootstrap
|
default_target=bootstrap
|
||||||
extrasub="$extrasub
|
extrasub="$extrasub
|
||||||
/^@if gcc-bootstrap\$/d
|
/^@if gcc-bootstrap\$/d
|
||||||
/^@endif gcc-bootstrap\$/d" ;;
|
/^@endif gcc-bootstrap\$/d" ;;
|
||||||
|
|
Loading…
Reference in New Issue