diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-06-01 07:54:44 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-06-01 07:54:44 +0000 |
commit | c2f7605f1d3e8d529a466ab67bf6fb3b266a7440 (patch) | |
tree | 89daf592844382cb8c8c841016770f755f77857e | |
parent | f516a7dacf06f446b8e5d321c404a0d47702237b (diff) | |
download | gcc-c2f7605f1d3e8d529a466ab67bf6fb3b266a7440.zip gcc-c2f7605f1d3e8d529a466ab67bf6fb3b266a7440.tar.gz gcc-c2f7605f1d3e8d529a466ab67bf6fb3b266a7440.tar.bz2 |
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
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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. @@ -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" ;; diff --git a/configure.in b/configure.in index bb6e8d7..648bf01 100644 --- a/configure.in +++ b/configure.in @@ -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" ;; |