diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-14 17:56:46 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-14 17:56:46 +0000 |
commit | 98777423c5b854266b09c8e2fe55a491b03d1304 (patch) | |
tree | fa026d58fc1f6c1c795f282c197d7b052f8b8dc1 /configure.in | |
parent | 8a4d25d6874c03fc62fef83e4590bb48aca169c8 (diff) | |
download | gcc-98777423c5b854266b09c8e2fe55a491b03d1304.tar.gz |
2005-12-14 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Flip the top-level bootstrap switch.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108525 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in index d3a7067855a..aa587d653ca 100644 --- a/configure.in +++ b/configure.in @@ -1742,11 +1742,10 @@ esac case "$have_compiler:$host:$target:$enable_bootstrap" in *:*:*:no) ;; - # Default behavior. (We'll) enable bootstrap if we have a compiler + # Default behavior. Enable bootstrap if we have a compiler # and we are in a native configuration. yes:$build:$build:default) - # This will become 'yes' - enable_bootstrap=no ;; + enable_bootstrap=yes ;; *:*:*:default) enable_bootstrap=no ;; |