From 5b7950ffb6fe85b2e0b7e3627a8d41a1cb50d17b Mon Sep 17 00:00:00 2001 From: bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue, 1 Jun 2004 07:54:44 +0000 Subject: [PATCH] 2004-06-01 Paolo Bonzini <bonzini@gnu.org> * configure.in: Remove new- prefix from toplevel bootstrap targets. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82535 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 6 ++++++ configure | 2 +- configure.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 12ee361c6b3d..2df00df9cfbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/configure b/configure index aefa08ca0adc..cba5858c9595 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 bb6e8d7b2d17..648bf01d29a2 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" ;; -- GitLab