summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-8.2.inc
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2018-09-20 23:42:32 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-22 15:52:12 -0700
commit651ede75e98b9e056073a3e69ed138a7c1e7b8a4 (patch)
tree6980737eda094e48f5524e3f046ed3b477b483f2 /meta/recipes-devtools/gcc/gcc-8.2.inc
parentc32b26ce8d43f39aecf4b53175690ee66e03c376 (diff)
downloadpoky-651ede75e98b9e056073a3e69ed138a7c1e7b8a4.tar.gz
gcc: Fix specs generation for ARC
GCC's built-in spec for LD is missing a space after "--eh-frame-hdr" thus with the next option merged together they are not understood by LD and so LD fails. Back-port from upstream GCC, see: https://github.com/gcc-mirror/gcc/commit/892142379c6b99fe8c3ebdfe0b79e2a435228c1d (From OE-Core rev: 0757187bdbed3025b022a82dd85ee35dc7b71f1f) Signed-off-by: Alexey Brodkin <abrodkin@synopsys.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-8.2.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-8.2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-8.2.inc b/meta/recipes-devtools/gcc/gcc-8.2.inc
index 889187e9c4..866a77558b 100644
--- a/meta/recipes-devtools/gcc/gcc-8.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-8.2.inc
@@ -69,6 +69,7 @@ SRC_URI = "\
69 file://0038-fix-segmentation-fault-in-precompiled-header-generat.patch \ 69 file://0038-fix-segmentation-fault-in-precompiled-header-generat.patch \
70 file://0039-Fix-for-testsuite-failure.patch \ 70 file://0039-Fix-for-testsuite-failure.patch \
71 file://0040-Re-introduce-spe-commandline-options.patch \ 71 file://0040-Re-introduce-spe-commandline-options.patch \
72 file://0041-ARC-fix-spec-gen.patch \
72 ${BACKPORTS} \ 73 ${BACKPORTS} \
73" 74"
74BACKPORTS = "\ 75BACKPORTS = "\