All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] webkitgtk: Stop disabling gold on aarch64 and mips
@ 2019-08-01  4:50 Adrian Bunk
  2019-08-01  5:19 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2019-08-01  4:50 UTC (permalink / raw)
  To: openembedded-core

The binutils bug appears to have gone away.

Using gold on powerpc still fails for seemingly unrelated reasons.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
 meta/recipes-sato/webkit/webkitgtk_2.24.3.bb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb
index f65d79b0fb..81cbf34198 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb
@@ -87,10 +87,6 @@ EXTRA_OECMAKE_append_armv5 = " -DENABLE_JIT=OFF "
 EXTRA_OECMAKE_append_armv6 = " -DENABLE_JIT=OFF "
 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_mipsarch = " -DUSE_LD_GOLD=OFF "
 EXTRA_OECMAKE_append_powerpc = " -DUSE_LD_GOLD=OFF "
 
 # JIT not supported on MIPS either
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-01  6:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-01  4:50 [PATCH] webkitgtk: Stop disabling gold on aarch64 and mips Adrian Bunk
2019-08-01  5:19 ` Khem Raj
2019-08-01  5:37   ` Adrian Bunk
2019-08-01  6:05     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.