aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/.Sanitize1
-rw-r--r--sim/configure.in5
2 files changed, 6 insertions, 0 deletions
diff --git a/sim/.Sanitize b/sim/.Sanitize
index 2e1fcc0..ec3e1c2 100644
--- a/sim/.Sanitize
+++ b/sim/.Sanitize
@@ -54,6 +54,7 @@ erc32
h8300
h8500
mips
+mn10200
mn10300
ppc
sh
diff --git a/sim/configure.in b/sim/configure.in
index 620d0b0..826d699 100644
--- a/sim/configure.in
+++ b/sim/configure.in
@@ -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