[poky] question re gcc-runtime vs libgcc

Angus Lees guslees at gmail.com
Fri Dec 31 05:22:11 PST 2010


On Fri, Dec 31, 2010 at 23:46, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
> gcc-runtime is build process for bits that can be built standalone like
> libstdc++. For pieces of gcc that can't be built separately like libgcc,
> we take a stashed version of it from gcc-cross and only package it as
> part of gcc-runtime.

ok, but where should libgcc be during the linking of libstdc++?

As far as I can see, at this point in a clean build libgcc only exists
in the temporary gcc-build-internal-* directory, which isn't in the
gcc search path.  libgcc doesn't make it out into the sysroot until
_after_ libstdc++, libssp, etc are built and gcc-runtime is installed.
 Where should gcc-cross be finding libgcc when linking libstdc++ and
friends?

 - Gus



More information about the poky mailing list