summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-7.2.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-10-09 12:58:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-16 23:52:44 +0100
commit775f599f5cbb243167b6daa8f5a206ccb522f4ae (patch)
tree6b59abf293dcdc446822a1ed72838b670b456e4e /meta/recipes-devtools/gcc/gcc-7.2.inc
parentede79dea7c4595e856ac2385a7220565a2d4a00b (diff)
downloadpoky-775f599f5cbb243167b6daa8f5a206ccb522f4ae.tar.gz
gcc: Backport fix for a segfault on riscv
seen during kernel compile (From OE-Core rev: 908cf4d624d54f0dc46f5f5cc1879b89e1640692) Signed-off-by: Khem Raj <raj.khem@gmail.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.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 796e6b1eef..5883bc61a6 100644
--- a/meta/recipes-devtools/gcc/gcc-7.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-7.2.inc
@@ -74,6 +74,7 @@ SRC_URI = "\
74 file://0047-sync-gcc-stddef.h-with-musl.patch \ 74 file://0047-sync-gcc-stddef.h-with-musl.patch \
75 file://0048-gcc-Enable-static-PIE.patch \ 75 file://0048-gcc-Enable-static-PIE.patch \
76 file://fix-segmentation-fault-precompiled-hdr.patch \ 76 file://fix-segmentation-fault-precompiled-hdr.patch \
77 file://0050-RISC-V-Handle-non-legitimate-address-in-riscv_legiti.patch \
77 ${BACKPORTS} \ 78 ${BACKPORTS} \
78" 79"
79BACKPORTS = "\ 80BACKPORTS = "\