From c325bab3850c69f2580e42e3cc825da795cb0771 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 29 Apr 2016 11:01:57 +0200 Subject: fixup c++ compiler issues the right way --- target/config/Config.in.toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/config') diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index d52b591ab..2bd3bdee5 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -56,7 +56,7 @@ menu "Compiler language support" config ADK_TOOLCHAIN_WITH_CXX bool "enable C++" default y if ADK_TARGET_OS_LINUX \ - && !(ADK_TARGET_ARCH_H8300 || ADK_TARGET_ARCH_ALPHA) + && !ADK_TARGET_ARCH_H8300 default n config ADK_TOOLCHAIN_WITH_OBJC -- cgit v1.2.3