On Sat, Jun 25, 2011 at 7:30 PM, Khem Raj <raj.khem at gmail.com> wrote:
> change the install command like below in gcc-cross-kernel.inc
>
> install -m 0755 xgcc
> ${D}${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_PREFIX}gcc-${PV}
>
>
here probably
install -m 0755 xgcc ${D}${bindir}/${TARGET_PREFIX}gcc-${PV}
is needed instead