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 <[email protected]> --- 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 = "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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239763): https://lists.openembedded.org/g/openembedded-core/message/239763 Mute This Topic: https://lists.openembedded.org/mt/120029184/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
