diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-28 21:11:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-28 21:11:49 +0200 |
commit | 25bf1f0b8332e04f4d39ef030d04e083543a8f8c (patch) | |
tree | 6d3eb71c73f704897baeecf962de550c35740054 /target/config | |
parent | 0005aa51e3e36f541627d4571e2ac2389faaf2cd (diff) |
disable C++ for alpha, static build seems problematic
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.toolchain | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index cd37042f3..d52b591ab 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -55,7 +55,8 @@ endchoice menu "Compiler language support" config ADK_TOOLCHAIN_WITH_CXX bool "enable C++" - default y if ADK_TARGET_OS_LINUX && !ADK_TARGET_ARCH_H8300 + default y if ADK_TARGET_OS_LINUX \ + && !(ADK_TARGET_ARCH_H8300 || ADK_TARGET_ARCH_ALPHA) default n config ADK_TOOLCHAIN_WITH_OBJC |