aboutsummaryrefslogtreecommitdiff
path: root/libctf/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-02-20 18:05:20 +1030
committerAlan Modra <amodra@gmail.com>2021-02-21 14:26:38 +1030
commit93993f67849234cff651542c3d4d9f0f3d2fa651 (patch)
tree35299c852ce96dae278bf5fdc3568f13b4e771b5 /libctf/ChangeLog
parentf9eb40677197453bc8c03889ad7e412a759563ba (diff)
downloadgdb-93993f67849234cff651542c3d4d9f0f3d2fa651.zip
gdb-93993f67849234cff651542c3d4d9f0f3d2fa651.tar.gz
gdb-93993f67849234cff651542c3d4d9f0f3d2fa651.tar.bz2
libctf AC_CANONICAL_TARGET
AC_CANONICAL_TARGET is needed for @target@ substitution in the makefile. AC_CANONICAL_HOST and AC_CANONICAL_BUILD are alread invoked indirectly, make them explicit. * configure.ac: Invoke AC_CANONICAL_TARGET, AC_CANONICAL_HOST and AC_CANONICAL_BUILD. * configure: Regenerate. * Makefile.in: Regenerate.
Diffstat (limited to 'libctf/ChangeLog')
-rw-r--r--libctf/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libctf/ChangeLog b/libctf/ChangeLog
index acf3c46..7e6e7a9 100644
--- a/libctf/ChangeLog
+++ b/libctf/ChangeLog
@@ -1,3 +1,10 @@
+2021-02-21 Alan Modra <amodra@gmail.com>
+
+ * configure.ac: Invoke AC_CANONICAL_TARGET, AC_CANONICAL_HOST
+ and AC_CANONICAL_BUILD.
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+
2021-02-17 Nick Alcock <nick.alcock@oracle.com>
* ctf-impl.h (ctf_dict_t) <ctf_symhash>: New.