From: David Edelsohn Date: Fri, 25 Jul 1997 18:41:12 +0000 (+0000) Subject: * configure.in (sparc*-*-*): Don't build erc32. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63f6871728182d833ac7576d3b3c56b2a953cece;p=binutils-gdb.git * configure.in (sparc*-*-*): Don't build erc32. * configure: Regenerate. --- diff --git a/sim/configure.in b/sim/configure.in index 9735fd0e6f0..183e1b2c48e 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -102,6 +102,9 @@ case "${target}" in sparc*-*-*) # The SPARC simulator can only be compiled by gcc. sim_target=erc32 + # Unfortunately erc32 won't build on many hosts, so don't + # build it at all + sim_target=none only_if_gcc=yes ;; *) sim_target=none ;;