Browse Source

do not auto enable c++ when multilib, c++ build needs bugfixing

Waldemar Brodkorb 13 years ago
parent
commit
ef90086b08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/Config.in

+ 1 - 1
toolchain/Config.in

@@ -13,7 +13,7 @@ config ADK_TOOLCHAIN_GDB
 config ADK_TOOLCHAIN_GCC_CXX
 	prompt "Enable building of G++ (C++ language support in GCC)"
 	boolean
-	default y
+	default y if !ADK_TARGET_WITH_MULTILIB
 
 #config ADK_TOOLCHAIN_GCC_JAVA
 #	prompt "Enable building of GCJ (Java language support in GCC)"