* doc/as.texinfo: Updated for -MD option.
[deliverable/binutils-gdb.git] / sim / configure.in
index 07f8b0eb7dd7507d5314f307fdff725ac894ce83..9735fd0e6f098355e567234c898c943134bce5ca 100644 (file)
@@ -52,11 +52,12 @@ case "${target}" in
   d30v-*-*)
        sim_target=d30v
        only_if_gcc=yes
-       extra_subdirs="${extra_subdirs} igen"
+       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
@@ -67,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
@@ -76,6 +80,13 @@ 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
 # start-sanitize-v850
   v850-*-*)
        # The V850 simulator can only be compiled by gcc.
This page took 0.027031 seconds and 4 git commands to generate.