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/ChangeLog | |
parent | 406b4ada55b2957c10fedaeaada801e77912d976 (diff) | |
download | fsf-binutils-gdb-d73f39ee4309d340b97974e49f34e24b8b93fc61.zip fsf-binutils-gdb-d73f39ee4309d340b97974e49f34e24b8b93fc61.tar.gz fsf-binutils-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/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index c22f9b3..722d91e 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,12 @@ +2021-06-20 Mike Frysinger <vapier@gentoo.org> + + * Makefile.am (AM_CPPFLAGS): Add $(SIM_INLINE). + * arch-subdir.mk.in (SIM_INLINE): Define. + * configure.ac: Call SIM_AC_OPTION_INLINE. + * m4/sim_ac_common.m4: Delete SIM_AC_OPTION_INLINE call. + * m4/sim_ac_option_inline.m4: Output SIM_INLINE. + * aclocal.m4, configure, Makefile.in: Regenerate. + 2021-06-19 Mike Frysinger <vapier@gentoo.org> * arch-subdir.mk.in (DTC): Define. |