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]

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


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?

Kai

Attachment: pr47225.txt
Description: Text document


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