summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-13 14:32:16 +0000
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2014-06-13 14:32:16 +0000
commit1015a06374f096ebe57068dcb997d881f5af26b3 (patch)
treee212e86d892a2b16bd0d28b485cffc6105c5c8db /ChangeLog
parentbf0001d46560bfef90b4822ebde0e0fc4caeb817 (diff)
downloadgcc-1015a06374f096ebe57068dcb997d881f5af26b3.tar.gz
Non-host system configuration for linker plugins.
* configure.ac (--enable-linker-plugin-configure-flags) (--enable-linker-plugin-flags): New flags. (configdirs): Conditionally add libiberty-linker-plugin. * configure: Regenerate. * Makefile.def (host_modules): Add libiberty-linker-plugin. (host_modules) <lto-plugin>: Pay attention to @extra_linker_plugin_flags@ and @extra_linker_plugin_configure_flags@. (all-lto-plugin): Also depend on all-libiberty-linker-plugin. * Makefile.in: Regenerate. gcc/ * doc/install.texi (--enable-linker-plugin-configure-flags) (--enable-linker-plugin-flags): Document new flags. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211644 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e725918dee..98414d21379 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
+ * configure.ac (--enable-linker-plugin-configure-flags)
+ (--enable-linker-plugin-flags): New flags.
+ (configdirs): Conditionally add libiberty-linker-plugin.
+ * configure: Regenerate.
+ * Makefile.def (host_modules): Add libiberty-linker-plugin.
+ (host_modules) <lto-plugin>: Pay attention to
+ @extra_linker_plugin_flags@ and
+ @extra_linker_plugin_configure_flags@.
+ (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
+ * Makefile.in: Regenerate.
+
* Makefile.tpl (configure-[+prefix+][+module+])
(configure-stage[+id+]-[+prefix+][+module+]): If specified, use
"module_srcdir" instead of "module" for locating a module's srcdir.