aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/configure.in')
-rw-r--r--sim/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/configure.in b/sim/configure.in
index 36209c7..36d6a78 100644
--- a/sim/configure.in
+++ b/sim/configure.in
@@ -16,6 +16,8 @@ case "${target}" in
h8300*-*-*) sim_target=h8300 ;;
h8500-*-*) sim_target=h8500 ;;
sh*-*-*) sim_target=sh ;;
+ powerpc-*-*) sim_target=ppc ;;
+ powerpcle-*-*) sim_target=ppc ;;
w65-*-*) sim_target=w65 ;;
z8k*-*-*) sim_target=z8k ;;
*) sim_target=none ;;