From: Khem Raj Date: Wed, 21 May 2025 06:19:57 +0000 (-0700) Subject: webkitgtk: Use gcc to compile for arm target X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be459bf17d5e47c51d96da1a571de01790c277b9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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"