summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-7.3.inc
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-07-30 14:40:28 +0930
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-31 22:55:35 +0100
commitb1585dde96750c057413564244ac4ed95e8b3d4f (patch)
tree149aebcb86b7c1662c3f07ae82501e2362711967 /meta/recipes-devtools/gcc/gcc-7.3.inc
parentd9a9a2d80e648a9f0556f6e3eb3eea7ee65539ab (diff)
downloadpoky-b1585dde96750c057413564244ac4ed95e8b3d4f.tar.gz
gcc-7.3: Fix build on ppc64le hosts
When building on ppc64le hosts that have GCC 8 (such as Ubuntu 18.10) the GCC build bootstrap fails. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86162 This is a fix that was applied to the upstream GCC 7 branch. Change-Id: I7796d2a999ec420805dd1c6cf0a1ecba1de5a897 (From OE-Core rev: c17f5e7e954487ad3e97e26c3e0d31443d658d5a) Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-7.3.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-7.3.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-7.3.inc b/meta/recipes-devtools/gcc/gcc-7.3.inc
index b816f7d12f..81320dc52a 100644
--- a/meta/recipes-devtools/gcc/gcc-7.3.inc
+++ b/meta/recipes-devtools/gcc/gcc-7.3.inc
@@ -79,6 +79,7 @@ SRC_URI = "\
79BACKPORTS = "\ 79BACKPORTS = "\
80 file://0001-Fix-internal-compiler-error-in-testcase.patch \ 80 file://0001-Fix-internal-compiler-error-in-testcase.patch \
81 file://0001-PR-rtl-optimization-83030.patch \ 81 file://0001-PR-rtl-optimization-83030.patch \
82 file://0001-Fix-ppc64le-build-Partial-backport-r256656.patch \
82" 83"
83 84
84SRC_URI[md5sum] = "be2da21680f27624f3a87055c4ba5af2" 85SRC_URI[md5sum] = "be2da21680f27624f3a87055c4ba5af2"