On Wed, Jun 9, 2010 at 1:17 PM, Martin Jansa <[email protected]> wrote: > Signed-off-by: Martin Jansa <[email protected]> > --- > recipes/gcc/gcc-package-target.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/recipes/gcc/gcc-package-target.inc > b/recipes/gcc/gcc-package-target.inc > index 0676b53..32b0a48 100644 > --- a/recipes/gcc/gcc-package-target.inc > +++ b/recipes/gcc/gcc-package-target.inc > @@ -17,7 +17,7 @@ PACKAGES = "\ > FILES_${PN} = "\ > ${bindir}/${TARGET_PREFIX}gcc \ > ${bindir}/${TARGET_PREFIX}gccbug \ > - ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2 \ > + ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/* \
I was wrong to include * here, because it steals ie cpp from cpp package, but you get the idea. Please comment if gcc package is right place to put lto binaries ./usr/libexec/gcc/arm-angstrom-linux-gnueabi/4.5.1/lto1 ./usr/libexec/gcc/arm-angstrom-linux-gnueabi/4.5.1/collect2 ./usr/libexec/gcc/arm-angstrom-linux-gnueabi/4.5.1/lto-wrapper is probably enough Regards _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
