diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-02-21 19:24:10 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-02-28 02:19:51 -0500 |
commit | ebe9564b997e678650405339840f0c9ab55ef6b8 (patch) | |
tree | 0c1e803ec15897a8d1f9d0f9cec6c9e9ea1feb17 /sim/avr/ChangeLog | |
parent | ed30adf75008c5205626b7f7dc9e90cdb1926b82 (diff) | |
download | gdb-ebe9564b997e678650405339840f0c9ab55ef6b8.zip gdb-ebe9564b997e678650405339840f0c9ab55ef6b8.tar.gz gdb-ebe9564b997e678650405339840f0c9ab55ef6b8.tar.bz2 |
sim: require AC_PROG_CPP explicitly
All the scripts were using this implicitly already, so there's no real
change for them, but we want to call it explicitly as the CPP tool is
used to generate nltvals.def.
Diffstat (limited to 'sim/avr/ChangeLog')
-rw-r--r-- | sim/avr/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/avr/ChangeLog b/sim/avr/ChangeLog index 71323f8..c938d42 100644 --- a/sim/avr/ChangeLog +++ b/sim/avr/ChangeLog @@ -1,3 +1,7 @@ +2021-02-28 Mike Frysinger <vapier@gentoo.org> + + * configure: Regenerate. + 2021-02-21 Mike Frysinger <vapier@gentoo.org> * configure.ac (AC_CONFIG_MACRO_DIRS): Replace common with m4. |