* configure.in: Do build erc32 for DOS and Windows hosts.
authorIan Lance Taylor <ian@airs.com>
Sun, 8 Sep 1996 21:24:10 +0000 (21:24 +0000)
committerIan Lance Taylor <ian@airs.com>
Sun, 8 Sep 1996 21:24:10 +0000 (21:24 +0000)
* configure: Rebuild.

sim/configure.in

index e3d7fc9f82a5c0dba91cf1538df95a8ad22abebb..02a98f7512a5a71e5ea30234924a873bd3f34c4a 100644 (file)
@@ -67,12 +67,7 @@ case "${target}" in
 # end-sanitize-v850
   w65-*-*)             sim_target=w65 ;;
   z8k*-*-*)            sim_target=z8k ;;
-  sparc*-*-*)          case "${host}" in       # don't build for non Unix systems
-                         *-*-go32)     sim_target=none ;;
-                         *-*-winnt)    sim_target=none ;;
-                         *-*-cygwin32) sim_target=none ;;
-                         *)
-                               # The SPARC simulator can only be compiled
+  sparc*-*-*)                  # The SPARC simulator can only be compiled
                                # by gcc.
                                if test "${GCC}" = "yes"; then
                                  sim_target=erc32
@@ -80,7 +75,6 @@ case "${target}" in
                                  sim_target=none
                                fi
                                ;;
-                       esac ;;
   *)                   sim_target=none ;;
 esac
 
This page took 0.036042 seconds and 4 git commands to generate.