gcc: fix target gcc runtime issue

The liblto_plugin.so file is not packages for the target recipe causing this
gcc failure on the target.

gcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found

(From OE-Core rev: a121494f9bdebb940e3f2f121040988be6dca592)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Nitin A Kamble 2011-05-11 16:55:04 -07:00 committed by Richard Purdie
parent b0e6fc76a8
commit 021e792988
5 changed files with 5 additions and 4 deletions

View File

@ -7,7 +7,7 @@ require gcc-common.inc
require gcc-4_6-branch-backports.inc
PR = "r1"
PR = "r2"
DEPENDS =+ "mpfr gmp libmpc"
NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native"

View File

@ -12,6 +12,7 @@ FILES_${PN} = "\
${bindir}/${TARGET_PREFIX}gcc \
${bindir}/${TARGET_PREFIX}gccbug \
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2 \
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/* \
${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \
${gcclibdir}/${TARGET_SYS}/${BINV}/specs \
${gcclibdir}/${TARGET_SYS}/${BINV}/lib* \

View File

@ -1,4 +1,4 @@
PR = "r11"
PR = "r12"
require gcc-${PV}.inc
require gcc-configure-target.inc

View File

@ -1,4 +1,4 @@
PR = "r4"
PR = "r5"
require gcc-${PV}.inc
require gcc-configure-target.inc
require gcc-package-target.inc

View File

@ -1,4 +1,4 @@
PR = "r3"
PR = "r4"
require gcc-${PV}.inc
require gcc-configure-target.inc