On Thu, Nov 11, 2010 at 03:10:01PM +0000, Natanael Copa wrote: >The SSP_ALL_CFLAGS in nptl arch CFLAGS leaks out and forces things >like dl-support.c, brk.c, sbrk.c memcpy, etc to be built with >-fstack-protector-all. This is bad when linking statically since >initializing TLS will call those functions before SSP is initialized. > >The libpthread itself will still be built with -fstack-protector-all >due to CFLAGS-nptl has SSP_ALL_CFLAGS in libpthread/nptl/Makefile.in > >Thanks to Timo Teras for helping with this.
applied, thanks! _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
