http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47225
Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ktietz at gcc dot gnu.org,
| |tschwinge at gcc dot
| |gnu.org
--- Comment #21 from Thomas Schwinge <tschwinge at gcc dot gnu.org> 2011-02-06
16:44:53 UTC ---
Yesterday, I it a similar problem when building GCC --target=i586-pc-gnu
(with all-gcc), and the lto-plugin was built, and was meant to be used,
but the gcc installed with install-gcc wasn't usable (failing to find the
shared library) unless I also did invoke install-lto-plugin. I was just
about to submit a patch, but first update to current trunk source --
where Kai had just fixed the problem in exactly the same way I meant to,
thus thanks for that!
As for me, this can be set to RESOLVED, FIXED.