diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-24 06:55:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-24 06:56:02 +0200 |
commit | 25dd48edd0da1f615c442dd1057ce08b29379da9 (patch) | |
tree | 4f097959bd2013bfd49c8a4dc5cecd5a1a2b43b2 /target/config/Config.in.toolchain | |
parent | c17f78dc4ccce2d1c16e801d180f501aa9627c17 (diff) |
always compile uClibc testsuite
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r-- | target/config/Config.in.toolchain | 7 |
1 files changed, 3 insertions, 4 deletions
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 |