summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-5.3.inc
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2016-07-14 18:49:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-27 08:33:38 +0100
commit37b3e44b9d182136529e2fb126249fd24702c0fa (patch)
treeb3adb5fcddd7aa3656251193089da2dcdd58c488 /meta/recipes-devtools/gcc/gcc-5.3.inc
parentcb7787af8a7cfc06d06d931877f710145883efff (diff)
downloadpoky-37b3e44b9d182136529e2fb126249fd24702c0fa.tar.gz
gcc-5.3: fix build for gcc-6
Backport upstream patch. It had been applied to 4.9, but not 5.3. [YOCTO #9897] (Fedora-24) (From OE-Core rev: 41756d499f1c5ed57bcb7e3e8ab768ec020086f6) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-5.3.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-5.3.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-5.3.inc b/meta/recipes-devtools/gcc/gcc-5.3.inc
index d18ad79bad..4815384e94 100644
--- a/meta/recipes-devtools/gcc/gcc-5.3.inc
+++ b/meta/recipes-devtools/gcc/gcc-5.3.inc
@@ -89,6 +89,7 @@ SRC_URI = "\
89 file://0057-unwind-fix-for-musl.patch \ 89 file://0057-unwind-fix-for-musl.patch \
90 file://0058-fdebug-prefix-map-support-to-remap-relative-path.patch \ 90 file://0058-fdebug-prefix-map-support-to-remap-relative-path.patch \
91 file://0059-libgcc-use-ldflags.patch \ 91 file://0059-libgcc-use-ldflags.patch \
92 file://0060-fix-build-when-using-gcc6.patch \
92 file://CVE-2016-4488.patch \ 93 file://CVE-2016-4488.patch \
93 file://CVE-2016-4489.patch \ 94 file://CVE-2016-4489.patch \
94 file://CVE-2016-2226.patch \ 95 file://CVE-2016-2226.patch \