Index: bfd/ChangeLog
[deliverable/binutils-gdb.git] / ld / configure.tgt
index f54064edb16e9ab21ce78c4a47247aad3da7b239..5bfb5760f22f12473ac1b204dd9228737ce8ece0 100644 (file)
@@ -287,7 +287,13 @@ mips*-sgi-irix*)   targ_emul=mipsbig ;;
 mips*el-*-ecoff*)      targ_emul=mipsidtl ;;
 mips*-*-ecoff*)                targ_emul=mipsidt ;;
 mips*-dec-bsd*)                targ_emul=mipsbsd ;;
-mips*-dec-netbsd*)     targ_emul=elf32lmip ;;
+mips*-dec-netbsd* | mips*el-*-netbsd*)
+                       targ_emul=elf32lmip
+                       targ_extra_emuls="elf32bmip"
+                       ;;
+mips*-*-netbsd*)       targ_emul=elf32bmip
+                       targ_extra_emuls="elf32lmip"
+                       ;;
 mips*-*-bsd*)          targ_emul=mipsbig ;;
 mips*vr4300el-*-elf*)  targ_emul=elf32l4300 ;;
 mips*vr4300-*-elf*)    targ_emul=elf32b4300 ;;
@@ -371,11 +377,7 @@ powerpc-*-netware*)        targ_emul=ppcnw ;;
 powerpcle-*-pe)         targ_emul=ppcpe ;;
 powerpcle-*-winnt*)     targ_emul=ppcpe ;;
 powerpcle-*-cygwin*)    targ_emul=ppcpe ;;
-
-powerpc-*-aix*)                targ_emul=aixppc 
-                       targ_extra_emuls="aixppc64"     
-                       tdir_aixppc64=${targ_alias}
-                       ;;
+powerpc-*-aix*)                targ_emul=aixppc ;;
 powerpc-*-beos*)       targ_emul=aixppc ;;
 rs6000-*-aix*)         targ_emul=aixrs6 ;;
 tic30-*-*aout*)                targ_emul=tic30aout ;;
@@ -386,6 +388,7 @@ v850-*-*)           targ_emul=v850 ;;
 v850e-*-*)             targ_emul=v850 ;;
 v850ea-*-*)            targ_emul=v850 ;;
 w65-*-*)               targ_emul=w65 ;;
+xstormy16-*-*)         targ_emul=elf32xstormy16 ;;
 fr30-*-*)              targ_emul=elf32fr30 ;;
 mcore-*-pe)            targ_emul=mcorepe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
This page took 0.027338 seconds and 4 git commands to generate.