* configure: Enable the mn10200 simulator.

This commit is contained in:
Jeff Law 1997-01-13 20:21:35 +00:00
parent afe56235ac
commit c1848bd2ee
2 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,7 @@ erc32
h8300
h8500
mips
mn10200
mn10300
ppc
sh

View 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