From 25bf1f0b8332e04f4d39ef030d04e083543a8f8c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 28 Apr 2016 21:11:49 +0200 Subject: disable C++ for alpha, static build seems problematic --- target/config/Config.in.toolchain | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3