aboutsummaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-18 10:45:03 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-19 16:01:37 -0400
commitd3562f83a7b8a1ae6e333cd5561419d3da18fcb4 (patch)
tree86840ff577904573aa4699c2d2cd7dcb76a8d9a1 /sim/ChangeLog
parentc30420d82a0b743285cf8333f90ca85274632714 (diff)
downloadfsf-binutils-gdb-d3562f83a7b8a1ae6e333cd5561419d3da18fcb4.zip
fsf-binutils-gdb-d3562f83a7b8a1ae6e333cd5561419d3da18fcb4.tar.gz
fsf-binutils-gdb-d3562f83a7b8a1ae6e333cd5561419d3da18fcb4.tar.bz2
sim: unify toolchain probing logic
Move these options up to the common dir so we only test & export them once across all ports.
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 41b03a4..8bafc21 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,5 +1,11 @@
2021-06-19 Mike Frysinger <vapier@gentoo.org>
+ * arch-subdir.mk.in: Move toolchain vars from common/Make-common.in.
+ * m4/sim_ac_common.m4: Delete SIM_AC_TOOLCHAIN call. Require
+ AC_PROG_CC and AC_PROG_INSTALL.
+
+2021-06-19 Mike Frysinger <vapier@gentoo.org>
+
* arch-subdir.mk.in (zlibdir): New variable.
(@PLUGINS_TRUE@LIBDL): New variable.
* m4/sim_ac_common.m4: Move bfd dep calls ...