Fix autoconf breakage + commit target.c, omitted in previous delta
[deliverable/binutils-gdb.git] / sim / configure.in
index 41cec7777ed54af74918454ebfb0086757545c34..e472f8862b90273a0834ae00e86b3e1851b061e8 100644 (file)
@@ -54,6 +54,10 @@ case "${target}" in
        sim_target=arm
        extra_subdirs="${extra_subdirs} testsuite"
        ;;
+  xscale-*-*)
+       sim_target=arm
+       extra_subdirs="${extra_subdirs} testsuite"
+       ;;
   d10v-*-*)            sim_target=d10v ;;
   d30v-*-*)
        sim_target=d30v
@@ -65,6 +69,7 @@ case "${target}" in
   h8500-*-*)           sim_target=h8500 ;;
   i960-*-*)            sim_target=i960 ;;
   m32r-*-*)            sim_target=m32r ;;
+  m68hc11-*-*|m6811-*-*) sim_target=m68hc11 ;;
   mcore-*-*)           sim_target=mcore ;;
   mips*-*-*)
        # The MIPS simulator can only be compiled by gcc.
This page took 0.023526 seconds and 4 git commands to generate.