diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-06-19 23:07:47 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-06-19 23:07:47 -0700 |
commit | 0b20117e9624412004e4309228dcc54756ddfd50 (patch) | |
tree | 278a70addde74c49ea5c419dac2da554e6374a51 /ChangeLog | |
parent | 500dce5f4d2a08570177d9b1019fa922f07e8508 (diff) | |
download | emacs-0b20117e9624412004e4309228dcc54756ddfd50.tar.gz |
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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fd87a78c7c8..17d3f9401a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-06-20 Paul Eggert <eggert@cs.ucla.edu> + + 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 <eggert@cs.ucla.edu> Port part of the AIX fix to Solaris (Bug#17598). |