aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2014-06-19 23:07:47 -0700
committerPaul Eggert <[email protected]>2014-06-19 23:07:47 -0700
commit0b20117e9624412004e4309228dcc54756ddfd50 (patch)
tree278a70addde74c49ea5c419dac2da554e6374a51 /ChangeLog
parent500dce5f4d2a08570177d9b1019fa922f07e8508 (diff)
Port to GCC 4.9.0 with link time optimization.
* configure.ac (CFLAGS): With link time optimization, use -ffat-lto-objects if supported; otherwise Emacs won't build with GCC 4.9.0. Fixes: debbugs:17806
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd87a78c7c..17d3f9401a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-06-20 Paul Eggert <[email protected]>
+
+ Port to GCC 4.9.0 with link time optimization (Bug#17806).
+ * configure.ac (CFLAGS): With link time optimization,
+ use -ffat-lto-objects if supported; otherwise Emacs won't
+ build with GCC 4.9.0.
+
2014-06-14 Paul Eggert <[email protected]>
Port part of the AIX fix to Solaris (Bug#17598).