diff options
-rw-r--r-- | sim/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/configure.in b/sim/configure.in index 9735fd0..183e1b2 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 ;; |