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/bpf/ChangeLog | |
parent | ed30adf75008c5205626b7f7dc9e90cdb1926b82 (diff) | |
download | fsf-binutils-gdb-ebe9564b997e678650405339840f0c9ab55ef6b8.zip fsf-binutils-gdb-ebe9564b997e678650405339840f0c9ab55ef6b8.tar.gz fsf-binutils-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/bpf/ChangeLog')
-rw-r--r-- | sim/bpf/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/bpf/ChangeLog b/sim/bpf/ChangeLog index a042b7f..9bbba5c 100644 --- a/sim/bpf/ChangeLog +++ b/sim/bpf/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. |