summaryrefslogtreecommitdiffstats
path: root/libasm/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2014-04-13 17:39:57 +0200
committerMark Wielaard <[email protected]>2014-04-18 11:46:51 +0200
commit3232479483cad695d1872b879128a23da3953a7d (patch)
tree775fd4f2dc1620baa75c96e7d1e73fb882b57671 /libasm/ChangeLog
parentf7cdc74ed34adc539186385342d99b357c3dbb6b (diff)
Remove mudflap build option.
The --enable-mudflap configure build has been broken for 2 years without anybody apparently noticing. GCC 4.9 removed mudflap support. Before release we now run make distcheck with valgrind support. Removal of the mudflap configure option simplifies the build a little. Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'libasm/ChangeLog')
-rw-r--r--libasm/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libasm/ChangeLog b/libasm/ChangeLog
index 1afc3421..2613610f 100644
--- a/libasm/ChangeLog
+++ b/libasm/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-13 Mark Wielaard <[email protected]>
+
+ * Makefile.am: Remove !MUDFLAP conditions.
+
2013-04-24 Mark Wielaard <[email protected]>
* Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.