From 64bb6a4ad0d12055c34294073495b3d924ed089d Mon Sep 17 00:00:00 2001 From: forrest_ly Date: Tue, 22 Mar 2022 11:21:45 +0800 Subject: [PATCH] add more target to build --- llvm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index 50c3c10..b3f4e50 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 -- Gitee