aboutsummaryrefslogtreecommitdiff
path: root/sim/rx
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-19 01:36:30 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-20 00:39:38 -0400
commit3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39 (patch)
tree3447c001bed2b46f077eb96ec351216ffd663e74 /sim/rx
parent3a829bc50c1da3163329356e561d5bf5b218ce35 (diff)
downloadfsf-binutils-gdb-3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39.zip
fsf-binutils-gdb-3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39.tar.gz
fsf-binutils-gdb-3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39.tar.bz2
sim: delete SIM_AC_COMMON macro
Now that we've moved all content out to the common file, this is empty and can be deleted it entirely.
Diffstat (limited to 'sim/rx')
-rw-r--r--sim/rx/ChangeLog5
-rw-r--r--sim/rx/aclocal.m41
-rwxr-xr-xsim/rx/configure2
-rw-r--r--sim/rx/configure.ac2
4 files changed, 5 insertions, 5 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog
index 62784dc..e27cba4 100644
--- a/sim/rx/ChangeLog
+++ b/sim/rx/ChangeLog
@@ -1,5 +1,10 @@
2021-06-20 Mike Frysinger <vapier@gentoo.org>
+ * configure.ac (SIM_AC_COMMON): Delete.
+ * aclocal.m4, configure: Regenerate.
+
+2021-06-20 Mike Frysinger <vapier@gentoo.org>
+
* aclocal.m4: Regenerate.
* configure: Regenerate.
diff --git a/sim/rx/aclocal.m4 b/sim/rx/aclocal.m4
index b002c85..1e96f10 100644
--- a/sim/rx/aclocal.m4
+++ b/sim/rx/aclocal.m4
@@ -12,6 +12,5 @@
# PARTICULAR PURPOSE.
m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
-m4_include([../m4/sim_ac_common.m4])
m4_include([../m4/sim_ac_option_hardware.m4])
m4_include([../m4/sim_ac_output.m4])
diff --git a/sim/rx/configure b/sim/rx/configure
index d8e5e4c..e5fbf24 100755
--- a/sim/rx/configure
+++ b/sim/rx/configure
@@ -1683,8 +1683,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-
-
# Check whether --enable-cycle-accurate was given.
if test "${enable_cycle_accurate+set}" = set; then :
enableval=$enable_cycle_accurate; case "${enableval}" in
diff --git a/sim/rx/configure.ac b/sim/rx/configure.ac
index b4881f8..78fc33b 100644
--- a/sim/rx/configure.ac
+++ b/sim/rx/configure.ac
@@ -21,8 +21,6 @@ dnl
AC_INIT(Makefile.in)
AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
-SIM_AC_COMMON
-
AC_ARG_ENABLE(cycle-accurate,
[AS_HELP_STRING([--disable-cycle-accurate],
[Disable cycle accurate simulation (faster runtime)])],