Default elf_backend_post_process_headers to set OSABI
[deliverable/binutils-gdb.git] / sim / configure.tgt
index 592bc3cf629b079dae53a319c5ad232364d24276..39f92b645dba486e12f08a67fd500ec0a6e078fb 100644 (file)
@@ -16,13 +16,17 @@ sim_common=yes
 sim_igen=no
 sim_arch=
 case "${target}" in
-   arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
+   arm*-*-*)
        SIM_ARCH(arm)
        sim_testsuite=yes
        ;;
    avr*-*-*)
        SIM_ARCH(avr)
        ;;
+   bfin-*-*)
+       SIM_ARCH(bfin)
+       sim_testsuite=yes
+       ;;
    cr16*-*-*)
        SIM_ARCH(cr16)
        sim_testsuite=yes
@@ -82,6 +86,12 @@ case "${target}" in
        SIM_ARCH(moxie)
        sim_testsuite=yes
        ;;
+   msp430*-*-*)
+       SIM_ARCH(msp430)
+       ;;
+   rl78-*-*)
+       SIM_ARCH(rl78)
+       ;;
    rx-*-*)
        SIM_ARCH(rx)
        ;;
This page took 0.026842 seconds and 4 git commands to generate.