* emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation):
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 76ea94c42c25ef181498970b99d7a2411fef4fbe..8a6fbadb730d01f429c313205301fc71c89484e3 100644 (file)
@@ -28,6 +28,7 @@ avr-*-*)              targ_emul=avr85xx
 cris-*-*aout*)         targ_emul=crisaout
                        targ_extra_emuls="criself crislinux"
                        targ_extra_libpath=$targ_extra_emuls ;;
+cris-*-linux-gnu*)     targ_emul=crislinux ;;
 cris-*-*)              targ_emul=criself
                        targ_extra_emuls="crisaout crislinux"
                        targ_extra_libpath=$targ_extra_emuls ;;
@@ -166,7 +167,8 @@ i[3-7]86-*-unixware)        targ_emul=elf_i386 ;;
 i[3-7]86-*-solaris*)   targ_emul=elf_i386_ldso
                         targ_extra_emuls="elf_i386"
                         ;;
-i[3-7]86-*-netbsdelf*) targ_emul=elf_i386
+i[3-7]86-*-netbsdelf* | i[3-7]86-*-netbsd*-gnu*)
+                       targ_emul=elf_i386
                        targ_extra_emuls=i386nbsd
                        ;;
 i[3-7]86-*-netbsdpe*)  targ_emul=i386pe
@@ -263,11 +265,11 @@ thumb-*-pe)               targ_emul=armpe ;
 xscale-*-coff)         targ_emul=armcoff ;;
 xscale-*-elf)          targ_emul=armelf ;;
 h8300-*-hms* | h8300-*-coff* | h8300-*-rtems*)
-                       targ_emul=h8300; targ_extra_emuls="h8300h h8300s h8300hn h8300sn"
+                       targ_emul=h8300; targ_extra_emuls="h8300h h8300s h8300hn h8300sn h8300sx h8300sxn"
                        ;;
 h8300-*-elf*)
                        targ_emul=h8300elf;
-                       targ_extra_emuls="h8300helf h8300self h8300hnelf h8300snelf"
+                       targ_extra_emuls="h8300helf h8300self h8300hnelf h8300snelf h8300sxelf h8300sxnelf"
                        ;;
 h8500-*-hms* | h8500-*-coff* | h8500-*-rtems*)
                        targ_emul=h8500
@@ -387,6 +389,7 @@ mips*-dec-osf*)             targ_emul=mipslit ;;
 mips*-sgi-irix5*)      targ_emul=elf32bsmip ;;
 mips*-sgi-irix6*)      targ_emul=elf32bmipn32
                        targ_extra_emuls="elf32bsmip elf64bmip"
+                       targ_extra_libpath=$targ_extra_emuls
                        ;;
 mips*-sgi-irix*)       targ_emul=mipsbig ;;
 mips*el-*-ecoff*)      targ_emul=mipsidtl ;;
This page took 0.022834 seconds and 4 git commands to generate.