[oe-commits] [openembedded-core] 03/04: webkitgtk: Disable gold for all mips

git at git.openembedded.org git at git.openembedded.org
Thu Jan 16 23:09:52 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit fc5e31b9e7a86adcf5d10105afa49a3e8da11e7d
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Jan 15 22:28:19 2020 -0800

    webkitgtk: Disable gold for all mips
    
    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 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-sato/webkit/webkitgtk_2.26.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb
index bf4697d..a223cfd 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.26.2.bb
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list