diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-29 11:01:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-29 11:01:57 +0200 |
commit | c325bab3850c69f2580e42e3cc825da795cb0771 (patch) | |
tree | 3945d90172427713fd4339f7d04bbae3fbfc66ed /target/config | |
parent | fd73745fd7d70bd31ea78148418b9ac871d700ac (diff) |
fixup c++ compiler issues the right way
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
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 |