From: Ian Lance Taylor Date: Sun, 8 Sep 1996 21:24:10 +0000 (+0000) Subject: * configure.in: Do build erc32 for DOS and Windows hosts. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f39a09c9adb7f331d9dac1c824905b1b8c310fb4;p=binutils-gdb.git * configure.in: Do build erc32 for DOS and Windows hosts. * configure: Rebuild. --- diff --git a/sim/configure.in b/sim/configure.in index e3d7fc9f82a..02a98f7512a 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -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