diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-11-20 09:50:47 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-21 16:55:01 +0000 |
commit | dd2fdf9f5a3923c37e4ea2e46e347bb0657c2f5b (patch) | |
tree | b8521f15e81e034d9ce0f2041606006a4637e7fe /meta/recipes-devtools/gcc/gcc-4.6.inc | |
parent | f0e17d436b865edeb3dd113ac617433639982ded (diff) | |
download | openembedded-core-dd2fdf9f5a3923c37e4ea2e46e347bb0657c2f5b.tar.gz openembedded-core-dd2fdf9f5a3923c37e4ea2e46e347bb0657c2f5b.tar.bz2 openembedded-core-dd2fdf9f5a3923c37e4ea2e46e347bb0657c2f5b.zip |
gcc-4.6: Fix gcc ICE on qt4-x11-free/armv7-a
Backport fix for PR 47551 fixes the ICE seen on armv7-a/qt4-x11-free
Bump up SRCREV past gcc 4.6.2 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index 469457c41a..7bf14e397f 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc @@ -1,6 +1,6 @@ require gcc-common.inc -PR = "r16" +PR = "r17" # Third digit in PV should be incremented after a minor release # happens from this branch on gcc e.g. currently its 4.6.0 @@ -8,7 +8,7 @@ PR = "r16" # on branch then PV should be incremented to 4.6.1+svnr${SRCPV} # to reflect that change -PV = "4.6.1+svnr${SRCPV}" +PV = "4.6.2+svnr${SRCPV}" # BINV should be incremented after updating to a revision # after a minor gcc release (e.g. 4.6.1 or 4.6.2) has been made @@ -16,9 +16,9 @@ PV = "4.6.1+svnr${SRCPV}" # 4.6.1 then the value below will have 2 which will mean 4.6.2 # which will be next minor release and so on. -BINV = "4.6.2" +BINV = "4.6.3" -SRCREV = 180099 +SRCREV = 181430 BRANCH = "gcc-4_6-branch" FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" @@ -71,6 +71,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ file://gcc-with-linker-hash-style.patch \ file://pr46934.patch \ file://pr32219.patch \ + file://pr47551.patch \ " SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " |