Add support for h8300hn and h8300sn
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 42c997fe51d7b9e9ee740774878cb0b2705381ae..66f2f5e7d8bda7f6653338ccb6ebe40600b894ed 100644 (file)
@@ -261,11 +261,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"
+                       targ_emul=h8300; targ_extra_emuls="h8300h h8300s h8300hn h8300sn"
                        ;;
 h8300-*-elf*)
                        targ_emul=h8300elf;
-                       targ_extra_emuls="h8300helf h8300self"
+                       targ_extra_emuls="h8300helf h8300self h8300hnelf h8300snelf"
                        ;;
 h8500-*-hms* | h8500-*-coff* | h8500-*-rtems*)
                        targ_emul=h8500
@@ -464,7 +464,7 @@ powerpc*-*-linux*)
        case "${targ}" in
        *64*)   targ_emul=elf64ppc
                targ_extra_emuls="elf32ppclinux elf32ppc elf32ppcsim"
-               targ_extra_libpath=elf32ppclinux
+               targ_extra_libpath="elf32ppclinux elf32ppc"
                tdir_elf32ppc=`echo "${targ_alias}" | sed -e 's/64//'`
                tdir_elf32ppclinux=$tdir_elf32ppc
                tdir_elf32ppcsim=$tdir_elf32ppc ;;
@@ -473,6 +473,7 @@ powerpc*-*-linux*)
                targ_extra_libpath=elf32ppc
                if test "${want64}" = "true"; then
                  targ_extra_emuls="$targ_extra_emuls elf64ppc"
+                 targ_extra_libpath="$targ_extra_libpath elf64ppc"
                fi
                ;;
        esac ;;
@@ -513,8 +514,8 @@ powerpc-*-windiss*) targ_emul=elf32ppcwindiss ;;
 rs6000-*-aix5*)                targ_emul=aix5rs6 ;;
 rs6000-*-aix*)         targ_emul=aixrs6 ;;
 tic30-*-*aout*)                targ_emul=tic30aout ;;
-tic30-*-*coff*)                targ_emul=tic30coff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;;
-tic4x-*-* | c4x-*-*)    targ_emul=tic4xcoff ;;
+tic30-*-*coff*)                targ_emul=tic30coff ;;
+tic4x-*-* | c4x-*-*)    targ_emul=tic4xcoff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;;
 tic54x-*-* | c54x*-*-*)        targ_emul=tic54xcoff ;;
 tic80-*-*)             targ_emul=tic80coff ;;
 v850-*-*)              targ_emul=v850 ;;
@@ -524,6 +525,7 @@ iq2000-*-elf)           targ_emul=elf32iq2000 ; targ_extra_emuls="elf32iq10" ;;
 frv-*-*)               targ_emul=elf32frv ;;
 w65-*-*)               targ_emul=w65 ;;
 xstormy16-*-*)         targ_emul=elf32xstormy16 ;;
+xtensa-*-*)            targ_emul=elf32xtensa;;
 fr30-*-*)              targ_emul=elf32fr30 ;;
 mcore-*-pe)            targ_emul=mcorepe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
This page took 0.024894 seconds and 4 git commands to generate.