diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2018-03-15 12:45:09 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-20 09:59:31 +0000 |
commit | 4c13568fa490034cac1b4c863f3a1037a8c793ba (patch) | |
tree | 75affe7d766d4b1defeac0a4165b871461f48e85 /meta/recipes-devtools/gcc/gcc-7.3.inc | |
parent | 674cdda1b973f87f5adb3f98c24f3b088e21ae0f (diff) | |
download | poky-4c13568fa490034cac1b4c863f3a1037a8c793ba.tar.gz |
gcc: backport patch to fix ICE in MIPS64 target in G++
Backport a patch to fix an ICE when compiling for MIPS64.
(From OE-Core rev: eaa35d43dc1490f53aa1aece948d1542048460b6)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
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.inc | 1 |
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 d56d2c5e06..b0cba27df2 100644 --- a/meta/recipes-devtools/gcc/gcc-7.3.inc +++ b/meta/recipes-devtools/gcc/gcc-7.3.inc | |||
@@ -78,6 +78,7 @@ SRC_URI = "\ | |||
78 | " | 78 | " |
79 | BACKPORTS = "\ | 79 | BACKPORTS = "\ |
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 | " | 82 | " |
82 | 83 | ||
83 | SRC_URI[md5sum] = "be2da21680f27624f3a87055c4ba5af2" | 84 | SRC_URI[md5sum] = "be2da21680f27624f3a87055c4ba5af2" |