]> Git Repo - binutils.git/blobdiff - sim/configure
Update names
[binutils.git] / sim / configure
index 5defdab0b86adf1f3b241820d68c31cd9072595e..30b1b360988cc789645461333c4e2174e5bb147e 100755 (executable)
@@ -1281,9 +1281,7 @@ only_if_gcc=no
 
 case "${target}" in
   arm*-*-*)            sim_target=arm ;;
-# start-sanitize-d10v
   d10v-*-*)            sim_target=d10v ;;
-# end-sanitize-d10v
   h8300*-*-*)          sim_target=h8300 ;;
   h8500-*-*)           sim_target=h8500 ;;
   mips*-*-*)
@@ -1291,11 +1289,6 @@ case "${target}" in
        sim_target=mips
        only_if_gcc=yes
        ;;
-  mn10200*-*-*)
-       # The mn10200 simulator can only be compiled by gcc.
-       sim_target=mn10200
-       only_if_gcc=yes
-       ;;
   mn10300*-*-*)
        # The mn10300 simulator can only be compiled by gcc.
        sim_target=mn10300
@@ -1318,6 +1311,9 @@ case "${target}" in
 # end-sanitize-v850
   w65-*-*)             sim_target=w65 ;;
   z8k*-*-*)            sim_target=z8k ;;
+  sparc64-*-*)
+       sim_target=none # Don't build erc32 if sparc64.
+       ;;
   sparc*-*-*)
        # The SPARC simulator can only be compiled by gcc.
        sim_target=erc32
@@ -1345,9 +1341,11 @@ yes)
        ;;
 esac
 
-configdirs="${sim_target}"
-subdirs="$configdirs"
+if test x"${sim_target}" != xnone ; then
+       configdirs="common ${sim_target}"
+       subdirs="$configdirs"
 
+fi
 
 trap '' 1 2 15
 cat > confcache <<\EOF
This page took 0.024306 seconds and 4 git commands to generate.