From 1842635ee89b1ffb3b6fda2c9fecaff973900f0a Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 30 Jul 2010 14:05:16 -0700 Subject: gcc-4.5.0: import some ppc & mips fixes from oe recipes for ppc glibc build failes with -os (optimize for size) gcc option. so the fix disables this gcc options on ppc. MIPS fix is added in the hope of helping webkit-gtk build failure (gcc seg fault). And fix the PR bumps for all affected recipes Signed-off-by: Nitin A Kamble --- meta/packages/gcc/gcc-cross_4.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/packages/gcc/gcc-cross_4.5.0.bb') diff --git a/meta/packages/gcc/gcc-cross_4.5.0.bb b/meta/packages/gcc/gcc-cross_4.5.0.bb index 3d75bd4a1..04e4f8d21 100644 --- a/meta/packages/gcc/gcc-cross_4.5.0.bb +++ b/meta/packages/gcc/gcc-cross_4.5.0.bb @@ -1,4 +1,4 @@ -PR = "r3" +PR = "r4" require gcc-${PV}.inc require gcc-cross4.inc -- cgit v1.2.3