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.
This commit is contained in:
Mike Frysinger
2021-06-20 01:04:34 -04:00
parent 36bb57e40c
commit e173c80fbb
9 changed files with 76 additions and 2947 deletions

View File

@@ -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