mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
webkitgtk: Disable gold for mips/mips64
with binutils 2.27, mips has got the gold support but it doesnt work for webkitgtk _yet_ therefore disable it for now. (From OE-Core rev: 3f8543f31c230a89a54cc43c1d38263a58141699) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -75,6 +75,8 @@ EXTRA_OECMAKE_append_armv4 = " -DENABLE_JIT=OFF "
|
|||||||
# binutils 2.25.1 has a bug on aarch64:
|
# binutils 2.25.1 has a bug on aarch64:
|
||||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=18430
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=18430
|
||||||
EXTRA_OECMAKE_append_aarch64 = " -DUSE_LD_GOLD=OFF "
|
EXTRA_OECMAKE_append_aarch64 = " -DUSE_LD_GOLD=OFF "
|
||||||
|
EXTRA_OECMAKE_append_mips = " -DUSE_LD_GOLD=OFF "
|
||||||
|
EXTRA_OECMAKE_append_mips64 = " -DUSE_LD_GOLD=OFF "
|
||||||
EXTRA_OECMAKE_append_toolchain-clang = " -DUSE_LD_GOLD=OFF "
|
EXTRA_OECMAKE_append_toolchain-clang = " -DUSE_LD_GOLD=OFF "
|
||||||
|
|
||||||
# JIT not supported on MIPS either
|
# JIT not supported on MIPS either
|
||||||
|
|||||||
Reference in New Issue
Block a user