diff options
-rw-r--r-- | conf/nonclangable.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index b3a6411..8ef8315 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -369,3 +369,8 @@ LTO:pn-cairo:toolchain-clang = "" | |||
369 | 369 | ||
370 | # see https://bugs.llvm.org/show_bug.cgi?id=50443 this is in clang-13, until it is fixed do not use -O2 | 370 | # see https://bugs.llvm.org/show_bug.cgi?id=50443 this is in clang-13, until it is fixed do not use -O2 |
371 | SELECTED_OPTIMIZATION:remove:pn-poke:toolchain-clang = "-O2" | 371 | SELECTED_OPTIMIZATION:remove:pn-poke:toolchain-clang = "-O2" |
372 | |||
373 | # This works with gcc-ranlib wrapper only which expands $@ shell array, | ||
374 | # but it will fail if RANLIB was set to <cross>-ranlib or | ||
375 | # <cross>-llvn-ranlib has same behaviour | ||
376 | RANLIB:append:pn-tcf-agent:toolchain-clang = " $@" | ||