* amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
[deliverable/binutils-gdb.git] / ld / configure.tgt
index d809c1149ff61a7cd21fb87d82d9ad2114021a93..65f1d76a43351a0c0a2911bfaa629a117f3fd782 100644 (file)
@@ -26,6 +26,7 @@ arm-*-pe)             targ_emul=armpe ;
 arc-*-elf*)            targ_emul=arcelf ;;
 avr-*-*)               targ_emul=avr2
                        targ_extra_emuls="avr1 avr3 avr4 avr5" ;;
+cr16c-*-elf*)           targ_emul=elf32cr16c ;;
 cris-*-*aout*)         targ_emul=crisaout
                        targ_extra_emuls="criself crislinux"
                        targ_extra_libpath=$targ_extra_emuls ;;
@@ -332,7 +333,8 @@ shle*-*-elf* | sh[1234]*le*-*-elf | shle*-*-kaos*)
                        targ_emul=shlelf
                        targ_extra_emuls="shelf shl sh"
                        ;;
-sh-*-elf* | sh[1234]*-*-elf | sh-*-rtemself* | sh-*-kaos* | sh-*-vxworks)
+sh-*-rtemscoff*)       targ_emul=sh; targ_extra_emuls=shl ;;
+sh-*-elf* | sh[1234]*-*-elf | sh-*-rtems* | sh-*-kaos* | sh-*-vxworks)
                        targ_emul=shelf
                        targ_extra_emuls="shlelf sh shl"
                        ;;
@@ -341,7 +343,7 @@ sh-*-nto*)          targ_emul=shelf_nto
                        ;;
 sh-*-pe)               targ_emul=shpe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
-sh-*-*|sh-*-rtems*)    targ_emul=sh; targ_extra_emuls=shl ;;
+sh-*-*)                        targ_emul=sh; targ_extra_emuls=shl ;;
 sh64le-*-elf*)
                        targ_emul=shlelf
                        targ_extra_emuls="shelf shlelf32 shelf32 shlelf64 shelf64"
@@ -407,7 +409,6 @@ mips*-sgi-irix6*)   targ_emul=elf32bmipn32
 mips*-sgi-irix*)       targ_emul=mipsbig ;;
 mips*el-*-ecoff*)      targ_emul=mipsidtl ;;
 mips*-*-ecoff*)                targ_emul=mipsidt ;;
-mips*-dec-bsd*)                targ_emul=mipsbsd ;;
 mips*el-*-netbsd*)     targ_emul=elf32lmip
                        targ_extra_emuls="elf32bmip"
                        ;;
@@ -472,7 +473,7 @@ ns32k-*-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
 openrisc-*-*)          targ_emul=elf32openrisc ;;
 or32-*-coff)           targ_emul=or32 ;;
 or32-*-elf)            targ_emul=or32elf ;;
-or32-*-rtems)           targ_emul=or32 ;;
+or32-*-rtems*)          targ_emul=or32elf ;;
 pdp11-*-*)             targ_emul=pdp11 ;;
 pjl*-*-*)              targ_emul=pjlelf ; targ_extra_emuls="elf_i386" ;;
 pj*-*-*)               targ_emul=pjelf ;;
@@ -533,6 +534,7 @@ powerpc-*-aix5*)    targ_emul=aix5ppc ;;
 powerpc-*-aix*)                targ_emul=aixppc ;;
 powerpc-*-beos*)       targ_emul=aixppc ;;
 powerpc-*-windiss*)    targ_emul=elf32ppcwindiss ;;
+powerpc-*-lynxos*)     targ_emul=ppclynx ;;
 rs6000-*-aix5*)                targ_emul=aix5rs6 ;;
 rs6000-*-aix*)         targ_emul=aixrs6 ;;
 tic30-*-*aout*)                targ_emul=tic30aout ;;
This page took 0.023759 seconds and 4 git commands to generate.