aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index 62dcdee..e227f11 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -137,7 +137,7 @@ if test "${enable_sim}" != no; then
SIM_TARGET([pru*-*-*], [pru])
SIM_TARGET([riscv*-*-*], [riscv], [true])
SIM_TARGET([rl78-*-*], [rl78])
- SIM_TARGET([rx-*-*], [rx], [true])
+ SIM_TARGET([rx-*-*], [rx])
SIM_TARGET([sh*-*-*], [sh])
SIM_TARGET([sparc-*-rtems*|sparc-*-elf*], [erc32], [true])
SIM_TARGET([powerpc*-*-*], [ppc], [true])
@@ -175,5 +175,8 @@ AC_SUBST(sim_scache)
AC_SUBST(sim_default_model)
AC_SUBST(sim_reserved_bits)
+dnl Some arches have unique configure flags.
+m4_include([rx/acinclude.m4])
+
AC_CONFIG_FILES([arch-subdir.mk Makefile])
AC_OUTPUT