summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/clang.inc')
-rw-r--r--recipes-devtools/clang/clang.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc
index 784b1b1..59735cd 100644
--- a/recipes-devtools/clang/clang.inc
+++ b/recipes-devtools/clang/clang.inc
@@ -16,7 +16,7 @@ CLANGMD5SUM = "ff42885ed2ab98f1ecb8c1fc41205343"
16LLDMD5SUM = "ae7dc7c027b1fa89b5b013d391d3ee2b" 16LLDMD5SUM = "ae7dc7c027b1fa89b5b013d391d3ee2b"
17LLDBMD5SUM = "2e0d44968471fcde980034dbb826bea9" 17LLDBMD5SUM = "2e0d44968471fcde980034dbb826bea9"
18 18
19LLVM_LIBDIR_SUFFIX="${@d.getVar('baselib').replace('lib', '')}" 19LLVM_LIBDIR_SUFFIX = "${@d.getVar('baselib').replace('lib', '')}"
20 20
21# set the default pigz thread 21# set the default pigz thread
22export PIGZ = "-p ${@oe.utils.cpu_count(at_least=2)}" 22export PIGZ = "-p ${@oe.utils.cpu_count(at_least=2)}"