Fix typo in last change.
[deliverable/binutils-gdb.git] / sim / configure.in
index d5bacf1aa84282edaf6d0fddce8856e8c7707c00..c37304990f0fc65efae890630f259906d8a2add0 100644 (file)
@@ -48,6 +48,7 @@ extra_subdirs=common
 
 case "${target}" in
   arm*-*-*)            sim_target=arm ;;
+  strongarm*-*-*)      sim_target=arm ;;
   thumb*-*-*)           sim_target=arm ;;
   d10v-*-*)            sim_target=d10v ;;
   d30v-*-*)
@@ -60,6 +61,7 @@ case "${target}" in
   h8500-*-*)           sim_target=h8500 ;;
   i960-*-*)            sim_target=i960 ;;
   m32r-*-*)            sim_target=m32r ;;
+  mcore-*-*)           sim_target=mcore ;;
   mips*-*-*)
        # The MIPS simulator can only be compiled by gcc.
        sim_target=mips
@@ -84,20 +86,12 @@ case "${target}" in
        only_if_gcc=yes
        #extra_subdirs="${extra_subdirs}"
        ;;
-# start-sanitize-tic80
-  tic80-*-*)
-       sim_target=tic80
-       only_if_gcc=yes
-       extra_subdirs="${extra_subdirs} igen"
-       ;;
-# end-sanitize-tic80
   v850-*-*)
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
        extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        ;;
-# start-sanitize-v850e
   v850e-*-*)
        # The V850 simulator can only be compiled by gcc.
        sim_target=v850
@@ -110,7 +104,6 @@ case "${target}" in
        extra_subdirs="${extra_subdirs} igen"
        only_if_gcc=yes
        ;;
-# end-sanitize-v850e
   w65-*-*)
        sim_target=w65
        # The w65 is suffering from gradual decay.
@@ -118,36 +111,26 @@ case "${target}" in
        ;;
   z8k*-*-*)            sim_target=z8k ;;
   sparc64-*-*)
+       only_if_gcc=yes
        sim_target=none # Don't build erc32 if sparc64.
        ;;
   sparclite*-*-* | sparc86x*-*-*)
        # The SPARC simulator can only be compiled by gcc.
-       sim_target=erc32
        only_if_gcc=yes
+       sim_target=erc32
        ;;
   sparc*-*-*)
        # The SPARC simulator can only be compiled by gcc.
-       sim_target=erc32
        only_if_gcc=yes
        # Unfortunately erc32 won't build on many hosts, so only enable
        # it if the user really really wants it.
        only_if_enabled=yes
+       sim_target=erc32
        ;;
   *)                   sim_target=none ;;
 esac
 
 
-# start-sanitize-gxsim
-AC_ARG_ENABLE(sim-gx, [],
-[case "${enableval}" in
-  yes) 
-    if test -d ${srcdir}/${sim_target}-gx ; then
-       extra_subdirs="${sim_target}-gx"
-    else
-       AC_MSG_WARN(GX simulator not available for ${sim_target})
-    fi ;;
-esac])dnl
-# end-sanitize-gxsim
 
 
 # Is there a testsuite directory for the target?
This page took 0.027467 seconds and 4 git commands to generate.