summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.toolchain2
1 files changed, 1 insertions, 1 deletions
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