summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/clang/clang.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc
index a99049d..41ba7bb 100644
--- a/recipes-devtools/clang/clang.inc
+++ b/recipes-devtools/clang/clang.inc
@@ -20,4 +20,7 @@ LLDBMD5SUM = "2e0d44968471fcde980034dbb826bea9"
20 20
21LLVM_LIBDIR_SUFFIX="${@d.getVar('baselib').replace('lib', '')}" 21LLVM_LIBDIR_SUFFIX="${@d.getVar('baselib').replace('lib', '')}"
22 22
23# set the default pigz thread
24export PIGZ = "-p ${@oe.utils.cpu_count(at_least=2)}"
25
23require common.inc 26require common.inc