diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-27 11:06:47 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-27 11:07:04 -0600 |
commit | 3911b4babee413cf3e286eeb0f95e5ae008e4eb3 (patch) | |
tree | e67ba684a604da372750623bc9eb7c81ef301945 /target/config/Config.in.toolchain | |
parent | 58309dbfd2dc5bd133618482517184c96a5b4063 (diff) |
use static lib option for noMMU. do some style fixes.
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r-- | target/config/Config.in.toolchain | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 80d70b3a4..0c19ef73e 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -222,8 +222,6 @@ 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 |