summaryrefslogtreecommitdiff
path: root/target/config/Config.in.toolchain
diff options
context:
space:
mode:
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 91182782a..f4dc90f5d 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -116,11 +116,11 @@ config ADK_DEBUG_STRIP
help
All packages and C library will be compiled with debug information, but stripped for the target.
-config ADK_STATIC
+config ADK_TARGET_USE_STATIC_LIBS
bool "Link applications statically by default"
default n
select BUSYBOX_STATIC
help
- Useful for toolchain only target devices.
+ Useful for debugging of dynamic linker problems.
endmenu