diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-07-29 09:59:04 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | 55834d1cc786deb795937067b1d53d2bd1b1047e (patch) | |
tree | 318c0861451ec2730096ead3ff1df705592fb349 | |
parent | b5e84b34c1177c00666eaee6c48f3b0868a395b9 (diff) | |
download | meta-clang-55834d1cc786deb795937067b1d53d2bd1b1047e.tar.gz |
Revert "mesa: Use gcc on aarch64"
This reverts commit 314a7014e3abb9ef297aa293c2e56ad916c2dc84.
(cherry picked from commit b16f6862259fac7c193cd3e633f4250ae878bb38)
-rw-r--r-- | recipes-graphics/mesa/mesa_%.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index faa3417..c08a9ff 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend | |||
@@ -17,6 +17,3 @@ 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" | ||