aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-30 13:01:17 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-30 14:39:46 -0400
commit408a44aac1c1ab2fc07ed77eb0671fd73a675559 (patch)
tree58cd9e2365ebbec7131acce309a704a46ed4b8b4 /sim/configure.ac
parentb79efe264f9d2d4fc5b0491acd3258063b309723 (diff)
downloadfsf-binutils-gdb-408a44aac1c1ab2fc07ed77eb0671fd73a675559.zip
fsf-binutils-gdb-408a44aac1c1ab2fc07ed77eb0671fd73a675559.tar.gz
fsf-binutils-gdb-408a44aac1c1ab2fc07ed77eb0671fd73a675559.tar.bz2
sim: cris/frv/iq2000/lm32: merge with common configure script
Now that the scache logic has been migrated into the common code, there's nothing specific in these configure scripts, so merge them into the common one. The frv unique logic can be moved to a dedicated include and merged in the common configure since the flag has been scoped to the arch.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index 7e6d013..9d0c9f5 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -117,13 +117,13 @@ if test "${enable_sim}" != no; then
SIM_TARGET([bfin-*-*], [bfin])
SIM_TARGET([bpf-*-*], [bpf], [true])
SIM_TARGET([cr16*-*-*], [cr16])
- SIM_TARGET([cris-*-* | crisv32-*-*], [cris], [true])
+ SIM_TARGET([cris-*-* | crisv32-*-*], [cris])
SIM_TARGET([d10v-*-*], [d10v])
- SIM_TARGET([frv-*-*], [frv], [true])
+ SIM_TARGET([frv-*-*], [frv])
SIM_TARGET([ft32-*-*], [ft32])
SIM_TARGET([h8300*-*-*], [h8300])
- SIM_TARGET([iq2000-*-*], [iq2000], [true])
- SIM_TARGET([lm32-*-*], [lm32], [true])
+ SIM_TARGET([iq2000-*-*], [iq2000])
+ SIM_TARGET([lm32-*-*], [lm32])
SIM_TARGET([m32c-*-*], [m32c])
SIM_TARGET([m32r-*-*], [m32r], [true])
SIM_TARGET([m68hc11-*-*|m6811-*-*], [m68hc11])
@@ -175,6 +175,7 @@ AC_SUBST(sim_float)
AC_SUBST(sim_reserved_bits)
dnl Some arches have unique configure flags.
+m4_include([frv/acinclude.m4])
m4_include([rx/acinclude.m4])
AC_CONFIG_FILES([arch-subdir.mk Makefile])