diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-01 07:54:44 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-01 07:54:44 +0000 |
commit | 5b7950ffb6fe85b2e0b7e3627a8d41a1cb50d17b (patch) | |
tree | 89daf592844382cb8c8c841016770f755f77857e /configure | |
parent | 54f0538b2341d8156979941365e0962fe1a0f797 (diff) | |
download | gcc-5b7950ffb6fe85b2e0b7e3627a8d41a1cb50d17b.tar.gz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
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" ;; |