* configure: Enable the mn10200 simulator.
authorJeff Law <law@redhat.com>
Mon, 13 Jan 1997 20:21:35 +0000 (20:21 +0000)
committerJeff Law <law@redhat.com>
Mon, 13 Jan 1997 20:21:35 +0000 (20:21 +0000)
sim/.Sanitize
sim/configure.in

index 2e1fcc0..ec3e1c2 100644 (file)
@@ -54,6 +54,7 @@ erc32
 h8300
 h8500
 mips
+mn10200
 mn10300
 ppc
 sh
index 620d0b0..826d699 100644 (file)
@@ -56,6 +56,11 @@ 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