소스 검색

disable C++ for alpha, static build seems problematic

Waldemar Brodkorb 10 년 전
부모
커밋
25bf1f0b83
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      target/config/Config.in.toolchain

+ 2 - 1
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