diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-07 16:31:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-11 21:00:32 +0200 |
commit | 4cdcf4fcf5e2f9dcb215e4616ddcd4226cb5fdbc (patch) | |
tree | 4d9a20153baf36a806548e5516ff557ac4de58f6 /target | |
parent | f0b1dabd8b9f03fdf6d27dd2eaf4f175d6a15b07 (diff) |
fix testsuite build of uClibc, one patch from buildroot
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.toolchain | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 6335344ce..53462ad47 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -140,9 +140,9 @@ config ADK_STATIC_TOOLCHAIN If you want to create more portable toolchains, build them static. config ADK_UCLIBC_TEST - prompt "Build uClibc testsuite" + prompt "Build testsuite for C library" boolean - depends on ADK_TARGET_LIB_UCLIBC_NG + depends on ADK_TARGET_LIB_UCLIBC_NG || ADK_TARGET_LIB_UCLIBC default y endmenu |