aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/configure.in b/sim/configure.in
index 83cffc4..f098025 100644
--- a/sim/configure.in
+++ b/sim/configure.in
@@ -120,6 +120,11 @@ case "${target}" in
sparc64-*-*)
sim_target=none # Don't build erc32 if sparc64.
;;
+ sparclite*-*-* | sparc86x*-*-*)
+ # The SPARC simulator can only be compiled by gcc.
+ sim_target=erc32
+ only_if_gcc=yes
+ ;;
sparc*-*-*)
# The SPARC simulator can only be compiled by gcc.
sim_target=erc32