This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix libc.so linker script


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]