From 7fd32a511bda5c5e8924acef6caae75138065804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 7 May 2025 14:18:25 +0200 Subject: [PATCH] llvm20: try to fix x86 build --- sys-devel/llvm/llvm20-20.1.4.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm20-20.1.4.recipe b/sys-devel/llvm/llvm20-20.1.4.recipe index b3ebc99fb..ae31e936a 100644 --- a/sys-devel/llvm/llvm20-20.1.4.recipe +++ b/sys-devel/llvm/llvm20-20.1.4.recipe @@ -607,7 +607,7 @@ BUILD() -DLLVM_TARGETS_TO_BUILD="AArch64;AMDGPU;ARM;RISCV;WebAssembly;X86" \ -DLIBOMP_INSTALL_ALIASES=OFF - cmake --build build -j2 + cmake --build build -j1 } INSTALL()