mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 05:20:25 +08:00
configure.in: Remove new- prefix from toplevel bootstrap targets.
2004-06-01 Paolo Bonzini <bonzini@gnu.org> * configure.in: Remove new- prefix from toplevel bootstrap targets. * configure: Regenerate. From-SVN: r82535
This commit is contained in:
parent
f516a7dacf
commit
c2f7605f1d
@ -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>
|
||||
|
||||
* Makefile.tpl (all.normal): Rename to all.
|
||||
|
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…
x
Reference in New Issue
Block a user