diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-06 20:11:02 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-12 11:01:57 -0400 |
commit | 5ea45474021e98cbb325534b328e391593119cb0 (patch) | |
tree | 548bbb6a52ad6161ceacaab342532f4c9b89ca1d /sim/ChangeLog | |
parent | dba333c1e4051400983d3cb8b13c9c4a2d766e9c (diff) | |
download | gdb-5ea45474021e98cbb325534b328e391593119cb0.zip gdb-5ea45474021e98cbb325534b328e391593119cb0.tar.gz gdb-5ea45474021e98cbb325534b328e391593119cb0.tar.bz2 |
sim: unify environment build settings
Move the --sim-enable-environment option up to the common dir so we
only test & export it once across all ports.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 94ba4de..e832e13 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,5 +1,11 @@ 2021-06-12 Mike Frysinger <vapier@gentoo.org> + * configure.ac: Call SIM_AC_OPTION_ENVIRONMENT. + * m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ENVIRONMENT. + * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate. + +2021-06-12 Mike Frysinger <vapier@gentoo.org> + * configure.ac: Call SIM_AC_OPTION_ASSERT. * m4/sim_ac_common.m4: Delete call to SIM_AC_OPTION_ASSERT. * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate. |