diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-05-11 16:55:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-13 10:29:02 +0100 |
commit | 021e79298848a89beb34f5a387d830ae8454bf82 (patch) | |
tree | d5cca512d2428f8be3a7306a1bdd0a3f39744b79 | |
parent | b0e6fc76a853c3c151825b3fcc47896b0845fbce (diff) | |
download | poky-021e79298848a89beb34f5a387d830ae8454bf82.tar.gz |
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>
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.0.inc | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-package-target.inc | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc_4.3.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc_4.5.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc_csl-arm-2008q1.bb | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0.inc b/meta/recipes-devtools/gcc/gcc-4.6.0.inc index 2c30d4359f..fb5c70db90 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.0.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.0.inc | |||
@@ -7,7 +7,7 @@ require gcc-common.inc | |||
7 | 7 | ||
8 | require gcc-4_6-branch-backports.inc | 8 | require gcc-4_6-branch-backports.inc |
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | DEPENDS =+ "mpfr gmp libmpc" | 12 | DEPENDS =+ "mpfr gmp libmpc" |
13 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native" | 13 | NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native" |
diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc index e7f1b80894..afbcf0d2af 100644 --- a/meta/recipes-devtools/gcc/gcc-package-target.inc +++ b/meta/recipes-devtools/gcc/gcc-package-target.inc | |||
@@ -12,6 +12,7 @@ FILES_${PN} = "\ | |||
12 | ${bindir}/${TARGET_PREFIX}gcc \ | 12 | ${bindir}/${TARGET_PREFIX}gcc \ |
13 | ${bindir}/${TARGET_PREFIX}gccbug \ | 13 | ${bindir}/${TARGET_PREFIX}gccbug \ |
14 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2 \ | 14 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2 \ |
15 | ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/* \ | ||
15 | ${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \ | 16 | ${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \ |
16 | ${gcclibdir}/${TARGET_SYS}/${BINV}/specs \ | 17 | ${gcclibdir}/${TARGET_SYS}/${BINV}/specs \ |
17 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib* \ | 18 | ${gcclibdir}/${TARGET_SYS}/${BINV}/lib* \ |
diff --git a/meta/recipes-devtools/gcc/gcc_4.3.3.bb b/meta/recipes-devtools/gcc/gcc_4.3.3.bb index f0471d473f..ba6e7b28e1 100644 --- a/meta/recipes-devtools/gcc/gcc_4.3.3.bb +++ b/meta/recipes-devtools/gcc/gcc_4.3.3.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r11" | 1 | PR = "r12" |
2 | 2 | ||
3 | require gcc-${PV}.inc | 3 | require gcc-${PV}.inc |
4 | require gcc-configure-target.inc | 4 | require gcc-configure-target.inc |
diff --git a/meta/recipes-devtools/gcc/gcc_4.5.1.bb b/meta/recipes-devtools/gcc/gcc_4.5.1.bb index a193b38559..e04f443b4d 100644 --- a/meta/recipes-devtools/gcc/gcc_4.5.1.bb +++ b/meta/recipes-devtools/gcc/gcc_4.5.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r4" | 1 | PR = "r5" |
2 | require gcc-${PV}.inc | 2 | require gcc-${PV}.inc |
3 | require gcc-configure-target.inc | 3 | require gcc-configure-target.inc |
4 | require gcc-package-target.inc | 4 | require gcc-package-target.inc |
diff --git a/meta/recipes-devtools/gcc/gcc_csl-arm-2008q1.bb b/meta/recipes-devtools/gcc/gcc_csl-arm-2008q1.bb index cc7540af15..2df12ef9ef 100644 --- a/meta/recipes-devtools/gcc/gcc_csl-arm-2008q1.bb +++ b/meta/recipes-devtools/gcc/gcc_csl-arm-2008q1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r3" | 1 | PR = "r4" |
2 | 2 | ||
3 | require gcc-${PV}.inc | 3 | require gcc-${PV}.inc |
4 | require gcc-configure-target.inc | 4 | require gcc-configure-target.inc |