Add PowerPC simulator from Andrew Cagney <cagney@highland.com.au>
[deliverable/binutils-gdb.git] / sim / configure.in
index 36209c738a1b1140a0130e7c9fe1cc15a9e67de6..36d6a789b82244a5ee1db693759e31121b130da6 100644 (file)
@@ -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 ;;
This page took 0.023857 seconds and 4 git commands to generate.