Skip to content

Commit

Permalink
vte: Disable gi data generation when using clang
Browse files Browse the repository at this point in the history
Somehow clang built binaries used in intermediate step crashes the qemu
user mode.

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Sep 25, 2024
1 parent 70295d7 commit 1628f0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -671,3 +671,7 @@ TOOLCHAIN:pn-perf = "gcc"
# See https://github.com/llvm/llvm-project/issues/108262
SELECTED_OPTIMIZATION:remove:pn-libjxl:arm:toolchain-clang = "-O2"
SELECTED_OPTIMIZATION:append:pn-libjxl:arm:toolchain-clang = " -Og"

# qemu usermode crashes when using clang as system compiler but works with gcc
# see https://patchwork.yoctoproject.org/project/oe-core/patch/[email protected]/
GI_DATA_ENABLED:pn-vte:toolchain-clang:armv7ve = "False"

0 comments on commit 1628f0f

Please sign in to comment.