summaryrefslogtreecommitdiff
path: root/target/config/Config.in.libc
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.libc')
-rw-r--r--target/config/Config.in.libc4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc
index e16164119..895531e32 100644
--- a/target/config/Config.in.libc
+++ b/target/config/Config.in.libc
@@ -3,7 +3,7 @@
choice
prompt "Target C library"
-depends on !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
+depends on !ADK_TARGET_CHOOSE_ARCH
default ADK_TARGET_LIB_UCLIBC_NG if ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX
config ADK_TARGET_LIB_UCLIBC_NG
@@ -141,7 +141,7 @@ endchoice
choice
prompt "Target C library version"
-depends on !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH
+depends on !ADK_TARGET_CHOOSE_ARCH
config ADK_TARGET_LIB_UCLIBC_NG_1_0_30
bool "1.0.30"