From 652cc9722a767a175adb5996c1c83f5a6666bf82 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 23 Feb 2015 15:06:58 -0600 Subject: default off for testsuite --- 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 0dcb79a29..5c50c7a9b 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -222,6 +222,7 @@ config ADK_STATIC_TOOLCHAIN config ADK_UCLIBC_TEST bool "Build testsuite for C library" depends on ADK_TARGET_LIB_UCLIBC_NG || ADK_TARGET_LIB_UCLIBC - default y + help + Build uClibc/uClibc-ng test suite. endmenu -- cgit v1.2.3