Please remove paths from libc.so.

Rob Landley rob at landley.net
Thu Dec 28 05:19:10 UTC 2006


On Wednesday 27 December 2006 4:09 am, Rob Landley wrote:
> There's no reason to have paths in linker scripts like libc.so.  If you 
remove 
> the paths and just name the libraries, the linker will search the default 
> path and get the right result when you have a relocatable toolchain.

The unnecessary absolute paths were added in svn 11654.  The devel_install is 
using sed to unnecessarily mangle the libc.so that got built, apparently 
because glibc does so.

Here's a patch that undoes this, which I need in order to get a working 
relocatable toolchain.

Rob
-- 
"Perfection is reached, not when there is no longer anything to add, but
when there is no longer anything to take away." - Antoine de Saint-Exupery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: uClibc-install.patch
Type: text/x-diff
Size: 1404 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20061228/ed1935c7/attachment-0002.bin 


More information about the uClibc mailing list