From 1994dbe6134898c2fca796a84f1866d2e216d495 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 27 Oct 2010 15:02:21 -0700 Subject: gcc-4.5.inc: Disable Optimize load 0.0 for NEON patch * fixes the cairo regression and has been reported to malfunction see https://bugs.launchpad.net/gcc-linaro/+bug/667490 Signed-off-by: Khem Raj --- recipes/gcc/gcc-4.5.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/gcc/gcc-4.5.inc') diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc index b35ee92c9d..14c281cadf 100644 --- a/recipes/gcc/gcc-4.5.inc +++ b/recipes/gcc/gcc-4.5.inc @@ -8,7 +8,7 @@ DEPENDS = "mpfr gmp libmpc libelf" NATIVEDEPS = "mpfr-native gmp-native libmpc-native" -INC_PR = "r15" +INC_PR = "r16" SRCREV = "165931" PV = "4.5" @@ -75,7 +75,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH} \ file://linaro/gcc-4.5-linaro-r99347.patch \ file://linaro/gcc-4.5-linaro-r99348.patch \ file://linaro/gcc-4.5-linaro-r99349.patch \ - file://linaro/gcc-4.5-linaro-r99350.patch \ +# file://linaro/gcc-4.5-linaro-r99350.patch \ file://linaro/gcc-4.5-linaro-r99351.patch \ file://linaro/gcc-4.5-linaro-r99352.patch \ file://linaro/gcc-4.5-linaro-r99353.patch \ -- cgit 1.2.3-korg