xtensa: ld: convert tests to run_dump_test
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 4c4ab850f2244aa55517fe5b0f44486e70a092ec..fad8b2e5c846d6d50402ea678b10315e05323732 100644 (file)
@@ -402,6 +402,8 @@ m68hc12-*-*|m6812-*-*)      targ_emul=m68hc12elf
                        targ_extra_emuls="m68hc12elfb m68hc11elf m68hc11elfb" ;;
 m68*-*-netbsdelf*)     targ_emul=m68kelfnbsd ;;
 m68*-*-*)              targ_emul=m68kelf ;;
+s12z-*-*)              targ_emul=m9s12zelf
+                       ;;
 mcore-*-pe)            targ_emul=mcorepe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
 mcore-*-elf)           targ_emul=elf32mcore
@@ -630,7 +632,8 @@ pru*-*-*)           targ_emul=pruelf ;;
 riscv32*-*-linux*)     targ_emul=elf32lriscv
                        targ_extra_emuls="elf32lriscv_ilp32f elf32lriscv_ilp32 elf64lriscv elf64lriscv_lp64f elf64lriscv_lp64"
                        targ_extra_libpath=$targ_extra_emuls ;;
-riscv32*-*-*)          targ_emul=elf32lriscv
+riscv-*-* | riscv32*-*-*)
+                       targ_emul=elf32lriscv
                        targ_extra_emuls="elf64lriscv"
                        targ_extra_libpath=$targ_extra_emuls ;;
 riscv64*-*-linux*)     targ_emul=elf64lriscv
This page took 0.022597 seconds and 4 git commands to generate.