diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-07-17 11:14:10 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | 42837fe28e6df079c25fbf92675a2545908b32e6 (patch) | |
tree | 8ef6e0465cfed143f4b3644091968fb6ea540cd1 | |
parent | daa76df62d0fc773b4110ea19f6da7fc86c88ebe (diff) | |
download | meta-clang-42837fe28e6df079c25fbf92675a2545908b32e6.tar.gz |
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 <raj.khem@gmail.com>
(cherry picked from commit 314a7014e3abb9ef297aa293c2e56ad916c2dc84)
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ | |||
17 | " | 17 | " |
18 | 18 | ||
19 | PACKAGECONFIG[gallium-llvm] = "-Dllvm=true -Dshared-llvm=true -Ddraw-use-llvm=true,-Dllvm=false,clang clang-native elfutils" | 19 | PACKAGECONFIG[gallium-llvm] = "-Dllvm=true -Dshared-llvm=true -Ddraw-use-llvm=true,-Dllvm=false,clang clang-native elfutils" |
20 | |||
21 | # see https://bugs.llvm.org/show_bug.cgi?id=51126 | ||
22 | TOOLCHAIN_aarch64 = "gcc" | ||