summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2020-04-28 21:08:32 +0800
committerKhem Raj <raj.khem@gmail.com>2020-04-28 11:15:05 -0700
commit5e867eeaeafee978411ea654aa7c9afbf736a14c (patch)
treefd2076cd91c44fd315b2939c9137c022908bc2c4
parentec7963b1f0c6036687baabc86a1be4873cf9713b (diff)
downloadmeta-clang-5e867eeaeafee978411ea654aa7c9afbf736a14c.tar.gz
layer.conf: Add bpftrace to non-multilib list
bpftrace is only compatible with x86_64, aarch64 and powerpc64. So it's not able to built as 32 bit binary. Signed-off-by: He Zhe <zhe.he@windriver.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 5d4eafd..e63fcb7 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -34,4 +34,4 @@ LLVMVERSION = "10.0.0"
34require conf/nonclangable.conf 34require conf/nonclangable.conf
35require conf/nonscanable.conf 35require conf/nonscanable.conf
36 36
37NON_MULTILIB_RECIPES_append = " bcc" 37NON_MULTILIB_RECIPES_append = " bcc bpftrace"