[oe-commits] [openembedded-core] 01/18: webkitgtk: disable gold on mipsn32

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 16:12:48 UTC 2019


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 d67417ec55f3f580159f2d05322a0444ca466872
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Thu Aug 15 04:46:38 2019 -0400

    webkitgtk: disable gold on mipsn32
    
    Using gold on mipsn32 still fails. It fails to run
    
    $ bitbake webkitgtk -c configure
    
    with configuration:
    
    MACHINE ?= "qemumips"
    DEFAULTTUNE = "mips64-n32"
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-sato/webkit/webkitgtk_2.24.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb
index c42c3de..0e5ee5b 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb
@@ -88,6 +88,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_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