summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-09-21 20:32:59 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-09-21 20:32:59 +0000
commit16b1ad29eaa9451d7f0c8bf47df22578f98a1011 (patch)
tree48a1387d538f7f304efa20fe452ea39007038711 /configure
parentf8dc745f6ef4f1a50abcafcda67694104a634b86 (diff)
downloadbinutils-gdb-16b1ad29eaa9451d7f0c8bf47df22578f98a1011.tar.gz
Require c++ in stage1_languages with --enable-gold in combined bootstrap.
/: * configure.ac: If bootstrapping a combined tree with --enable-gold, require c++ in stage1_languages. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 49c1786de60..720fa239c05 100755
--- a/configure
+++ b/configure
@@ -6584,6 +6584,13 @@ case ",$enable_languages,:$ENABLE_BUILD_WITH_CXX:$enable_bootstrap" in
;;
esac
+case "$enable_bootstrap:$ENABLE_GOLD: $configdirs :,$stage1_languages," in
+ yes:yes:*\ gold\ *:*,c++,*) ;;
+ yes:yes:*\ gold\ *:*)
+ as_fn_error "in a combined tree, bootstrapping with --enable-gold requires c++ in stage1_languages" "$LINENO" 5
+ ;;
+esac
+
# Adjust the toplevel makefile according to whether bootstrap was selected.
case $enable_bootstrap in
yes)