[PATCH] buildsys: clean up libubacktrace linker script handling

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Jun 13 07:58:41 UTC 2012


On Tue, Jun 12, 2012 at 04:52:21PM +0100, Carmelo AMOROSO wrote:
>On 07/06/2012 19.32, Kevin Cernekee wrote:
>> Currently, the installed libubacktrace linker script entry always uses
>> HARDWIRED_ABSPATH semantics, even if HARDWIRED_ABSPATH is disabled:
>> 
>>     $ grep GROUP $PREFIX/mipsel-linux-uclibc/sys-root/usr/lib/libc.so
>>     GROUP ( libc.so.0 uclibc_nonshared.a AS_NEEDED ( ld-uClibc.so.0 ) )
>>     GROUP ( AS_NEEDED ( /lib/libubacktrace.so.0 ) )
>> 
>> This causes problems when building a non-sysroot toolchain.
>> 
>> Move the AS_NEEDED insertion into libc/Makefile.in, and add a case to
>> the HARDWIRED_ABSPATH substitution command so libubacktrace is handled
>> the same way as the other libraries listed in the script.
>
>Looks fine to me.
>

Applied, thanks!


More information about the uClibc mailing list