aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/configure.in b/sim/configure.in
index 296cb8c..db37122 100644
--- a/sim/configure.in
+++ b/sim/configure.in
@@ -51,6 +51,7 @@ case "${target}" in
powerpc*-*-eabi*) if test x"$powerpc_sim" = x"yes"; then sim_target=ppc; fi ;;
w65-*-*) sim_target=w65 ;;
z8k*-*-*) sim_target=z8k ;;
+ sparc*-*-*) sim_target=erc32 ;;
*) sim_target=none ;;
esac