summaryrefslogtreecommitdiff
path: root/lto-plugin/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-06-13 16:30:46 +0200
committerThomas Schwinge <tschwinge@gcc.gnu.org>2014-06-13 16:30:46 +0200
commit2a7a8388e2e4b7caf08cdd67f1bcebbc49ac3133 (patch)
tree551e04841da61c4b5f65c73d0dcc899ddd993371 /lto-plugin/ChangeLog
parentbeb683ab93023d2e80edd30dd8630fb7ae89aae0 (diff)
Allow overriding the libiberty used for building the LTO plugin.
lto-plugin/ * configure.ac (--with-libiberty): New configure option. * configure: Regenerate. * Makefile.am (libiberty, libiberty_noasan, libiberty_pic): New variables. (liblto_plugin_la_LIBADD, liblto_plugin_la_LDFLAGS) (liblto_plugin_la_DEPENDENCIES): Use them. * Makefile.in: Regenerate. From-SVN: r211642
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r--lto-plugin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog
index 332067ea48e..1b640bdc70b 100644
--- a/lto-plugin/ChangeLog
+++ b/lto-plugin/ChangeLog
@@ -1,3 +1,13 @@
+2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
+
+ * configure.ac (--with-libiberty): New configure option.
+ * configure: Regenerate.
+ * Makefile.am (libiberty, libiberty_noasan, libiberty_pic): New
+ variables.
+ (liblto_plugin_la_LIBADD, liblto_plugin_la_LDFLAGS)
+ (liblto_plugin_la_DEPENDENCIES): Use them.
+ * Makefile.in: Regenerate.
+
2014-05-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR lto/60981