summaryrefslogtreecommitdiffstats
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2015-06-09 00:28:13 +0200
committerMark Wielaard <[email protected]>2015-06-10 14:14:57 +0200
commit4b7953db48ed736ed913fd17a038c8474ce2198d (patch)
treebf890678b04353510743bef90f2ac7f6a81887d5 /config/ChangeLog
parent73b186aa6e9f3ddf2dd6963f55e678e8e954eb03 (diff)
configure: Add check for gcc -Wstack-usage.
Some older gcc versions don't support -Wstack-usage. Only use it when accepted by the compiler. Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 74379d4f..60b90940 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,5 +1,11 @@
2015-05-23 Mark Wielaard <[email protected]>
+ * eu.am (STACK_USAGE_WARNING): New variable set based on
+ ADD_STACK_USAGE_WARNING conditional.
+ (AM_CFLAGS): Use STACK_USAGE_WARNING variable.
+
+2015-05-23 Mark Wielaard <[email protected]>
+
* eu.am (AM_CFLAGS): Add -Wstack-usage=262144.
2015-04-23 Max Filippov <[email protected]>