diff --git a/llvm.spec b/llvm.spec index 50c3c10dd9bba8055093202f9ff00ca3226b2e9a..b3f4e50abede6bddc40a0631348ef081f30ddcd8 100644 --- a/llvm.spec +++ b/llvm.spec @@ -44,14 +44,14 @@ %global exec_suffix %{nil} %endif -%global targets_to_build "X86;AMDGPU;AArch64;ARM;BPF;WebAssembly" +%global targets_to_build "X86;AMDGPU;PowerPC;NVPTX;SystemZ;AArch64;ARM;Mips;BPF;WebAssembly" %global experimental_targets_to_build "" %global build_install_prefix %{buildroot}%{install_prefix} Name: llvm Version: 13.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Low Level Virtual Machine License: NCSA @@ -535,6 +535,9 @@ fi %endif %changelog +* Tue Mar 22 2022 forrest_ly - 13.0.1-3 +- Add more target to build + * Mon Mar 21 2022 forrest_ly - 13.0.1-2 - Add arm to targets_to_buid