Hi,
On 10 December 2013 01:52, Andrew Pinski <pins...@gmail.com> wrote: > On Mon, Dec 9, 2013 at 12:12 PM, Yufeng Zhang <yufeng.zh...@arm.com> wrote: >> To be more explicit and consistent, the name of the ILP32 loader shall have >> 'ilp32' instead of '32'. The extension field shall be appended to >> 'aarch64', separated by '_', and we should probably add the big-endian name >> at the same time. With the extension fields sorted alphabetically, >> GLIBC_DYNAMIC_LINKER can be defined as: >> "/lib/ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1" > AS mentioned in another email I think _be is incorrect. I also think There was recent discussion on this topic over here: http://lists.linaro.org/pipermail/cross-distro/2013-November/000570.html > aarch64 becomes redundant for _ilp32 and really it should be just: > "/lib/ld-linux-%{mabi=ilp32:ilp32;:aarch64}.so. Stick with: /lib/ld-linux-<triple>.so.<version> as outlined in Yufeng's reply. Cheers /Marcus