Wed Nov 4 18:46:47 1998 Dave Brolley <brolley@cygnus.com>
[deliverable/binutils-gdb.git] / sim / configure.in
index 4797eb9e78b24d0ec63bbf07b970748b7db51261..7c9ae51f718d6b8398d78184e9705612fb748e79 100644 (file)
@@ -50,13 +50,11 @@ case "${target}" in
   arm*-*-*)            sim_target=arm ;;
   thumb*-*-*)           sim_target=arm ;;
   d10v-*-*)            sim_target=d10v ;;
-# start-sanitize-d30v
   d30v-*-*)
        sim_target=d30v
        only_if_gcc=yes
        extra_subdirs="${extra_subdirs} igen"
        ;;
-# end-sanitize-d30v
   h8300*-*-*)          sim_target=h8300 ;;
   h8500-*-*)           sim_target=h8500 ;;
   m32r-*-*)            sim_target=m32r ;;
@@ -66,18 +64,11 @@ case "${target}" in
        only_if_gcc=yes
        extra_subdirs="${extra_subdirs} igen"
        ;;
-# start-sanitize-sky
-  txvu-*-*)
-       # The Sky simulator
-       sim_target=txvu
-       only_if_gcc=yes
-       extra_subdirs="${extra_subdirs} igen"
-       ;;
-# end-sanitize-sky
   mn10300*-*-*)
        # The mn10300 simulator can only be compiled by gcc.
        sim_target=mn10300
        only_if_gcc=yes
+       extra_subdirs="${extra_subdirs} igen"
        ;;
   mn10200*-*-*)
        sim_target=mn10200
@@ -127,6 +118,11 @@ case "${target}" in
   sparc64-*-*)
        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
+       ;;
   sparc*-*-*)
        # The SPARC simulator can only be compiled by gcc.
        sim_target=erc32
This page took 0.022775 seconds and 4 git commands to generate.