瀏覽代碼

always compile uClibc testsuite

Waldemar Brodkorb 11 年之前
父節點
當前提交
25dd48edd0
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      target/config/Config.in.toolchain

+ 3 - 4
target/config/Config.in.toolchain

@@ -141,10 +141,9 @@ config ADK_STATIC_TOOLCHAIN
 	  If you want to create more portable toolchains, build them static.
 
 config ADK_UCLIBC_TEST
-	prompt "Build and install uClibc testsuite"
+	prompt "Build uClibc testsuite"
 	boolean
-	select ADK_PACKAGE_MAKE
-	depends on ADK_TARGET_LIB_UCLIBC || ADK_TARGET_LIB_UCLIBC_NG
-	default n
+	depends on ADK_TARGET_LIB_UCLIBC_NG
+	default y
 
 endmenu