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


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] aarch64: use lib64 as default lib and slib directory


On Friday 15 March 2013 12:15:45 Joseph S. Myers wrote:
> On Fri, 15 Mar 2013, Marcus Shawcroft wrote:
> > Hi,
> > 
> > This patch seems to have the effect of moving the dynamic linker to
> > /lib64, do we need some ldd-rewrite.sed foo hooked into
> > ports/sysdeps/unix/sysv/linux/aarch64/configure.in ?
> 
> How does s390 glibc handle dynamic linker and libraries in different
> directories?

it doesn't :)

i just built for s390x and did `make install DESTDIR=$PWD/foo` and the libs 
(including ldso) default to /lib64/.  Gentoo's ebuilds make sure things get 
symlinked to the right place (there's a list that maintains all the ldso paths 
for multilib targets).

> If it doesn't, maybe that illustrates that keeping the
> dynamic linker in /lib with other libraries in /lib64 really isn't such a
> good idea after all and /lib64 should be used consistently or not at
> all....

the multiarch people are going to whine incessantly anytime a new ldso is 
proposed that doesn't live in /lib/.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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