aboutsummaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-01 17:16:23 -0400
committerMike Frysinger <vapier@gentoo.org>2021-05-04 08:22:07 -0400
commitaa0fca163e1736e158fd3922cbbc31b85c9c7df7 (patch)
treeece0136b2492db8771756b3214a5fa2cab121f63 /sim/ChangeLog
parent5ee0bc23a68fe2a6a7717b31fda1db878b2c9764 (diff)
downloadgdb-aa0fca163e1736e158fd3922cbbc31b85c9c7df7.zip
gdb-aa0fca163e1736e158fd3922cbbc31b85c9c7df7.tar.gz
gdb-aa0fca163e1736e158fd3922cbbc31b85c9c7df7.tar.bz2
sim: add support for build-time ar & ranlib
This is needed when building for a target whose ar & ranlib are incompatible with the current build system. For example, building for Windows on a Linux system. Then manually import the automake rule for libigen.a, but tweak the tool variables to use the FOR_BUILD variants.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r--sim/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 8f0e1d5..a26cae9 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,3 +1,9 @@
+2021-05-04 Mike Frysinger <vapier@gentoo.org>
+
+ * m4/sim_ac_toolchain.m4 (SIM_AC_TOOLCHAIN): Define AR_FOR_BUILD and
+ RANLIB_FOR_BUILD.
+ * configure, Makefile.in: Regenerate.
+
2021-05-01 Mike Frysinger <vapier@gentoo.org>
* m4/sim_ac_common.m4 (AC_CHECK_FUNCS_ONCE): Add strsignal.