Add support for PowerPC VLE.
[deliverable/binutils-gdb.git] / sim / configure.tgt
index 592bc3cf629b079dae53a319c5ad232364d24276..a12319d0a1e3d2fa7d5ad99c1171d77e4de5a3e3 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,9 @@ case "${target}" in
        SIM_ARCH(moxie)
        sim_testsuite=yes
        ;;
+   rl78-*-*)
+       SIM_ARCH(rl78)
+       ;;
    rx-*-*)
        SIM_ARCH(rx)
        ;;
This page took 0.024949 seconds and 4 git commands to generate.