aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0873080..727123e 100644
--- 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>
diff --git a/configure b/configure
index aefa08c..cba5858 100755
--- 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" ;;
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" ;;