From 8e1eef82a09c14668a125c720cfcd354bbeb42cf Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 7 Oct 2010 12:45:36 -0700 Subject: gcc-4.5: Fix asm out of range errors seen on thumb when using -O1 Signed-off-by: Khem Raj --- recipes/gcc/gcc-4.5.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 36d12ecd11..0fe53b4e75 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 = "r12" +INC_PR = "r13" SRCREV = "164562" PV = "4.5" @@ -119,6 +119,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH} \ file://linaro/gcc-4.5-linaro-r99398.patch \ file://gcc-vmovl-PR45805.patch \ file://gcc-scalar-widening-pr45847.patch \ + file://thumb-asm-out-of-range-pr43961.patch \ " SRC_URI_append_mips64 = " file://mips64-nomultilib.patch" -- cgit 1.2.3-korg