diff options
-rw-r--r-- | conf/nonclangable.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index c404c38..70e72b5 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -1,3 +1,6 @@ | |||
1 | # introduced in oe-core 8905639d breaks the handling of runtime exception when build with clang | ||
2 | TUNE_CCARGS:remove:toolchain-clang = "${@bb.utils.contains('TUNE_FEATURES', 'aarch64', '-mbranch-protection=standard', '', d)}" | ||
3 | |||
1 | # https://github.com/llvm/llvm-project/issues/78337 | 4 | # https://github.com/llvm/llvm-project/issues/78337 |
2 | TOOLCHAIN:pn-kernel-selftest = "gcc" | 5 | TOOLCHAIN:pn-kernel-selftest = "gcc" |
3 | 6 | ||