[PATCH] Fix libc.so linker script
Roland McGrath
roland@redhat.com
Sat Mar 5 19:25:00 GMT 2005
> The linker script uses $(slibdir) for libc.so.6 and $(libdir) for
> libc_nonshared.a, so using $(inst_slibdir) for ld-linux.so.2 is at least
> inconsistent. Either all paths must be non-inst_ ones, or all must be
> inst_ ones. As the former is what everybody is used to, here is a patch
> that changes it that way.
This change is the correct one. inst_* directories are only for the
destination that make install copies things to. The directory names
embedded in any built file must never use the inst_* variables.
Thanks,
Roland
More information about the Libc-hacker
mailing list