diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-15 22:45:07 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-20 00:12:11 -0400 |
commit | d73f39ee4309d340b97974e49f34e24b8b93fc61 (patch) | |
tree | 18d6d1500fd767acdffdcef39a9ef97fde27c337 /sim/bpf/aclocal.m4 | |
parent | 406b4ada55b2957c10fedaeaada801e77912d976 (diff) | |
download | gdb-d73f39ee4309d340b97974e49f34e24b8b93fc61.zip gdb-d73f39ee4309d340b97974e49f34e24b8b93fc61.tar.gz gdb-d73f39ee4309d340b97974e49f34e24b8b93fc61.tar.bz2 |
sim: move sim-inline to the common code
This will allow us to build the common code with the same inline
settings as the arch subdirs, and only do the test once.
Diffstat (limited to 'sim/bpf/aclocal.m4')
-rw-r--r-- | sim/bpf/aclocal.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/bpf/aclocal.m4 b/sim/bpf/aclocal.m4 index 3290e3b..e511ab3 100644 --- a/sim/bpf/aclocal.m4 +++ b/sim/bpf/aclocal.m4 @@ -104,6 +104,5 @@ m4_include([../m4/sim_ac_option_bitsize.m4]) m4_include([../m4/sim_ac_option_cgen_maint.m4]) m4_include([../m4/sim_ac_option_default_model.m4]) m4_include([../m4/sim_ac_option_hardware.m4]) -m4_include([../m4/sim_ac_option_inline.m4]) m4_include([../m4/sim_ac_option_scache.m4]) m4_include([../m4/sim_ac_output.m4]) |