]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Fix specs generation for ARC
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Thu, 20 Sep 2018 20:42:32 +0000 (23:42 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 22 Sep 2018 15:13:14 +0000 (08:13 -0700)
commit0757187bdbed3025b022a82dd85ee35dc7b71f1f
tree27b484ec7211be42da0dbaaa22af4c4b66d95d4b
parent92c266fd9b1c4034a13bd5b102d1817df388a7b5
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

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gcc/gcc-8.2.inc
meta/recipes-devtools/gcc/gcc-8.2/0041-ARC-fix-spec-gen.patch [new file with mode: 0644]