From 359a97a0598ddab359e3eaa131f8ac972a613e10 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 5 Apr 2016 14:21:30 +0200 Subject: don't try t obuild C++ for h8300 --- target/config/Config.in.toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/config/Config.in.toolchain') diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index c3b7a5b8e..bae6f5ba7 100644 --- a/target/config/Config.in.toolchain +++ b/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 -- cgit v1.2.3