diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-30 03:36:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-30 03:36:59 +0200 |
commit | f68c2bafc938e5d26f0452c09a9d0ba85da1eded (patch) | |
tree | 51589d794f031c77c912c503257183b11ce4fb45 /target | |
parent | 4c35d3c6eed1f410eee2c17f732af3dd85edc168 (diff) |
c6x: fix static build
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 14e5192bc..6301bfb13 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -139,7 +139,7 @@ config ADK_DEBUG_STRIP config ADK_TARGET_USE_STATIC_LIBS bool "Link applications statically by default" select BUSYBOX_STATIC - depends on !ADK_TARGET_BINFMT_FLAT + depends on !ADK_TARGET_BINFMT_FLAT && !ADK_TARGET_BINFMT_DSBT help Useful for debugging of dynamic linker problems. Be aware of the fact, that uClibc and glibc still requires libgcc_so.so.1 for pthread_cancel. Glibc also requires libnss_*.so libraries |