summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.7.inc
diff options
context:
space:
mode:
authorJosh Cartwright <josh.cartwright@ni.com>2013-05-01 16:07:12 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-03 16:16:29 +0100
commitb1dc91969f9bb0c2a3a4336f5e9a2f57aabb9f78 (patch)
treef6286e88fd94b727dab3c9b1eb6f2997e3fb1bdb /meta/recipes-devtools/gcc/gcc-4.7.inc
parent91b02c65d83811738d4c0e4b7c454459430c8b9b (diff)
downloadopenembedded-core-b1dc91969f9bb0c2a3a4336f5e9a2f57aabb9f78.tar.gz
gcc-4.7: fix gcc ICE when building with gcc-4.8
Backport fix for internal compiler error when building gcc-4.7.2 with a gcc-4.8.0 host gcc. See upstream bug here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56308 Signed-off-by: Josh Cartwright <josh.cartwright@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.7.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.7.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
index a05cac99cd..81c8f070ac 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -1,6 +1,6 @@
require gcc-common.inc
-PR = "r19"
+PR = "r20"
# Third digit in PV should be incremented after a minor release
# happens from this branch on gcc e.g. currently its 4.7.1
@@ -77,6 +77,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://use-ml-conf-files-from-B.patch \
file://wcast-qual-PR55383.patch \
file://disable-texinfo-5.patch \
+ file://avoid-oob-array-access.patch \
"
SRC_URI[md5sum] = "cc308a0891e778cfda7a151ab8a6e762"
SRC_URI[sha256sum] = "8a9283d7010fb9fe5ece3ca507e0af5c19412626384f8a5e9434251ae100b084"