summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/nonclangable.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index ed2d77d..0008225 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -418,6 +418,9 @@ SELECTED_OPTIMIZATION:append:pn-dcadec:mips:toolchain-clang = " -O0"
418SELECTED_OPTIMIZATION:remove:pn-graphviz:mips:toolchain-clang = "-O2" 418SELECTED_OPTIMIZATION:remove:pn-graphviz:mips:toolchain-clang = "-O2"
419SELECTED_OPTIMIZATION:append:pn-graphviz:mips:toolchain-clang = " -O0" 419SELECTED_OPTIMIZATION:append:pn-graphviz:mips:toolchain-clang = " -O0"
420 420
421# See https://github.com/llvm/llvm-project/issues/54005
422TOOLCHAIN:pn-qtlocation:mips = "gcc"
423
421# This works with gcc-ranlib wrapper only which expands $@ shell array, 424# This works with gcc-ranlib wrapper only which expands $@ shell array,
422# but it will fail if RANLIB was set to <cross>-ranlib or 425# but it will fail if RANLIB was set to <cross>-ranlib or
423# <cross>-llvn-ranlib has same behaviour 426# <cross>-llvn-ranlib has same behaviour