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/m4/sim_ac_common.m4 | |
parent | 406b4ada55b2957c10fedaeaada801e77912d976 (diff) | |
download | binutils-d73f39ee4309d340b97974e49f34e24b8b93fc61.zip binutils-d73f39ee4309d340b97974e49f34e24b8b93fc61.tar.gz binutils-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/m4/sim_ac_common.m4')
-rw-r--r-- | sim/m4/sim_ac_common.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/m4/sim_ac_common.m4 b/sim/m4/sim_ac_common.m4 index 26d0eef..6587895 100644 --- a/sim/m4/sim_ac_common.m4 +++ b/sim/m4/sim_ac_common.m4 @@ -24,6 +24,4 @@ AC_DEFUN([SIM_AC_COMMON], dnl We don't use automake, but we still want to support dnl --enable-maintainer-mode. AM_MAINTAINER_MODE - -SIM_AC_OPTION_INLINE ]) dnl End of SIM_AC_COMMON |