Browse Source

fix some bad dependencies

Waldemar Brodkorb 5 years ago
parent
commit
546710f524
2 changed files with 3 additions and 3 deletions
  1. 1 1
      Config.in
  2. 2 2
      target/config/Config.in.libc

+ 1 - 1
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"

+ 2 - 2
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"