Explorar o código

don't try t obuild C++ for h8300

Waldemar Brodkorb %!s(int64=8) %!d(string=hai) anos
pai
achega
359a97a059
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      target/config/Config.in.toolchain

+ 1 - 1
target/config/Config.in.toolchain

@@ -55,7 +55,7 @@ endchoice
 menu "Compiler language support"
 config ADK_TOOLCHAIN_WITH_CXX
 	bool "enable C++"
-	default y if ADK_TARGET_OS_LINUX
+	default y if ADK_TARGET_OS_LINUX && !ADK_TARGET_ARCH_H8300
 	default n
 
 config ADK_TOOLCHAIN_WITH_OBJC