diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-31 19:58:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-31 19:59:05 +0200 |
commit | 0d5a4bd73159fc794fdb417d49ab810b26e7d059 (patch) | |
tree | 53ef333b84afbbe7d6fed470885d716075295395 /target | |
parent | 9e3458d13ae01591479732c1fe0cada8fd2259b7 (diff) |
rework static linking support, works with musl/glibc, fails to boot with uclibc (qemu-x86)
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.toolchain | 4 |
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 |