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 6c39ef092de79a75cf0836cae983c3e3da03444a..b226ebf2cf0d0a6f9c073819b7bb88dd4cae2dfd 100644 (file)
@@ -51,6 +51,7 @@ d30v
 erc32
 h8300
 h8500
+i960
 igen
 m32r
 mips
index e094487f9dd095f4a8f0178958855210b5b8b547..7b40a250bd1707dddfce926851be03d5e3ed4a7e 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.
This page took 0.037176 seconds and 4 git commands to generate.