From 1015a06374f096ebe57068dcb997d881f5af26b3 Mon Sep 17 00:00:00 2001 From: tschwinge Date: Fri, 13 Jun 2014 14:32:16 +0000 Subject: 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) : 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 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3e725918dee..98414d21379 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2014-06-13 Thomas Schwinge + * 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) : 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. -- cgit v1.2.1