summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2020-04-27 22:02:08 +0800
committerKhem Raj <raj.khem@gmail.com>2020-04-27 20:06:32 -0700
commitec7963b1f0c6036687baabc86a1be4873cf9713b (patch)
tree5b8026a4ab4372ee55127e33bd2575c59871e488
parent65ed351f738780aea957c66b17654b534c4ebcc4 (diff)
downloadmeta-clang-ec7963b1f0c6036687baabc86a1be4873cf9713b.tar.gz
layer.conf: Add bcc to non-multilib list
bcc 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, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 792ba40..5d4eafd 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -33,3 +33,5 @@ LLVMVERSION = "10.0.0"
33 33
34require conf/nonclangable.conf 34require conf/nonclangable.conf
35require conf/nonscanable.conf 35require conf/nonscanable.conf
36
37NON_MULTILIB_RECIPES_append = " bcc"