]> git.ipfire.org Git - thirdparty/gcc.git/commit
Non-host system configuration for linker plugins.
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Jun 2014 14:32:16 +0000 (14:32 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 Jun 2014 14:32:16 +0000 (14:32 +0000)
commit1015a06374f096ebe57068dcb997d881f5af26b3
treee212e86d892a2b16bd0d28b485cffc6105c5c8db
parentbf0001d46560bfef90b4822ebde0e0fc4caeb817
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
ChangeLog
Makefile.def
Makefile.in
configure
configure.ac
gcc/ChangeLog
gcc/doc/install.texi