summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-12-08 11:42:04 -0800
committerKhem Raj <raj.khem@gmail.com>2021-12-09 08:45:16 -0800
commita5b4347ea079e4fd2e35a7d4f327d292d2c9abcd (patch)
tree519243c30601324f9638546b99a28a1518c47baa
parente411e74db0fff0d1a915855daacff11f37a74e25 (diff)
downloadmeta-clang-a5b4347ea079e4fd2e35a7d4f327d292d2c9abcd.tar.gz
tcf-agent: Pass $@ as parameter to llvm-ranlib
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf5
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
371SELECTED_OPTIMIZATION:remove:pn-poke:toolchain-clang = "-O2" 371SELECTED_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
376RANLIB:append:pn-tcf-agent:toolchain-clang = " $@"