i960 simulator.
authorJim Wilson <wilson@tuliptree.org>
Wed, 9 Dec 1998 06:52:14 +0000 (06:52 +0000)
committerJim Wilson <wilson@tuliptree.org>
Wed, 9 Dec 1998 06:52:14 +0000 (06:52 +0000)
* configure.in (i960-*-*): Add.
* configure: Rebuild.

sim/.Sanitize
sim/configure.in

index 6c39ef0..b226ebf 100644 (file)
@@ -51,6 +51,7 @@ d30v
 erc32
 h8300
 h8500
+i960
 igen
 m32r
 mips
index e094487..7b40a25 100644 (file)
@@ -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.