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/arm/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/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index 9574e7f..7917c0e 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/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. @@ -1843,5 +1847,3 @@ Thu Jun 8 14:37:14 1995 Steve Chamberlain <sac@slash.cygnus.com> Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com> * New. - - |