On Friday 03 August 2007, Carmelo AMOROSO wrote: > while compiling uClibc++ against uClibc-nptl, I found a problem > into the linker script libc.so. > The uClibc++ needs the __tls_get_addr symbol (TLS enabled), but it > cannot find > it because the dynamic linker is not present into the linker script > libc.so. In the same way, a lot of applications using TLS dynamic access > model will fail > linking with uclibc-nptl > > This patch solves this issues defining into Rules.mak the ASNEEDED > variables only for the NPTL case. > > It could be worth to add it both into trunk and nptl branch
considering the nature of as needed, enabling it all the time shouldnt help (and if your binutils is too old, well tough) merged -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
