aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.5.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-12-16 14:11:33 -0800
committerKhem Raj <raj.khem@gmail.com>2010-12-16 14:13:41 -0800
commitbd1714a382261250fe33030423d07b73b309c585 (patch)
treeef6e759885202a2fff9742964bd836eddbc2327e /recipes/gcc/gcc-4.5.inc
parent3010d62670e58287fb5f089deb85ca0462dd4112 (diff)
downloadopenembedded-bd1714a382261250fe33030423d07b73b309c585.tar.gz
gcc-4.5: Update to 4.5.2 release
* port the patch for PR 46883 which fixed samba build issue * Drop PR 42172 reverting patch as its not required anymore * Refresh patches to apply cleanly on 4.5.2 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.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc
index 111633167c..a44fe1a44d 100644
--- a/recipes/gcc/gcc-4.5.inc
+++ b/recipes/gcc/gcc-4.5.inc
@@ -8,9 +8,9 @@ DEPENDS = "mpfr gmp libmpc libelf"
NATIVEDEPS = "mpfr-native gmp-native libmpc-native"
-INC_PR = "r25"
+INC_PR = "r26"
-SRCREV = "167449"
+SRCREV = "167948"
PV = "4.5"
# BINV should be incremented after updating to a revision
# after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made
@@ -18,7 +18,7 @@ PV = "4.5"
# 4.5.1 then the value below will be 2 which will mean 4.5.2
# which will be next minor release and so on.
-BINV = "${PV}.2"
+BINV = "${PV}.3"
BRANCH = "gcc-4_5-branch"
PR_append = "+svnr${SRCPV}"
@@ -137,7 +137,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH} \
file://linaro/gcc-4.5-linaro-r99419.patch \
file://linaro/gcc-4.5-linaro-r99420.patch \
file://gcc-scalar-widening-pr45847.patch \
- file://gcc-revert-pr42172.patch \
+ file://gcc-arm-qihi-split-PR46883.patch \
"
SRC_URI_append_mips64 = " file://mips64-nomultilib.patch "