diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-01 17:16:23 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-05-04 08:22:07 -0400 |
commit | aa0fca163e1736e158fd3922cbbc31b85c9c7df7 (patch) | |
tree | ece0136b2492db8771756b3214a5fa2cab121f63 /sim/rx/ChangeLog | |
parent | 5ee0bc23a68fe2a6a7717b31fda1db878b2c9764 (diff) | |
download | binutils-gdb-aa0fca163e1736e158fd3922cbbc31b85c9c7df7.tar.gz |
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/rx/ChangeLog')
-rw-r--r-- | sim/rx/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 21a8ff626cf..9a707e4269e 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,5 +1,9 @@ 2021-05-04 Mike Frysinger <vapier@gentoo.org> + * configure: Regenerate. + +2021-05-04 Mike Frysinger <vapier@gentoo.org> + * load.c (rx_load): Use BFD_VMA_FMT and drop casts. 2021-05-03 Simon Marchi <simon.marchi@polymtl.ca> |