aboutsummaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-02-21 23:35:46 -0500
committerMike Frysinger <vapier@gentoo.org>2021-04-02 23:35:47 -0400
commitb6b1c790843087e67e85e7cfd3327a872c03c6bc (patch)
tree761f7448c55252958c11490910ec256c8150b08f /sim/ChangeLog
parentc2783492b62faa62bc501ffdd18fa0b6aa8d64b6 (diff)
downloadgdb-b6b1c790843087e67e85e7cfd3327a872c03c6bc.zip
gdb-b6b1c790843087e67e85e7cfd3327a872c03c6bc.tar.gz
gdb-b6b1c790843087e67e85e7cfd3327a872c03c6bc.tar.bz2
sim: igen: merge build into top level
This simplifies the build a bit (especially for deps in port subdirs), and avoids recursive make. This in turn speeds up the build, and sets us up for multi-target.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r--sim/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 80151cf..74961ef 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,5 +1,12 @@
2021-04-02 Mike Frysinger <vapier@gentoo.org>
+ * Makefile.am [SIM_ENABLE_IGEN]: Include igen/local.mk.
+ * configure.ac: Delete AC_CONFIG_SUBDIRS(igen) call.
+ (SIM_ENABLE_IGEN): Define.
+ * configure, Makefile.in: Regenerate.
+
+2021-04-02 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.am (ACLOCAL_AMFLAGS): Add -Im4.
(COMPILE_FOR_BUILD, LINK_FOR_BUILD): Define.
* configure.ac: Replace toolchain calls with SIM_AC_TOOLCHAIN.