summaryrefslogtreecommitdiff
path: root/target/config/Config.in.toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-30 03:36:52 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-30 03:36:59 +0200
commitf68c2bafc938e5d26f0452c09a9d0ba85da1eded (patch)
tree51589d794f031c77c912c503257183b11ce4fb45 /target/config/Config.in.toolchain
parent4c35d3c6eed1f410eee2c17f732af3dd85edc168 (diff)
c6x: fix static build
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r--target/config/Config.in.toolchain2
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