summaryrefslogtreecommitdiff
path: root/target/config/Config.in.toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-30 00:53:40 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-30 00:53:40 +0200
commit9b1df6de17a2b9124f64aa21aa63b0e3f8791769 (patch)
treee06e4e6db35c271bf8f47546b59f40dce6a54ff8 /target/config/Config.in.toolchain
parent0e13c45bf45d4e16c8a18e122823f380cf8c9f4e (diff)
h8300: default to gcc 6.1, FLAT is static
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r--target/config/Config.in.toolchain1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index 2bd3bdee5..14e5192bc 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -139,6 +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
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