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.3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gcc/gcc_4.3.3.bb') 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 @@ -PR = "r11" +PR = "r12" require gcc-${PV}.inc require gcc-configure-target.inc -- cgit 1.2.3-korg