ld/
[deliverable/binutils-gdb.git] / ld / configure.tgt
index c36ec511a6a8ff7722ecda9990fbf8cec80d6284..4171d8c9923f8efbc5a70af1c1c32a6746084c1f 100644 (file)
@@ -204,6 +204,11 @@ i[3-7]86-*-linux-*)        targ_emul=elf_i386
                        targ64_extra_libpath=elf_x86_64
                        targ_extra_libpath=elf32_x86_64
                        tdir_i386linux=${targ_alias}aout ;;
+x86_64-*-linux-gnux32) targ_emul=elf32_x86_64
+                       targ_extra_emuls="elf_x86_64 elf_i386 i386linux elf_l1om"
+                       targ_extra_libpath="elf_i386 elf_x86_64 elf_l1om"
+                       tdir_i386linux=`echo ${targ_alias}aout | sed -e 's/x86_64/i386/'`
+                       tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'` ;;
 x86_64-*-linux-*)      targ_emul=elf_x86_64
                        targ_extra_emuls="elf32_x86_64 elf_i386 i386linux elf_l1om elf_k1om"
                        targ_extra_libpath="elf_i386 elf32_x86_64 elf_l1om elf_k1om"
@@ -703,6 +708,8 @@ xstormy16-*-*)              targ_emul=elf32xstormy16
                        ;;
 xtensa*-*-*)           targ_emul=elf32xtensa
                        ;;
+xgate-*-*)     targ_emul=xgateelf 
+                       ;;
 z80-*-coff)            targ_emul=z80
                        ;;
 z8k-*-coff)            targ_emul=z8002; targ_extra_emuls=z8001
This page took 0.024565 seconds and 4 git commands to generate.