diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 01:36:30 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-20 00:39:38 -0400 |
commit | 3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39 (patch) | |
tree | 3447c001bed2b46f077eb96ec351216ffd663e74 /sim/h8300 | |
parent | 3a829bc50c1da3163329356e561d5bf5b218ce35 (diff) | |
download | binutils-3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39.zip binutils-3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39.tar.gz binutils-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/h8300')
-rw-r--r-- | sim/h8300/ChangeLog | 5 | ||||
-rw-r--r-- | sim/h8300/aclocal.m4 | 1 | ||||
-rwxr-xr-x | sim/h8300/configure | 2 | ||||
-rw-r--r-- | sim/h8300/configure.ac | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 1c2b5fc..a495f5f 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/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/h8300/aclocal.m4 b/sim/h8300/aclocal.m4 index b002c85..1e96f10 100644 --- a/sim/h8300/aclocal.m4 +++ b/sim/h8300/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/h8300/configure b/sim/h8300/configure index d857477..b62feb4 100755 --- a/sim/h8300/configure +++ b/sim/h8300/configure @@ -1680,8 +1680,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - - hardware="cfi core pal glue " sim_hw_cflags="-DWITH_HW=1" sim_hw="$hardware" diff --git a/sim/h8300/configure.ac b/sim/h8300/configure.ac index 08bf6ff..99370b3 100644 --- a/sim/h8300/configure.ac +++ b/sim/h8300/configure.ac @@ -2,6 +2,4 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(Makefile.in) AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config]) -SIM_AC_COMMON - SIM_AC_OUTPUT |