From: Paolo Bonzini Date: Tue, 1 Jun 2004 07:54:42 +0000 (+0000) Subject: 2004-06-01 Paolo Bonzini X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f5f8a794b8120e7c220d2e28c4dec679347d099a;p=binutils-gdb.git 2004-06-01 Paolo Bonzini * configure.in: Remove new- prefix from toplevel bootstrap targets. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 08730803223..727123ed97a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-06-01 Paolo Bonzini + + * configure.in: Remove new- prefix from toplevel + bootstrap targets. + * configure: Regenerate. + 2004-06-01 Paolo Bonzini Merge this patch from the gcc tree: diff --git a/configure b/configure index aefa08ca0ad..cba5858c959 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 bb6e8d7b2d1..648bf01d29a 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" ;;