This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [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"


2011/2/6 Paolo Bonzini <bonzini@gnu.org>:
> 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
>

Applied at revision 169863.

Kai


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]