diff options
Diffstat (limited to 'recipes-devtools/clang/clang.inc')
-rw-r--r-- | recipes-devtools/clang/clang.inc | 2 |
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" | |||
16 | LLDMD5SUM = "ae7dc7c027b1fa89b5b013d391d3ee2b" | 16 | LLDMD5SUM = "ae7dc7c027b1fa89b5b013d391d3ee2b" |
17 | LLDBMD5SUM = "2e0d44968471fcde980034dbb826bea9" | 17 | LLDBMD5SUM = "2e0d44968471fcde980034dbb826bea9" |
18 | 18 | ||
19 | LLVM_LIBDIR_SUFFIX="${@d.getVar('baselib').replace('lib', '')}" | 19 | LLVM_LIBDIR_SUFFIX = "${@d.getVar('baselib').replace('lib', '')}" |
20 | 20 | ||
21 | # set the default pigz thread | 21 | # set the default pigz thread |
22 | export PIGZ = "-p ${@oe.utils.cpu_count(at_least=2)}" | 22 | export PIGZ = "-p ${@oe.utils.cpu_count(at_least=2)}" |