From a121494f9bdebb940e3f2f121040988be6dca592 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 11 May 2011 16:55:04 -0700 Subject: 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 Signed-off-by: Nitin A Kamble --- meta/recipes-devtools/gcc/gcc-4.6.0.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gcc/gcc-4.6.0.inc') diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0.inc b/meta/recipes-devtools/gcc/gcc-4.6.0.inc index 2c30d4359..fb5c70db9 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 require gcc-4_6-branch-backports.inc -PR = "r1" +PR = "r2" DEPENDS =+ "mpfr gmp libmpc" NATIVEDEPS = "mpfr-native gmp-native gettext-native libmpc-native" -- cgit v1.2.3