summaryrefslogtreecommitdiff
path: root/target/config/Config.in.toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-03 15:46:47 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-03-07 20:44:04 +0100
commit9bb871a0bb4c239239944d28bd4d5cfa19d84f62 (patch)
treeb1c2eee95a3b475748c89d0075f604bb159a3271 /target/config/Config.in.toolchain
parenta4767b13763b91dfb0aa75d2985d63d7ed9cb64c (diff)
add support for waldux
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r--target/config/Config.in.toolchain4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index 75e885f65..0a6011917 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -2,7 +2,7 @@
# material, please see the LICENCE file in the top-level directory.
choice
-depends on ADK_TARGET_OS_LINUX
+depends on ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX
bool "Library support"
config ADK_TARGET_USE_SHARED_LIBS_ONLY
@@ -160,7 +160,7 @@ config ADK_STATIC_TOOLCHAIN
config ADK_PRELINK
bool "Prelink binaries and libraries in Image"
- depends on ADK_TARGET_OS_LINUX
+ depends on ADK_TARGET_OS_LINUX || ADK_TARGET_OS_WALDUX
help
Do prelinking for faster loading of binaries.