summaryrefslogtreecommitdiff
path: root/patches/gcc/4.6.1/000-gcc-bug-54369.patch
AgeCommit message (Collapse)AuthorFilesLines
2012-11-09cc/gcc: fix patches for 4.6.{0,1}Yann E. MORIN"1-15/+3
Remove the sparc part, as it touches code that does not exist in those versions of gcc (it was added at 4.6.2). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> CC: Florian Fainelli <f.fainelli@gmail.com>
2012-09-19cc/gcc: backport upstream patches for GCC bug 54369Florian Fainelli1-0/+45
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54369 for more information This bug has a serious effect on Linux/MIPS and SPARC kernel builds. Add the fix for these versions of gcc: 4.6.0, 4.6.2, 4.6.3, and 4.7.0. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>