diff --git a/llvm.spec b/llvm.spec index b3f4e50abede6bddc40a0631348ef081f30ddcd8..a71e3d30bed001c57bfe71cc90a7c45c62272fe3 100644 --- a/llvm.spec +++ b/llvm.spec @@ -1,3 +1,4 @@ +%define anolis_release 4 %define gold_arches x86_64 aarch64 %ifarch %{gold_arches} %bcond_without gold @@ -44,14 +45,14 @@ %global exec_suffix %{nil} %endif -%global targets_to_build "X86;AMDGPU;PowerPC;NVPTX;SystemZ;AArch64;ARM;Mips;BPF;WebAssembly" -%global experimental_targets_to_build "" +%global targets_to_build "all" +%global experimental_targets_to_build "AVR" %global build_install_prefix %{buildroot}%{install_prefix} Name: llvm Version: 13.0.1 -Release: 3%{?dist} +Release: %{anolis_release}%{?dist} Summary: The Low Level Virtual Machine License: NCSA @@ -535,11 +536,14 @@ fi %endif %changelog +* Mon Apr 25 2022 happy_orange - 13.0.1-4 +- Add add targets in build + * 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 +* Mon Mar 21 2022 forrest_ly - 13.0.1-2 - Add arm to targets_to_buid -* Wed Mar 9 2022 forrest_ly - 13.0.1-1 +* Wed Mar 9 2022 forrest_ly - 13.0.1-1 - Init for Anolis OS 23