diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ 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: 2004-05-30 Andreas Jaeger <aj@suse.de> @@ -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" ;; |