aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2005-12-14 18:00:22 +0000
committerPaolo Bonzini <bonzini@gnu.org>2005-12-14 18:00:22 +0000
commit0aed8855fb0d61e7b324e52ad95cbb69790e5f70 (patch)
tree629e7a20509818b43fed4d2686f0b23fe4b7cb45 /configure.in
parent4e8aba047f9a1ae50eabf229605904fa225d3d2f (diff)
downloadgdb-0aed8855fb0d61e7b324e52ad95cbb69790e5f70.zip
gdb-0aed8855fb0d61e7b324e52ad95cbb69790e5f70.tar.gz
gdb-0aed8855fb0d61e7b324e52ad95cbb69790e5f70.tar.bz2
2005-12-14 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Flip the top-level bootstrap switch. * configure: Regenerate. Merge from gcc: 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com> * Makefile.tpl: Throughout the file, use : $(MAKE) along with $(stage) and $(unstage). (EXTRA_TARGET_FLAGS): Correct double-quoting. (all): Remove stray semicolon. (local-distclean): Don't handle multilib.tmp and multilib.out. (install.all): Set $s for consistency. (configure-[+prefix+][+module+]): Instead of [+deps+], handle check_multilibs setting. Always make the install directory. (configure-stage[+id+]-[+prefix+][+module+]): Likewise. Correct @if/@endif. (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif. ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove. (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR). (multilib.out): Remove. * Makefile.in: Regenerated.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index f03e2f0..5397352 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 ;;