summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-05-26 15:06:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-05-26 15:06:41 +0200
commit546710f52422fe218b65e56f2ebe11e8794b7eab (patch)
treeed34077079b11fbd92eaeb231d0eab80f6849ac0 /Config.in
parentcc647d24dd177a4f6dba8aef62e2a2efbe58e684 (diff)
fix some bad dependencies
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index a2686e3d5..eaf7f5692 100644
--- a/Config.in
+++ b/Config.in
@@ -31,7 +31,7 @@ source "target/config/Config.in.addons"
endmenu
menu "C Library configuration"
- visible if (ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX) && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
+ visible if (ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX) && !ADK_TARGET_CHOOSE_ARCH
source "target/config/Config.in.libc"
source "target/config/Config.in.threads"
source "target/config/Config.in.binfmt"