On 26 February 2014 02:25, Andrew Pinski <apin...@cavium.com> wrote: > Hi, > This is the final patch which adds support for the dynamic linker and > multi-lib directories for ILP32. I did not change multi-arch support as > I did not know what it should be changed to and internally here at Cavium, > we don't use multi-arch. Updated for the new names that were decided on. > > > OK? Build and tested for aarch64-linux-gnu with and without > --with-multilib-list=lp64,ilp32. > > Thanks, > Andrew Pinski > > * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER): > /lib/ld-linux-aarch64_ilp32.so.1 > is used for ILP32. > (LINUX_TARGET_LINK_SPEC): Update linker script for ILP32. > file whose name depends on -mabi= and -mbig-endian. > * config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES): Handle LP64 > better > and handle ilp32 too. > (MULTILIB_OPTIONS): Delete. > (MULTILIB_DIRNAMES): Delete.
Hi, This is OK, thanks /Marcus