From 3199e53ab14a9d28ea90fad8f6f4fa3291943df8 Mon Sep 17 00:00:00 2001 From: forrest_ly Date: Mon, 21 Mar 2022 19:34:35 +0800 Subject: [PATCH] add arm to target_to_build --- llvm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index d87deab..50c3c10 100644 --- a/llvm.spec +++ b/llvm.spec @@ -44,14 +44,14 @@ %global exec_suffix %{nil} %endif -%global targets_to_build "X86;AMDGPU;AArch64;BPF;WebAssembly" +%global targets_to_build "X86;AMDGPU;AArch64;ARM;BPF;WebAssembly" %global experimental_targets_to_build "" %global build_install_prefix %{buildroot}%{install_prefix} Name: llvm Version: 13.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Low Level Virtual Machine License: NCSA @@ -535,5 +535,8 @@ fi %endif %changelog +* 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 - Init for Anolis OS 23 -- Gitee