Add x86-64 ILP32 support.
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 4e90739679e6d01e8f0f33be2938c6c9911fadb6..44fae09b6f74019cd12f139ec195ab2909dd5117 100644 (file)
@@ -199,12 +199,13 @@ i[3-7]86-*-linux*aout*)   targ_emul=i386linux
 i[3-7]86-*-linux*oldld)        targ_emul=i386linux; targ_extra_emuls=elf_i386 ;;
 i[3-7]86-*-linux-*)    targ_emul=elf_i386
                        targ_extra_emuls=i386linux
-                       targ64_extra_emuls="elf_x86_64 elf_l1om"
+                       targ64_extra_emuls="elf_x86_64 elf32_x86_64 elf_l1om"
                        targ64_extra_libpath=elf_x86_64
+                       targ_extra_libpath=elf32_x86_64
                        tdir_i386linux=${targ_alias}aout ;;
 x86_64-*-linux-*)      targ_emul=elf_x86_64
-                       targ_extra_emuls="elf_i386 i386linux elf_l1om"
-                       targ_extra_libpath=elf_i386
+                       targ_extra_emuls="elf32_x86_64 elf_i386 i386linux elf_l1om"
+                       targ_extra_libpath="elf_i386 elf32_x86_64"
                        tdir_i386linux=`echo ${targ_alias}aout | sed -e 's/x86_64/i386/'`
                        tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'` ;;
 i[3-7]86-*-sysv[45]*)  targ_emul=elf_i386 ;;
This page took 0.023766 seconds and 4 git commands to generate.