New Cell SPU port.
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 24137fdb561f9fa02044bc922edef8d5d970070c..c2df86fba9f0c349d3aae431b934a2398f030e63 100644 (file)
@@ -153,6 +153,7 @@ i[3-7]86-*-linux-*) targ_emul=elf_i386
                        targ_extra_emuls=i386linux
                        if test x${want64} = xtrue; then
                          targ_extra_emuls="$targ_extra_emuls elf_x86_64"
+                         targ_extra_libpath=elf_x86_64
                        fi
                        tdir_i386linux=${targ_alias}aout ;;
 x86_64-*-linux-*)      targ_emul=elf_x86_64
@@ -219,6 +220,8 @@ i[3-7]86-*-cygwin*) targ_emul=i386pe ;
                        test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
 i[3-7]86-*-mingw32*)   targ_emul=i386pe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
+x86_64-*-mingw64*)     targ_emul=i386pep ;
+                       targ_extra_ofiles="deffilep.o pep-dll.o" ;;
 i[3-7]86-*-interix*)   targ_emul=i386pe_posix;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
 i[3-7]86-*-beospe*)    targ_emul=i386beos ;;
@@ -545,6 +548,8 @@ sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
 sparc*-wrs-vxworks*)   targ_emul=sparcaout ;;
 sparc*-*-rtems*)        targ_emul=elf32_sparc
                        ;;
+spu-*-elf*)            targ_emul=elf32_spu
+                       targ_extra_ofiles="spu_inc.o" ;;
 tic30-*-*aout*)                targ_emul=tic30aout ;;
 tic30-*-*coff*)                targ_emul=tic30coff ;;
 tic4x-*-* | c4x-*-*)    targ_emul=tic4xcoff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;;
This page took 0.025269 seconds and 4 git commands to generate.