]> git.ipfire.org Git - thirdparty/gcc.git/commit - configure
Non-host system configuration for linker plugins.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 13 Jun 2014 14:32:16 +0000 (16:32 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 13 Jun 2014 14:32:16 +0000 (16:32 +0200)
commit45b3824db6060be8e30f817b05033ef3dc30f2e4
treee212e86d892a2b16bd0d28b485cffc6105c5c8db
parentb6383ab8417b0eb79fdaf8c3cf30085c1ab8d908
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.

From-SVN: r211644
ChangeLog
Makefile.def
Makefile.in
configure
configure.ac
gcc/ChangeLog
gcc/doc/install.texi