From 42837fe28e6df079c25fbf92675a2545908b32e6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 17 Jul 2021 11:14:10 -0700 Subject: mesa: Use gcc on aarch64 clang master/13.x has started segfaulting while building mesa, until it is fixed upstream lets switch to using gcc for mesa Signed-off-by: Khem Raj (cherry picked from commit 314a7014e3abb9ef297aa293c2e56ad916c2dc84) --- recipes-graphics/mesa/mesa_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index c08a9ff..faa3417 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -17,3 +17,6 @@ SRC_URI += "file://0001-gallium-add-missing-header-for-powf.patch \ " PACKAGECONFIG[gallium-llvm] = "-Dllvm=true -Dshared-llvm=true -Ddraw-use-llvm=true,-Dllvm=false,clang clang-native elfutils" + +# see https://bugs.llvm.org/show_bug.cgi?id=51126 +TOOLCHAIN_aarch64 = "gcc" -- cgit v1.2.3-54-g00ecf