aboutsummaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-18 11:12:28 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-19 16:07:31 -0400
commitbc56166f66244a9e3abc62c7bc595a6f800f23b0 (patch)
tree227192d65b33568c3864752513cfc9e1aa3f8c6c /sim/ChangeLog
parentd3562f83a7b8a1ae6e333cd5561419d3da18fcb4 (diff)
downloadfsf-binutils-gdb-bc56166f66244a9e3abc62c7bc595a6f800f23b0.zip
fsf-binutils-gdb-bc56166f66244a9e3abc62c7bc595a6f800f23b0.tar.gz
fsf-binutils-gdb-bc56166f66244a9e3abc62c7bc595a6f800f23b0.tar.bz2
sim: unify toolchain dependency logic
The common dir is already probing this info since it's using automake, so pass it down to the subdirs so they don't have to probe it at all.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r--sim/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 8bafc21..63ac916 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,5 +1,15 @@
2021-06-19 Mike Frysinger <vapier@gentoo.org>
+ * arch-subdir.mk.in: Move dependency vars from common/Make-common.in.
+ * configure.ac (SIM_BUILD_TARGET): New macro.
+ (SIM_TARGET): Call SIM_BUILD_TARGET.
+ (example): Change AC_CONFIG_SUBDIRS to SIM_BUILD_TARGET.
+ * m4/sim_ac_common.m4: Delete AC_PROG_CC & AC_PROG_INSTALL require,
+ and delete ZW_CREATE_DEPDIR & ZW_PROG_COMPILER_DEPENDENCIES.
+ * configure: Regenerate.
+
+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.