Browse Source

default off for testsuite

Waldemar Brodkorb 10 years ago
parent
commit
652cc9722a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      target/config/Config.in.toolchain

+ 2 - 1
target/config/Config.in.toolchain

@@ -222,6 +222,7 @@ config ADK_STATIC_TOOLCHAIN
 config ADK_UCLIBC_TEST
 config ADK_UCLIBC_TEST
 	bool "Build testsuite for C library"
 	bool "Build testsuite for C library"
 	depends on ADK_TARGET_LIB_UCLIBC_NG || ADK_TARGET_LIB_UCLIBC
 	depends on ADK_TARGET_LIB_UCLIBC_NG || ADK_TARGET_LIB_UCLIBC
-	default y
+	help
+	  Build uClibc/uClibc-ng test suite.
 
 
 endmenu
 endmenu