summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDave Korn <dave.korn.cygwin@gmail.com>2010-10-07 20:50:02 +0000
committerDave Korn <dave.korn.cygwin@gmail.com>2010-10-07 20:50:02 +0000
commit1a91b8c0ac168f498576bd8833e8d4a7197fce57 (patch)
tree205192471ff209b6fbd38eb7a7a746c6e1890578 /ChangeLog
parent327e1afced114e2fc10ac3936e9003a25335fbda (diff)
downloadcygnal-1a91b8c0ac168f498576bd8833e8d4a7197fce57.tar.gz
cygnal-1a91b8c0ac168f498576bd8833e8d4a7197fce57.tar.bz2
cygnal-1a91b8c0ac168f498576bd8833e8d4a7197fce57.zip
* configure.ac (build_lto_plugin): New shell variable.
(--enable-lto): Turn on by default for all non-ELF platforms that have had LTO support added so far. Set build_lto_plugin appropriately for both ELF and non-ELF. (configdirs): Add lto-plugin or not based on build_lto_plugin. * configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1b2ec5f9..a98c33b49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * configure.ac (build_lto_plugin): New shell variable.
+ (--enable-lto): Turn on by default for all non-ELF platforms that
+ have had LTO support added so far. Set build_lto_plugin appropriately
+ for both ELF and non-ELF.
+ (configdirs): Add lto-plugin or not based on build_lto_plugin.
+ * configure: Regenerate.
+
2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
PR bootstrap/45326