[oe-commits] [openembedded-core] 48/51: webkitgtk: Disable gold for mips/mips64

git at git.openembedded.org git at git.openembedded.org
Wed Aug 10 09:48:13 UTC 2016


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

commit 3f8543f31c230a89a54cc43c1d38263a58141699
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Aug 8 15:51:00 2016 -0700

    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.
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
index f2ba8b6..d9f1c30 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.12.3.bb
@@ -75,6 +75,8 @@ EXTRA_OECMAKE_append_armv4 = " -DENABLE_JIT=OFF "
 # binutils 2.25.1 has a bug on aarch64:
 # https://sourceware.org/bugzilla/show_bug.cgi?id=18430
 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 "
 
 # 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