瀏覽代碼

gcc: disable c++ by default, reduces build time for a simple setup

Waldemar Brodkorb 9 年之前
父節點
當前提交
27fe296ac4
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      target/config/Config.in.toolchain

+ 0 - 6
target/config/Config.in.toolchain

@@ -55,23 +55,17 @@ 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 n
 
 config ADK_TOOLCHAIN_WITH_OBJC
 	bool "enable Objective-C"
-	default n
 
 config ADK_TOOLCHAIN_WITH_FORTRAN
 	bool "enable Fortran"
 	select ADK_PACKAGE_LIBGFORTRAN
-	default n
 
 config ADK_TOOLCHAIN_WITH_GO
 	bool "enable Go"
 	select ADK_PACKAGE_LIBGO
-	default n
 
 endmenu