]> code.ossystems Code Review - openembedded-core.git/commit
webkitgtk: Enable building for ARC architecture
authorAlexey Brodkin <alexey.brodkin@synopsys.com>
Fri, 11 Jan 2019 12:50:14 +0000 (15:50 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Jan 2019 11:21:58 +0000 (11:21 +0000)
commit463f10fde9f72d26e89db324ca675bfe597fcc5e
treec328c008789e579978c7197ab1038d0271cf1981
parent8a75d614a8a1ff72c4af448ac3e1292d0e1d1a79
webkitgtk: Enable building for ARC architecture

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 <abrodkin@synopsys.com>
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Cc: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/webkit/webkitgtk_2.22.5.bb