]> code.ossystems Code Review - openembedded-core.git/commitdiff
webkitgtk: Disable gold for all mips
authorKhem Raj <raj.khem@gmail.com>
Thu, 16 Jan 2020 06:28:19 +0000 (22:28 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Jan 2020 13:24:31 +0000 (13:24 +0000)
If gnu hash is enabled for mips then we can not use gold linker since
gnu hash handling is only supported with good old BFD linker alone

Fixes
.gnu.hash is incompatible with the MIPS ABI

See gold/mips.cc in binutils for reference

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-sato/webkit/webkitgtk_2.26.2.bb

index bf4697ded75fcda014e39547af2445dcce16fcbc..a223cfd45191d4c1435ac0d94c92d3edebc26f30 100644 (file)
@@ -84,7 +84,7 @@ EXTRA_OECMAKE_append_armv5 = " -DENABLE_JIT=OFF "
 EXTRA_OECMAKE_append_armv6 = " -DENABLE_JIT=OFF "
 EXTRA_OECMAKE_append_armv4 = " -DENABLE_JIT=OFF "
 
-EXTRA_OECMAKE_append_mipsarchn32 = " -DUSE_LD_GOLD=OFF "
+EXTRA_OECMAKE_append_mipsarch = " -DUSE_LD_GOLD=OFF "
 EXTRA_OECMAKE_append_powerpc = " -DUSE_LD_GOLD=OFF "
 
 # JIT not supported on MIPS either