]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gcc: fix target gcc runtime issue
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 11 May 2011 23:55:04 +0000 (16:55 -0700)
committerSaul Wold <sgw@linux.intel.com>
Fri, 13 May 2011 05:04:18 +0000 (22:04 -0700)
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

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-devtools/gcc/gcc-4.6.0.inc
meta/recipes-devtools/gcc/gcc-package-target.inc
meta/recipes-devtools/gcc/gcc_4.3.3.bb
meta/recipes-devtools/gcc/gcc_4.5.1.bb
meta/recipes-devtools/gcc/gcc_csl-arm-2008q1.bb

index 2c30d4359f084961eb8c31d96a0f3c41fbba6aa5..fb5c70db906f5d378623497fc3f8a5604d26923e 100644 (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"
index e7f1b808942bede46ccaa7a352cfec03701f9a06..afbcf0d2afa5a936cb2949d67612c65b895e072d 100644 (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* \
index f0471d473f6f208884d3affb925e69c0fcc411d5..ba6e7b28e1da33ef00d15a1a0dab4492b0d72815 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r11"
+PR = "r12"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc
index a193b385592dcd31458679c87d2598618629becd..e04f443b4d6c0055f9df1832f61951d2d61072ce 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r4"
+PR = "r5"
 require gcc-${PV}.inc
 require gcc-configure-target.inc
 require gcc-package-target.inc
index cc7540af15049a2728479ee6e3646c3e1cd8458b..2df12ef9ef1e546f3d69f0b14547cf10be4db0d0 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r3"
+PR = "r4"
 
 require gcc-${PV}.inc
 require gcc-configure-target.inc