summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-7.2.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-11-07 15:26:52 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-04 17:23:59 +0000
commitd164445477d57c18e93fd280ecccfa64b8394246 (patch)
treeae2802180e434111a23b9f8fd78832577c7274d8 /meta/recipes-devtools/gcc/gcc-7.2.inc
parent7e0b00fd120375d6ae4b53a76e9120ee925d3629 (diff)
downloadpoky-d164445477d57c18e93fd280ecccfa64b8394246.tar.gz
gcc7: Fix unaligned STRD issue on ARM
Backport https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82445 Fixes [YOCTO 12297] (From OE-Core rev: ae99f18ec6dc45723d969e749ad3f8ec36db1cf4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Excluding GCC 6.3 as it is not affected. per https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82445#c5 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 5883bc61a6..a2cb288ba0 100644
--- a/meta/recipes-devtools/gcc/gcc-7.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-7.2.inc
@@ -78,6 +78,7 @@ SRC_URI = "\
78 ${BACKPORTS} \ 78 ${BACKPORTS} \
79" 79"
80BACKPORTS = "\ 80BACKPORTS = "\
81 file://0051-ARM-PR-82445-suppress-32-bit-aligned-ldrd-strd-peeph.patch \
81" 82"
82SRC_URI[md5sum] = "ff370482573133a7fcdd96cd2f552292" 83SRC_URI[md5sum] = "ff370482573133a7fcdd96cd2f552292"
83SRC_URI[sha256sum] = "1cf7adf8ff4b5aa49041c8734bbcf1ad18cc4c94d0029aae0f4e48841088479a" 84SRC_URI[sha256sum] = "1cf7adf8ff4b5aa49041c8734bbcf1ad18cc4c94d0029aae0f4e48841088479a"