X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=sim%2Fconfigure.tgt;h=8a8e03d96f4e8a6604c9002556e79430148b2e2f;hb=3cb5a3a16af2cae1a5059b7571c514b3fa575df9;hp=83f6cb2e2ad3a0f99dee24b3e65323ac69d191fb;hpb=2e8cf49e1387eba9c4ce062885b99a6eb76c01f8;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/configure.tgt b/sim/configure.tgt index 83f6cb2e2a..8a8e03d96f 100644 --- a/sim/configure.tgt +++ b/sim/configure.tgt @@ -11,7 +11,6 @@ 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 @@ -77,6 +76,12 @@ case "${target}" in msp430*-*-*) SIM_ARCH(msp430) ;; + or1k-*-* | or1knd-*-*) + SIM_ARCH(or1k) + ;; + pru*-*-*) + SIM_ARCH(pru) + ;; rl78-*-*) SIM_ARCH(rl78) ;; @@ -102,9 +107,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)