[patch lto]: PR/47225 - [4.6 regression]: cross-compile fails while configuring libgcc with "xgcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found"

Paolo Bonzini bonzini@gnu.org
Sun Feb 6 14:57:00 GMT 2011


On Sun, Feb 6, 2011 at 12:52, Kai Tietz <ktietz70@googlemail.com> wrote:
> Hello,
>
> One of the Issue here is that the lto-plugin gets installed too late.
> This patch fixes
> the issue by adding install-lto-plugin as dependecy for install-gcc.
> When you install bare-compiler via install-gcc for building initial
> crt, the linker plugin is already needed for link tests.
>
> ChangeLog
>
> 2011-02-06  Kai Tietz
>
>        PR lto/47225
>        * Makefile.def: Add dependency of install-gcc
>        on install-lto-plugin.
>        * Makfile.in: Regenerated
>
> Tested for x86_64-pc-linux-gnu, and x86_64-pc-mingw32. Ok for apply?

Ok.

Paolo



More information about the Gcc-patches mailing list