diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-06-01 07:54:42 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2004-06-01 07:54:42 +0000 |
commit | f5f8a794b8120e7c220d2e28c4dec679347d099a (patch) | |
tree | 906109f4723bd85458cf30607f7555108c534fa7 | |
parent | f7a4c34ff9f6255ad3afdd1fdb7ab6a5e758b7c4 (diff) | |
download | fsf-binutils-gdb-f5f8a794b8120e7c220d2e28c4dec679347d099a.zip fsf-binutils-gdb-f5f8a794b8120e7c220d2e28c4dec679347d099a.tar.gz fsf-binutils-gdb-f5f8a794b8120e7c220d2e28c4dec679347d099a.tar.bz2 |
2004-06-01 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Remove new- prefix from toplevel
bootstrap targets.
* configure: Regenerate.
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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> @@ -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" ;; |