* configure.in (sparc*-*-*): Don't build erc32.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 25 Jul 1997 18:41:12 +0000 (18:41 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Fri, 25 Jul 1997 18:41:12 +0000 (18:41 +0000)
* configure: Regenerate.

sim/configure.in

index 9735fd0..183e1b2 100644 (file)
@@ -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 ;;