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/bpf | |
parent | 3a829bc50c1da3163329356e561d5bf5b218ce35 (diff) | |
download | gdb-3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39.zip gdb-3eda63f2e4fc1c8e7a472f2db128c7acfe95bd39.tar.gz 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/bpf')
-rw-r--r-- | sim/bpf/ChangeLog | 5 | ||||
-rw-r--r-- | sim/bpf/aclocal.m4 | 1 | ||||
-rwxr-xr-x | sim/bpf/configure | 2 | ||||
-rw-r--r-- | sim/bpf/configure.ac | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sim/bpf/ChangeLog b/sim/bpf/ChangeLog index 339857e..e31f509 100644 --- a/sim/bpf/ChangeLog +++ b/sim/bpf/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/bpf/aclocal.m4 b/sim/bpf/aclocal.m4 index 4b13aea..c7a6371 100644 --- a/sim/bpf/aclocal.m4 +++ b/sim/bpf/aclocal.m4 @@ -12,7 +12,6 @@ # 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_bitsize.m4]) m4_include([../m4/sim_ac_option_default_model.m4]) m4_include([../m4/sim_ac_option_hardware.m4]) diff --git a/sim/bpf/configure b/sim/bpf/configure index 2c0d9a8..e07b470 100755 --- a/sim/bpf/configure +++ b/sim/bpf/configure @@ -1687,8 +1687,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - - wire_word_bitsize="64" wire_word_msb="" wire_address_bitsize="" diff --git a/sim/bpf/configure.ac b/sim/bpf/configure.ac index 13516a0..3272937 100644 --- a/sim/bpf/configure.ac +++ b/sim/bpf/configure.ac @@ -2,8 +2,6 @@ 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_OPTION_BITSIZE([64]) SIM_AC_OPTION_SCACHE(16384) SIM_AC_OPTION_DEFAULT_MODEL([bpf-def]) |