Philip Blundell <pb@nexus.co.uk>
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 65203a96cc8a36b2ef2731a7df8f02afdbecfb49..4a7f6e6a78cdb8f29e0ca58d8d6fc939f6bda431 100644 (file)
@@ -117,6 +117,7 @@ i[3456]86-*-mingw32*)       targ_emul=i386pe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
 i[3456]86-*-beospe*)    targ_emul=i386beos ;;
 i[3456]86-*-beos*)     targ_emul=elf_i386_be ;;
+i[3456]86-*-vxworks*)  targ_emul=i386aout ;;
 m8*-*-*)               targ_emul=m88kbcs ;;
 a29k-*-udi)            targ_emul=sa29200 ;;
 a29k-*-ebmon)          targ_emul=ebmon29k ;;
@@ -126,8 +127,10 @@ arm-*-aout | armel-*-aout) targ_emul=armaoutl ;;
 armeb-*-aout)          targ_emul=armaoutb ;;
 arm-*-coff)            targ_emul=armcoff ;;
 arm-*-elf)             targ_emul=armelf ;;
-arm-*-oabi)             targ_emul=armelf_oabi ;;
-arm*-*-linux-gnu*)     targ_emul=armelf_linux; targ_extra_emuls="armelf_linux26 armelf";;
+arm-*-oabi)            targ_emul=armelf_oabi ;;
+arm*-*-linux-gnu*)     targ_emul=armelf_linux; targ_extra_emuls="armelf_linux26 armelf" ;;
+arm*-*-uclinux*)       targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
+thumb-*-linux-gnu* | thumb-*-uclinux*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;;
 strongarm-*-coff)      targ_emul=armcoff ;;
 strongarm-*-elf)       targ_emul=armelf ;;
 thumb-*-coff)          targ_emul=armcoff ;;
@@ -197,6 +200,7 @@ mips*el-*-elf*)             targ_emul=elf32elmip ;;
 mips*-*-elf*)          targ_emul=elf32ebmip ;;
 mips*el-*-rtems*)      targ_emul=elf32elmip ;;
 mips*-*-rtems*)                targ_emul=elf32ebmip ;;
+mips*el-*-vxworks*)    targ_emul=elf32elmip ;;
 mips*-*-vxworks*)      targ_emul=elf32ebmip ;;
 mips*el-*-linux-gnu*)  targ_emul=elf32lsmip
                        targ_extra_emuls="elf32bsmip mipslit mipsbig"
This page took 0.024348 seconds and 4 git commands to generate.