From be459bf17d5e47c51d96da1a571de01790c277b9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 20 May 2025 23:19:57 -0700 Subject: [PATCH] webkitgtk: Use gcc to compile for arm target Builds with clang run into compiler errors :320:1: error: Relocation Not In Range 320 | movw r4, #:lower16:.Lllint_op_tail_call_varargs - .Lllint_relativePCBase | ^ Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-sato/webkit/webkitgtk_2.48.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.48.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.48.1.bb index 5b9846a6d6..a58b44440e 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.48.1.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.48.1.bb @@ -176,3 +176,5 @@ src_package_preprocess () { ${B}/WebKitGTK/DerivedSources/webkit/*.cpp } +# Clang-20 issue - https://github.com/llvm/llvm-project/issues/132322 +TOOLCHAIN:arm = "gcc" -- 2.47.2