* acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for cross
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 8915c13d975e829b21b52bf323bf2cc0d579d3b7..46e05d33a8ab554fe71d7c1c8d1ee67b8179f10e 100644 (file)
@@ -83,7 +83,7 @@ arm*-*-linux-*)               targ_emul=armelf_linux
                        targ_extra_emuls="armelf armelfb armelfb_linux"
                        targ_extra_libpath="armelfb_linux"
                        ;;
-arm*-*-uclinux-*eabi)  targ_emul=armelf_linux_eabi
+arm*-*-uclinux*eabi)   targ_emul=armelf_linux_eabi
                        targ_extra_emuls=armelfb_linux_eabi
                        targ_extra_libpath=$targ_extra_emuls
                        ;;
@@ -109,8 +109,19 @@ xscale-*-elf)              targ_emul=armelf
 avr-*-*)               targ_emul=avr2
                        targ_extra_emuls="avr1 avr3 avr4 avr5 avr6"
                        ;;
-bfin-*-elf)            targ_emul=elf32bfin; targ_extra_emuls="elf32bfinfd" ;;
-bfin-*-uclinux*)       targ_emul=elf32bfin; targ_extra_emuls="elf32bfinfd" ;;
+bfin-*-elf)            targ_emul=elf32bfin;
+                       targ_extra_emuls="elf32bfinfd"
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
+bfin-*-uclinux*)       targ_emul=elf32bfin;
+                       targ_extra_emuls="elf32bfinfd"
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
+bfin-*-linux-uclibc*)  targ_emul=elf32bfin;
+                       targ_extra_emuls="elf32bfinfd"
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
+cr16-*-elf*)            targ_emul=elf32cr16 ;;
 cr16c-*-elf*)           targ_emul=elf32cr16c
                        ;;
 cris-*-*aout*)         targ_emul=crisaout
@@ -511,6 +522,9 @@ sh-*-rtemscoff*)    targ_emul=sh; targ_extra_emuls=shl ;;
 sh-*-elf* | sh[1234]*-*-elf | sh-*-rtems* | sh-*-kaos*)
                        targ_emul=shelf
                        targ_extra_emuls="shlelf sh shl" ;;
+sh-*-uclinux* | sh[12]-*-uclinux*)
+                       targ_emul=shelf_uclinux
+                       targ_extra_emuls="shelf shlelf sh shl" ;;
 sh-*-vxworks)          targ_emul=shelf_vxworks
                        targ_extra_emuls=shlelf_vxworks ;;
 sh-*-nto*)             targ_emul=shelf_nto
@@ -576,8 +590,7 @@ sparc*-*-solaris2*) targ_emul=elf32_sparc ;;
 sparc*-wrs-vxworks*)   targ_emul=sparcaout ;;
 sparc*-*-rtems*)        targ_emul=elf32_sparc
                        ;;
-spu-*-elf*)            targ_emul=elf32_spu
-                       targ_extra_ofiles="spu_inc.o" ;;
+spu-*-elf*)            targ_emul=elf32_spu ;;
 tic30-*-*aout*)                targ_emul=tic30aout ;;
 tic30-*-*coff*)                targ_emul=tic30coff ;;
 tic4x-*-* | c4x-*-*)    targ_emul=tic4xcoff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;;
This page took 0.039425 seconds and 4 git commands to generate.