http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47225
Iain Sandoe <iains at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |iains at gcc dot gnu.org
--- Comment #25 from Iain Sandoe <iains at gcc dot gnu.org> 2011-02-07 18:52:17
UTC ---
a bit late to this ....
I had this yesterday on a cross from darwin9 to cris-elf.
the liblto_plugin.dylib is built (correct shlib suffix) and copied to
(builddir)/gcc - but the code is looking for liblto_plugin.so
I sim-linked gcc/liblto_plugin.so -> liblto_plugin.dylib as work-around... and
the rest proceeded OK.