mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
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
f7a4c34ff9
commit
f5f8a794b8
@ -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
2
configure
vendored
@ -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" ;;
|
||||
|
@ -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" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user