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
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
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
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
--