Re: [PATCH] webkitgtk: Enable building for ARC architecture

2019-01-14 Thread Khem Raj
oe-core layer > > ; > > Richard Purdie ; Ross Burton > > ; linux-snps- > > a...@lists.infradead.org; Alexander Kanavin ; > > Hongxu Jia > > > > Subject: Re: [PATCH] webkitgtk: Enable building for ARC architecture > > > > On Fri, Jan 11, 2019 a

RE: [PATCH] webkitgtk: Enable building for ARC architecture

2019-01-14 Thread Alexey Brodkin
ts.infradead.org; Alexander Kanavin ; Hongxu > Jia > > Subject: Re: [PATCH] webkitgtk: Enable building for ARC architecture > > On Fri, Jan 11, 2019 at 4:50 AM Alexey Brodkin > wrote: > > > > For that we need 2 things: > > 1. Disable JIT in JS as it's not suppo

Re: [PATCH] webkitgtk: Enable building for ARC architecture

2019-01-11 Thread Khem Raj
On Fri, Jan 11, 2019 at 4:50 AM Alexey Brodkin wrote: > > For that we need 2 things: > 1. Disable JIT in JS as it's not supported for ARC. > > 2. Compile with "-mlong-calls" so relocations with > offsets larger than 25 bits are used, otherwise > linker fails to link final binaries. > > S

[PATCH] webkitgtk: Enable building for ARC architecture

2019-01-11 Thread Alexey Brodkin
For that we need 2 things: 1. Disable JIT in JS as it's not supported for ARC. 2. Compile with "-mlong-calls" so relocations with offsets larger than 25 bits are used, otherwise linker fails to link final binaries. Signed-off-by: Alexey Brodkin Cc: Alexander Kanavin Cc: Hongxu Jia --