summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-7.2.inc
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-11-08 10:33:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-04 17:23:59 +0000
commit7104d48590ce672a657fcf51d8c3902a6cd14549 (patch)
treedd2f03c4ad2a9504b958be349329412761cf8a4d /meta/recipes-devtools/gcc/gcc-7.2.inc
parentd164445477d57c18e93fd280ecccfa64b8394246 (diff)
downloadpoky-7104d48590ce672a657fcf51d8c3902a6cd14549.tar.gz
gcc: backport patch to fix miscompilation on mips64
Backport a patch to fix miscompilation on mips64. We've observed strange behaviour of `systemctl status <xxx> on qemumips64. The output of the command is like `systemctl show <xxx>', which is incorrect. The problem is due to the miscompilation of gcc for mips64 platform, thus backporting patch from upstream to fix this problem. [YOCTO #12266] (From OE-Core rev: 6264b4afe6962d37eeb918e062568dee811ef231) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (cherry picked from commit cfa13e5c756849820644d86d1882602649db6a9c) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-7.2.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-7.2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-7.2.inc b/meta/recipes-devtools/gcc/gcc-7.2.inc
index a2cb288ba0..1d40cba731 100644
--- a/meta/recipes-devtools/gcc/gcc-7.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-7.2.inc
@@ -79,6 +79,7 @@ SRC_URI = "\
79" 79"
80BACKPORTS = "\ 80BACKPORTS = "\
81 file://0051-ARM-PR-82445-suppress-32-bit-aligned-ldrd-strd-peeph.patch \ 81 file://0051-ARM-PR-82445-suppress-32-bit-aligned-ldrd-strd-peeph.patch \
82 file://0001-PR-rtl-optimization-81803.patch \
82" 83"
83SRC_URI[md5sum] = "ff370482573133a7fcdd96cd2f552292" 84SRC_URI[md5sum] = "ff370482573133a7fcdd96cd2f552292"
84SRC_URI[sha256sum] = "1cf7adf8ff4b5aa49041c8734bbcf1ad18cc4c94d0029aae0f4e48841088479a" 85SRC_URI[sha256sum] = "1cf7adf8ff4b5aa49041c8734bbcf1ad18cc4c94d0029aae0f4e48841088479a"