* configure.in (sparc*-*-*): Don't build erc32.

* configure: Regenerate.
This commit is contained in:
David Edelsohn 1997-07-25 18:41:12 +00:00
parent e0362be2fc
commit 63f6871728
1 changed files with 3 additions and 0 deletions

View 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 ;;