aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.in
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-01-13 20:21:35 +0000
committerJeff Law <law@redhat.com>1997-01-13 20:21:35 +0000
commitc1848bd2ee768d04eaf7068f7b770fd1e3320659 (patch)
tree24aa83f6961de475aa4b6f4f4bdfbee20f05e32d /sim/configure.in
parentafe56235acc94e5b3eb9383bc572458686734713 (diff)
downloadgdb-c1848bd2ee768d04eaf7068f7b770fd1e3320659.zip
gdb-c1848bd2ee768d04eaf7068f7b770fd1e3320659.tar.gz
gdb-c1848bd2ee768d04eaf7068f7b770fd1e3320659.tar.bz2
* configure: Enable the mn10200 simulator.
Diffstat (limited to 'sim/configure.in')
-rw-r--r--sim/configure.in5
1 files changed, 5 insertions, 0 deletions
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