OSDN Git Service

2004-06-01 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini>
Tue, 1 Jun 2004 07:54:41 +0000 (07:54 +0000)
committerbonzini <bonzini>
Tue, 1 Jun 2004 07:54:41 +0000 (07:54 +0000)
* configure.in: Remove new- prefix from toplevel
bootstrap targets.
* configure: Regenerate.

ChangeLog
configure
configure.in

index 0873080..727123e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index aefa08c..cba5858 100755 (executable)
--- a/configure
+++ b/configure
@@ -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" ;;
index bb6e8d7..648bf01 100644 (file)
@@ -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" ;;