aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDave Korn <dave.korn@artimi.com>2010-10-07 20:50:02 +0000
committerDave Korn <dave.korn@artimi.com>2010-10-07 20:50:02 +0000
commita8eb3f0a482ef60bd7dc0acc9e3113173d5b8e79 (patch)
treecfe409eb47304cf3cd42280b8deed845cb6317a9 /ChangeLog
parent00e14314cf12ad2a25566b75dd924e361715e106 (diff)
downloadgdb-a8eb3f0a482ef60bd7dc0acc9e3113173d5b8e79.zip
gdb-a8eb3f0a482ef60bd7dc0acc9e3113173d5b8e79.tar.gz
gdb-a8eb3f0a482ef60bd7dc0acc9e3113173d5b8e79.tar.bz2
* 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 e1b2ec5..a98c33b 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