* ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
[deliverable/binutils-gdb.git] / sim / configure.in
index 8bee260306c1ea527e8d0a2c06d583f89b0a1f7a..e472f8862b90273a0834ae00e86b3e1851b061e8 100644 (file)
@@ -50,7 +50,14 @@ case "${target}" in
        sim_target=arm
        extra_subdirs="${extra_subdirs} testsuite"
        ;;
-  strongarm*-*-*)      sim_target=arm ;;
+  strongarm*-*-*)
+       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
@@ -62,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.
@@ -87,6 +95,11 @@ case "${target}" in
        only_if_gcc=yes
        #extra_subdirs="${extra_subdirs}"
        ;;
+  tic80-*-*)
+       sim_target=tic80
+       only_if_gcc=yes
+       extra_subdirs="${extra_subdirs} igen"
+       ;;
   v850-*-*)
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
This page took 0.023259 seconds and 4 git commands to generate.