* 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 2e1fcc04524f74c61a43b1d6599561a3b8dff5f8..ec3e1c276208cd7db7d586d937e48ce8527e29ef 100644 (file)
@@ -54,6 +54,7 @@ erc32
 h8300
 h8500
 mips
+mn10200
 mn10300
 ppc
 sh
index 620d0b01f8872573ddbed5dde75457c65c3949ce..826d69991885bbb9e42376ee999bd6ad2b368244 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
This page took 0.025721 seconds and 4 git commands to generate.