* doc/as.texinfo: Updated for -MD option.
[deliverable/binutils-gdb.git] / sim / configure.in
index 9eb3187027f8662083031d94cc959c1de013977e..9735fd0e6f098355e567234c898c943134bce5ca 100644 (file)
@@ -38,6 +38,7 @@ esac])
 # Assume simulator can be built with cc.
 # If the user passes --enable-sim built it regardless of $(CC).
 only_if_gcc=no
+extra_subdirs=common
 
 # WHEN ADDING ENTRIES TO THIS MATRIX:
 #  Make sure that the left side always has two dashes.  Otherwise you
@@ -46,11 +47,17 @@ only_if_gcc=no
 
 case "${target}" in
   arm*-*-*)            sim_target=arm ;;
-# start-sanitize-d10v
   d10v-*-*)            sim_target=d10v ;;
-# end-sanitize-d10v
+# start-sanitize-d30v
+  d30v-*-*)
+       sim_target=d30v
+       only_if_gcc=yes
+       extra_subdirs="${extra_subdirs} igen testsuite"
+       ;;
+# end-sanitize-d30v
   h8300*-*-*)          sim_target=h8300 ;;
   h8500-*-*)           sim_target=h8500 ;;
+  m32r-*-*)            sim_target=m32r ;;
   mips*-*-*)
        # The MIPS simulator can only be compiled by gcc.
        sim_target=mips
@@ -61,6 +68,9 @@ case "${target}" in
        sim_target=mn10300
        only_if_gcc=yes
        ;;
+  mn10200*-*-*)
+       sim_target=mn10200
+       ;;
   sh*-*-*)             sim_target=sh ;;
   powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | powerpc*-*-elf* | powerpc*-*-linux* )
        # The PowerPC simulator uses the GCC extension long long as well as
@@ -68,7 +78,15 @@ case "${target}" in
        # unless asked to.
        sim_target=ppc
        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
 # start-sanitize-v850
   v850-*-*)
        # The V850 simulator can only be compiled by gcc.
@@ -109,7 +127,7 @@ yes)
 esac
 
 if test x"${sim_target}" != xnone ; then
-       configdirs="common ${sim_target}"
+       configdirs="${extra_subdirs} ${sim_target}"
        AC_CONFIG_SUBDIRS($configdirs)
 fi
 
This page took 0.025305 seconds and 4 git commands to generate.