summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-28 21:51:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-28 21:52:30 +0200
commit7d9f958d550ee7ac394794738eaa35086a64545d (patch)
treec92855ba8ae7c86d89cd0d5d8d83acdd0755e86d /target
parentdcd6c2ef08fc808fbb99fcc1ba326505b612360e (diff)
enable shared libgcc for uClibc/glibc
unfortunately uClibc/glibc uses dlopen to access exception handling code from libgcc_s.so.1. Pure static build is only provided by musl.
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.toolchain4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index 49850ef68..344638081 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -130,6 +130,8 @@ config ADK_TARGET_USE_STATIC_LIBS
default n
select BUSYBOX_STATIC
help
- Useful for debugging of dynamic linker problems.
+ 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
+ at runtime. Full static builds are only supported for musl libc.
endmenu