aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.5.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-08 09:55:31 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-08 09:55:31 -0700
commit327ba88ab7bf6794d7489ca873b2e456edcc52cf (patch)
treed30b619e644cc91b4fe75bb3633e319235d4676e /recipes/gcc/gcc-4.5.inc
parent0486c1885b278105778b26f8e7bd70eb85db5d2e (diff)
downloadopenembedded-327ba88ab7bf6794d7489ca873b2e456edcc52cf.tar.gz
Revert "gcc-4.5: Fix asm out of range errors seen on thumb when using -O1"
This reverts commit 8e1eef82a09c14668a125c720cfcd354bbeb42cf. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-4.5.inc')
-rw-r--r--recipes/gcc/gcc-4.5.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc
index 0fe53b4e75..36d12ecd11 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 = "r13"
+INC_PR = "r12"
SRCREV = "164562"
PV = "4.5"
@@ -119,7 +119,6 @@ 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"