[OE-core] [PATCH] glibc: Install AArch64 loader link correctly for usrmerge+multilib

Mike Crowe mac at mcrowe.com
Sun Feb 24 21:50:50 UTC 2019


On Sunday 24 February 2019 at 21:00:52 +0000, Mike Crowe wrote:
> * x86_64 (real loader in /lib as before)[2]
>   MACHINE = "qemux86"

This is not directly related to my patch, but according to
https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf §5.2.1 the
definitive location for the x86_64 loader is /lib64/ld-linux-x86-64.so.2
not /lib/ld-linux-x86-64.so.2. Debian:amd64 appears to have a /lib64
directory purely so that provide a symlink to the loader from that
location.

If this is true, then a similar symlink is required for x86_64 too, but
unfortunately this one needs to be in /lib64 so my patch would require some
tweaks to cope with that too.

Mike.


More information about the Openembedded-core mailing list