summaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-01 22:58:35 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-13 17:34:53 -0500
commitfe0adb538f0b1bdf3a0804b20cf97a4601caec57 (patch)
treebddffb14d7378f684b06da04d0689e8b9eb34299 /sim/configure.ac
parentb5075fb68d4b7a9ed1505150a395755260953809 (diff)
downloadbinutils-gdb-fe0adb538f0b1bdf3a0804b20cf97a4601caec57.tar.gz
sim: build: delete Make-common.in logic
Now that all (other than ppc) build in the top-level, this logic is unused, so punt it all.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index 8f93aa77f41..68a0cc450e5 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -52,12 +52,6 @@ dnl List of enabled arch backends.
SIM_ENABLED_ARCHES=
AC_SUBST(SIM_ENABLED_ARCHES)
-dnl Used by common/Make-common.in to see which configure script created it.
-SIM_COMMON_BUILD_TRUE=
-SIM_COMMON_BUILD_FALSE='#'
-AC_SUBST(SIM_COMMON_BUILD_TRUE)
-AC_SUBST(SIM_COMMON_BUILD_FALSE)
-
ENABLE_SIM=no
dnl Build a particular arch subdir.
dnl arg[1] is the arch subdir name.
@@ -166,13 +160,6 @@ SIM_AC_OPTION_STDIO
SIM_AC_OPTION_TRACE
SIM_AC_OPTION_WARNINGS
-dnl These are unfortunate. They are conditionally called by other sim macros
-dnl but always used by common/Make-common.in. So we have to subst here even
-dnl when the rest of the code is in the respective macros. Once we merge the
-dnl respective SIM_AC_OPTION_xxx call above, we can drop these.
-AC_SUBST(sim_bitsize)
-AC_SUBST(sim_float)
-
dnl Some arches have unique configure flags.
m4_include([frv/acinclude.m4])
m4_include([mips/acinclude.m4])