diff mbox series

webkitgtk: allow usign clang to compile for arm target

Message ID 20260629122310.542373-1-joaomarcos.costa@bootlin.com
State New
Headers show
Series webkitgtk: allow usign clang to compile for arm target | expand

Commit Message

João Marcos Costa June 29, 2026, 12:23 p.m. UTC
This commit reverts:
be459bf17d: "webkitgtk: Use gcc to compile for arm target"

The issue #132322 [1] was resolved, and the corresponding fix [2] is
available in LLVM's v22.1.8 (currently used in oe-core master). It is
actually available since v22.1.0.

[1] https://github.com/llvm/llvm-project/issues/132322
[2] https://github.com/llvm/llvm-project/commit/5e803587eee0

I tested it with MACHINE="qemuarm", and it builds correctly.

Signed-off-by: João Marcos Costa <joaomarcos.costa@bootlin.com>
---
 meta/recipes-sato/webkit/webkitgtk_2.50.6.bb | 3 ---
 1 file changed, 3 deletions(-)

Comments

Khem Raj June 29, 2026, 1:49 p.m. UTC | #1
Looks good

On Mon, Jun 29, 2026, 5:23 AM João Marcos Costa <
joaomarcos.costa@bootlin.com> wrote:

> This commit reverts:
> be459bf17d: "webkitgtk: Use gcc to compile for arm target"
>
> The issue #132322 [1] was resolved, and the corresponding fix [2] is
> available in LLVM's v22.1.8 (currently used in oe-core master). It is
> actually available since v22.1.0.
>
> [1] https://github.com/llvm/llvm-project/issues/132322
> [2] https://github.com/llvm/llvm-project/commit/5e803587eee0
>
> I tested it with MACHINE="qemuarm", and it builds correctly.
>
> Signed-off-by: João Marcos Costa <joaomarcos.costa@bootlin.com>
> ---
>  meta/recipes-sato/webkit/webkitgtk_2.50.6.bb | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/meta/recipes-sato/webkit/webkitgtk_2.50.6.bb
> b/meta/recipes-sato/webkit/webkitgtk_2.50.6.bb
> index 5d2c970b29..0cfeaf9ae7 100644
> --- a/meta/recipes-sato/webkit/webkitgtk_2.50.6.bb
> +++ b/meta/recipes-sato/webkit/webkitgtk_2.50.6.bb
> @@ -172,9 +172,6 @@ src_package_preprocess () {
>              ${B}/WebKitGTK/DerivedSources/webkit/*.cpp
>  }
>
> -# Clang-20 issue - https://github.com/llvm/llvm-project/issues/132322
> -TOOLCHAIN:arm
> <https://github.com/llvm/llvm-project/issues/132322-TOOLCHAIN:arm> = "gcc"
> -
>  # Pass -g1 to massively reduce the size of the
>  # debug symbols (4.3GB to 700M at time of writing)
>  # workaround error:
> --
> 2.47.0
>
>
diff mbox series

Patch

diff --git a/meta/recipes-sato/webkit/webkitgtk_2.50.6.bb b/meta/recipes-sato/webkit/webkitgtk_2.50.6.bb
index 5d2c970b29..0cfeaf9ae7 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.50.6.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.50.6.bb
@@ -172,9 +172,6 @@  src_package_preprocess () {
             ${B}/WebKitGTK/DerivedSources/webkit/*.cpp
 }
 
-# Clang-20 issue - https://github.com/llvm/llvm-project/issues/132322
-TOOLCHAIN:arm = "gcc"
-
 # Pass -g1 to massively reduce the size of the
 # debug symbols (4.3GB to 700M at time of writing)
 # workaround error: