reformat copyright paragraph
[deliverable/binutils-gdb.git] / sim / configure
index 58316cfb16348046879004ce71e00c7f8ed3c1a8..4d0232e54113c56fb3dd6a7d9467cec52546b523 100755 (executable)
@@ -1413,6 +1413,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
@@ -1437,13 +1438,6 @@ 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
@@ -1470,54 +1464,25 @@ case "${target}" in
   z8k*-*-*)            sim_target=z8k ;;
   sparc64-*-*)
        only_if_gcc=yes
-       if test "x${with_cgen}" = xyes ; then
-               sim_target=sparc
-               extra_subdirs="${extra_subdirs} testsuite"
-       else
-               sim_target=none # Don't build erc32 if sparc64.
-       fi
+       sim_target=none # Don't build erc32 if sparc64.
        ;;
   sparclite*-*-* | sparc86x*-*-*)
        # The SPARC simulator can only be compiled by gcc.
        only_if_gcc=yes
-       if test "x${with_cgen}" = xyes ; then
-               sim_target=sparc
-               extra_subdirs="${extra_subdirs} testsuite"
-       else
-               sim_target=erc32
-       fi
+       sim_target=erc32
        ;;
   sparc*-*-*)
        # The SPARC simulator can only be compiled by gcc.
        only_if_gcc=yes
-       if test "x${with_cgen}" = xyes ; then
-               sim_target=sparc
-               extra_subdirs="${extra_subdirs} testsuite"
-       else
-               # 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
-       fi
+       # 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
-# Check whether --enable-sim-gx or --disable-sim-gx was given.
-if test "${enable_sim_gx+set}" = set; then
-  enableval="$enable_sim_gx"
-  case "${enableval}" in
-  yes) 
-    if test -d ${srcdir}/${sim_target}-gx ; then
-       extra_subdirs="${sim_target}-gx"
-    else
-       echo "configure: warning: GX simulator not available for ${sim_target}" 1>&2
-    fi ;;
-esac
-fi
-# end-sanitize-gxsim
 
 
 # Is there a testsuite directory for the target?
This page took 0.023418 seconds and 4 git commands to generate.