]> code.ossystems Code Review - openembedded-core.git/commit
gcc: backport patch affecting Linux kernel builds
authorPeter A. Bigot <pab@pabigot.com>
Thu, 14 Aug 2014 19:05:58 +0000 (14:05 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Aug 2014 17:19:52 +0000 (18:19 +0100)
commit06f911894a367f395139c2b0d6c2ba6371398478
tree8d18ad759eb216e89139601c887fc550cc5e2b25
parente7011429e40ae96b9c9f1e7f3c6f4c1f1102607f
gcc: backport patch affecting Linux kernel builds

A long-standing bug in gcc turns out to cause problems with unpatched
Linux versions due to improved optimization enabled by gcc 4.9.  The
upstream fix missed the gcc-4.9.1 cut-off.  It's also been applied
upstream to the 4.8 branch so is being added for OE's 4.8 as well.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-4.8.inc
meta/recipes-devtools/gcc/gcc-4.8/0052-PR-rtl-optimization-61801.patch [new file with mode: 0644]
meta/recipes-devtools/gcc/gcc-4.9.inc
meta/recipes-devtools/gcc/gcc-4.9/0055-PR-rtl-optimization-61801.patch [new file with mode: 0644]