Explorar el Código

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

Waldemar Brodkorb hace 13 años
padre
commit
ef90086b08
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)"