diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-24 06:20:11 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-24 23:49:10 -0700 |
commit | 1628f0f7c05439001a8425bd37f5899b49a61e21 (patch) | |
tree | 6976708b3db5e42766b4624a297f9e1a26b9ec15 | |
parent | 70295d739f830a8d2abb2ad961e1c544f01be197 (diff) | |
download | meta-clang-1628f0f7c05439001a8425bd37f5899b49a61e21.tar.gz |
vte: Disable gi data generation when using clang
Somehow clang built binaries used in intermediate step crashes the qemu
user mode.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/nonclangable.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 36a3993..ab43f36 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -671,3 +671,7 @@ TOOLCHAIN:pn-perf = "gcc" | |||
671 | # See https://github.com/llvm/llvm-project/issues/108262 | 671 | # See https://github.com/llvm/llvm-project/issues/108262 |
672 | SELECTED_OPTIMIZATION:remove:pn-libjxl:arm:toolchain-clang = "-O2" | 672 | SELECTED_OPTIMIZATION:remove:pn-libjxl:arm:toolchain-clang = "-O2" |
673 | SELECTED_OPTIMIZATION:append:pn-libjxl:arm:toolchain-clang = " -Og" | 673 | SELECTED_OPTIMIZATION:append:pn-libjxl:arm:toolchain-clang = " -Og" |
674 | |||
675 | # qemu usermode crashes when using clang as system compiler but works with gcc | ||
676 | # see https://patchwork.yoctoproject.org/project/oe-core/patch/20240923234336.3978188-1-raj.khem@gmail.com/ | ||
677 | GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False" | ||