PowerPC relocations for prefix insns
[external/binutils.git] / sim / configure.tgt
index 5f3bb03..a6dbd1a 100644 (file)
@@ -11,10 +11,12 @@ dnl the shell level, so use sinclude(...) to pull it in.
 dnl glue to avoid code duplication at top level
 m4_ifndef([SIM_ARCH], [AC_DEFUN([SIM_ARCH],[sim_arch=$1])])
 
-sim_common=yes
 sim_igen=no
 sim_arch=
 case "${target}" in
+   aarch64*-*-*)
+       SIM_ARCH(aarch64)
+       ;;
    arm*-*-*)
        SIM_ARCH(arm)
        ;;
@@ -74,6 +76,9 @@ case "${target}" in
    msp430*-*-*)
        SIM_ARCH(msp430)
        ;;
+   or1k-*-* | or1knd-*-*)
+       SIM_ARCH(or1k)
+       ;;
    rl78-*-*)
        SIM_ARCH(rl78)
        ;;
@@ -99,9 +104,5 @@ case "${target}" in
        SIM_ARCH(v850)
        sim_igen=yes
        ;;
-   *)
-       # No simulator subdir, so the subdir "common" isn't needed.
-       sim_common=no
-       ;;
 esac
 AC_SUBST(sim_arch)