aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-20 01:04:34 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-22 19:29:28 -0400
commite173c80fbb01dfed80a1b628157de3c0040d774b (patch)
tree03b18abfdb3e807c47a8abcf3c6dcaf3dea8c657 /sim/configure.ac
parent36bb57e40c5062ff6c5cb16463e1c7233baf46bb (diff)
downloadfsf-binutils-gdb-e173c80fbb01dfed80a1b628157de3c0040d774b.zip
fsf-binutils-gdb-e173c80fbb01dfed80a1b628157de3c0040d774b.tar.gz
fsf-binutils-gdb-e173c80fbb01dfed80a1b628157de3c0040d774b.tar.bz2
sim: rx: merge with common configure script
Move the unique configure flag to acinclude.m4 so the common code can include it, then delete the rx configure logic entirely.
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