diff options
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r-- | target/config/Config.in.toolchain | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index bda929a88..9a799d72c 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -128,6 +128,7 @@ config ADK_DEBUG_STRIP config ADK_TARGET_USE_STATIC_LIBS bool "Link applications statically by default" default n + default y if ADK_TARGET_UCLINUX select BUSYBOX_STATIC help Useful for debugging of dynamic linker problems. Be aware of the fact, that uClibc and glibc |