diff mbox

[1/2] webkitgtk: Disable gold for mips/mips64

Message ID 20160808225101.32385-1-raj.khem@gmail.com
State Accepted
Commit 3f8543f31c230a89a54cc43c1d38263a58141699
Headers show

Commit Message

Khem Raj Aug. 8, 2016, 10:51 p.m. UTC
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@gmail.com>

---
 meta/recipes-sato/webkit/webkitgtk_2.12.3.bb | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.9.2

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Comments

Khem Raj Aug. 9, 2016, 8:53 a.m. UTC | #1
> On Aug 9, 2016, at 1:29 AM, André Draszik <git@andred.net> wrote:

> 

> On Mon, 2016-08-08 at 15:51 -0700, Khem Raj wrote:

>> 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@gmail.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 "

> 

> What about mipsel and mips64el? Should need the same I would think…


yes, I would think so. I do not test the el parts.
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox

Patch

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