From 7d9f958d550ee7ac394794738eaa35086a64545d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 28 Jun 2014 21:51:24 +0200 Subject: 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. --- target/config/Config.in.toolchain | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/config/Config.in.toolchain') 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 -- cgit v1.2.3