aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1998-12-09 06:52:14 +0000
committerJim Wilson <wilson@tuliptree.org>1998-12-09 06:52:14 +0000
commitb2248e122af31b83f72f83fbf3ec17505e541183 (patch)
tree7527419980f2e21814e45cfbe463f6d7ea643ac3 /sim
parentf956caa7e7bc7b64a5ef32f861dff5952d7d73f1 (diff)
downloadfsf-binutils-gdb-b2248e122af31b83f72f83fbf3ec17505e541183.zip
fsf-binutils-gdb-b2248e122af31b83f72f83fbf3ec17505e541183.tar.gz
fsf-binutils-gdb-b2248e122af31b83f72f83fbf3ec17505e541183.tar.bz2
i960 simulator.
* configure.in (i960-*-*): Add. * configure: Rebuild.
Diffstat (limited to 'sim')
-rw-r--r--sim/.Sanitize1
-rw-r--r--sim/configure.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/sim/.Sanitize b/sim/.Sanitize
index 6c39ef0..b226ebf 100644
--- a/sim/.Sanitize
+++ b/sim/.Sanitize
@@ -51,6 +51,7 @@ d30v
erc32
h8300
h8500
+i960
igen
m32r
mips
diff --git a/sim/configure.in b/sim/configure.in
index e094487..7b40a25 100644
--- a/sim/configure.in
+++ b/sim/configure.in
@@ -58,6 +58,7 @@ case "${target}" in
fr30-*-*) sim_target=fr30 ;;
h8300*-*-*) sim_target=h8300 ;;
h8500-*-*) sim_target=h8500 ;;
+ i960-*-*) sim_target=i960 ;;
m32r-*-*) sim_target=m32r ;;
mips*-*-*)
# The MIPS simulator can only be compiled by gcc.