Re: [OE-core] [PATCH 2/3] webkitgtk: Do not use gold with clang

2016-07-20 Thread Khem Raj
> On Jul 20, 2016, at 12:38 PM, Khem Raj wrote: > > clang cross compiler fails to detect gold linker from > cross-binutils, instead it defaults to ld.gold from build > host, lets disable using gold when clang is active to avoid > this issue > > Signed-off-by: Khem Raj > --- > meta/recipes-sato

[OE-core] [PATCH 2/3] webkitgtk: Do not use gold with clang

2016-07-20 Thread Khem Raj
clang cross compiler fails to detect gold linker from cross-binutils, instead it defaults to ld.gold from build host, lets disable using gold when clang is active to avoid this issue Signed-off-by: Khem Raj --- meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 2 ++ 1 file changed, 2 insertions(+)