From 25dd48edd0da1f615c442dd1057ce08b29379da9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 24 Jul 2014 06:55:27 +0200 Subject: always compile uClibc testsuite --- target/config/Config.in.toolchain | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'target/config/Config.in.toolchain') diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index d18b8b380..bda929a88 100644 --- a/target/config/Config.in.toolchain +++ b/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 -- cgit v1.2.3