aboutsummaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-02-21 22:15:03 -0500
committerMike Frysinger <vapier@gentoo.org>2021-02-28 03:14:59 -0500
commitc25ea03dd6a04f33e1d6f089a0d93658a863235b (patch)
treee1704bc9d43267db4786014a94ddfefe9a4b51b1 /sim/ChangeLog
parenta3e2cc64a6ff8e4f10a9263155a409b736e0e9b8 (diff)
downloadgdb-c25ea03dd6a04f33e1d6f089a0d93658a863235b.zip
gdb-c25ea03dd6a04f33e1d6f089a0d93658a863235b.tar.gz
gdb-c25ea03dd6a04f33e1d6f089a0d93658a863235b.tar.bz2
sim: set up build-time compiler settings
Some sim dirs were already setting up CFLAGS_FOR_BUILD in inconsistent ways. Move it to a common place for reuse.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r--sim/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index c34e214..4449c94 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,5 +1,10 @@
2021-02-28 Mike Frysinger <vapier@gentoo.org>
+ * m4/sim_ac_common.m4 (SIM_AC_COMMON): Delete CC_FOR_BUILD test.
+ Change CC_FOR_BUILD assignment. Define CFLAGS_FOR_BUILD.
+
+2021-02-28 Mike Frysinger <vapier@gentoo.org>
+
* m4/sim_ac_common.m4 (SIM_AC_COMMON): Replace AR assignment and
AC_SUBST(AR) with call to AC_CHECK_TOOL(AR, ar).