Re: [OE-core] [PATCH 10/10] gcc: Fix specs generation for ARC

2018-09-18 Thread Khem Raj
On Mon, Sep 17, 2018 at 2:30 PM Alexey Brodkin wrote: > 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/com

[OE-core] [PATCH 10/10] gcc: Fix specs generation for ARC

2018-09-17 Thread Alexey Brodkin
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 B