From cb35ae7042719446e6ca7244ef493adae6fee46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 11 Mar 2025 06:26:41 +0100 Subject: [PATCH] llvm20: try to fix x86 build --- sys-devel/llvm/llvm20-20.1.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm20-20.1.0.recipe b/sys-devel/llvm/llvm20-20.1.0.recipe index c727920cd..4a9cc9969 100644 --- a/sys-devel/llvm/llvm20-20.1.0.recipe +++ b/sys-devel/llvm/llvm20-20.1.0.recipe @@ -593,7 +593,7 @@ BUILD() -DLLVM_ENABLE_RUNTIMES="libunwind" \ -DLLVM_TARGETS_TO_BUILD="AArch64;AMDGPU;ARM;RISCV;WebAssembly;X86" - cmake --build build $jobArgs + cmake --build build -j2 } INSTALL()