* lib/ld-lib.exp (default_ld_simple_link): Permit the linker to
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 2db72fd3c189f5e7cc18e5361b35b67ca66529e4..7f419eabdf94bb7a2d166421a1d836cd836a6493 100644 (file)
@@ -31,6 +31,12 @@ sparc*-*-linux*aout*)        targ_emul=sparclinux
                        tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/aout//'`
                        tdir_sun4=sparc-sun-sunos4
                        ;;
+sparc64-*-linux*)      targ_emul=elf64_sparc
+                       targ_extra_emuls="elf32_sparc sparclinux sun4"
+                       tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/64//'`
+                       tdir_sparclinux=${tdir_elf32_sparc}aout
+                       tdir_sun4=sparc-sun-sunos4
+                       ;;
 sparc*-*-linux*)       targ_emul=elf32_sparc
                        targ_extra_emuls="sparclinux sun4"
                        tdir_sparclinux=${targ_alias}aout
@@ -104,7 +110,7 @@ h8300-*-hms)                targ_emul=h8300; targ_extra_emuls="h8300h h8300s"
 h8500-*-hms)           targ_emul=h8500
                        targ_extra_emuls="h8500s h8500b h8500m h8500c"
                        ;;
-sh-*-elf*)             targ_emul=shelf
+sh-*-elf*|sh-*-rtems*) targ_emul=shelf
                        targ_extra_emuls="shlelf sh shl"
                        ;;
 sh-*-*)                        targ_emul=sh; targ_extra_emuls=shl ;;
@@ -134,7 +140,7 @@ hppa*-*-rtems*)             targ_emul=hppaelf ;;
 vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
 mips*-dec-ultrix*)     targ_emul=mipslit ;;
 mips*-dec-osf*)                targ_emul=mipslit ;;
-mips*-sgi-irix[56]*)   targ_emul=elf32bmip ;;
+mips*-sgi-irix[56]*)   targ_emul=elf32bsmip ;;
 mips*-sgi-irix*)       targ_emul=mipsbig ;;
 mips*el-*-ecoff*)      targ_emul=mipsidtl ;;
 mips*-*-ecoff*)                targ_emul=mipsidt ;;
@@ -147,30 +153,34 @@ mips*vr4100el-*-elf*)     targ_emul=elf32l4300 ;;
 mips*vr4100-*-elf*)    targ_emul=elf32b4300 ;;
 mips*vr5000el-*-elf*)  targ_emul=elf32l4300 ;;
 mips*vr5000-*-elf*)    targ_emul=elf32b4300 ;;
+# start-sanitize-tx49
+mips*tx49el-*-elf*)    targ_emul=elf32l4300 ;;
+mips*tx49-*-elf*)      targ_emul=elf32b4300 ;;
+# end-sanitize-tx49
 # start-sanitize-r5900 
-mips*vr5900-*-elf*)    targ_emul=elf32l4300 ;;
+mips*r5900*-*-elf*)    targ_emul=elf32l4300 ;;
 # end-sanitize-r5900 
 mips*el-*-elf*)                targ_emul=elf32elmip ;;
 mips*-*-elf*)          targ_emul=elf32ebmip ;;
 mips*-*-rtems*)                targ_emul=elf32ebmip ;;
-mips*el-*-linux*)      targ_emul=elf32lmip
-                       targ_extra_emuls="elf32bmip mipslit mipsbig"
+mips*el-*-linux*)      targ_emul=elf32lsmip
+                       targ_extra_emuls="elf32bsmip mipslit mipsbig"
                        ;;
-mips*-*-linux*)                targ_emul=elf32bmip
-                       targ_extra_emuls="elf32lmip mipsbig mipslit"
+mips*-*-linux*)                targ_emul=elf32bsmip
+                       targ_extra_emuls="elf32lsmip mipsbig mipslit"
                        ;;
 mips*-*-lnews*)                targ_emul=mipslnews ;;
 mn10200-*-*)           targ_emul=mn10200 ;;
 mn10300-*-*)           targ_emul=mn10300 ;;
-alpha-*-linuxecoff*)   targ_emul=alpha targ_extra_emuls=elf64alpha
+alpha*-*-linuxecoff*)  targ_emul=alpha targ_extra_emuls=elf64alpha
                        tdir_elf64alpha=`echo ${targ_alias} | sed -e 's/ecoff//'`
                        ;;
-alpha-*-linux*)                targ_emul=elf64alpha targ_extra_emuls=alpha
+alpha*-*-linux*)       targ_emul=elf64alpha targ_extra_emuls=alpha
                        tdir_alpha=`echo ${targ_alias} | sed -e 's/linux/linuxecoff/'`
                        ;;
-alpha-*-osf*)          targ_emul=alpha ;;
-alpha-*-gnu*)          targ_emul=elf64alpha ;;
-alpha-*-netware*)      targ_emul=alpha ;;
+alpha*-*-osf*)         targ_emul=alpha ;;
+alpha*-*-gnu*)         targ_emul=elf64alpha ;;
+alpha*-*-netware*)     targ_emul=alpha ;;
 z8k-*-coff)            targ_emul=z8002; targ_extra_emuls=z8001 ;;
 ns32k-pc532-mach* | ns32k-pc532-ux*)   targ_emul=pc532macha ;;
 ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
@@ -189,15 +199,11 @@ rs6000-*-aix*)            targ_emul=aixrs6 ;;
 # start-sanitize-tic80
 tic80-*-*)             targ_emul=tic80coff ;;
 # end-sanitize-tic80
-# start-sanitize-v850
 v850-*-*)              targ_emul=v850 ;;
-# end-sanitize-v850
 # start-sanitize-v850e
 v850e-*-*)             targ_emul=v850 ;;
-# end-sanitize-v850e
-# start-sanitize-v850eq
 v850eq-*-*)            targ_emul=v850 ;;
-# end-sanitize-v850eq
+# end-sanitize-v850e
 w65-*-*)               targ_emul=w65 ;;
 *-*-aout)              targ_emul=${target_cpu}-${target_vendor} ;;
 *-*-coff)              targ_emul=${target_cpu}-${target_vendor} ;;
This page took 0.025343 seconds and 4 git commands to generate.