From 4fe2c977fc2ae3197e2608e143856470bcbfd870 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Sat, 1 Jul 2023 09:25:04 +0800 Subject: [PATCH] Remove loongarch64 arch Signed-off-by: Zhao Hang --- compiler-rt.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/compiler-rt.spec b/compiler-rt.spec index b418442..ad189af 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global compiler_rt_version 15.0.7 #global rc_ver 2 %global crt_srcdir compiler-rt-%{compiler_rt_version}%{?rc_ver:rc%{rc_ver}}.src @@ -10,7 +11,7 @@ Name: compiler-rt Version: %{compiler_rt_version}%{?rc_ver:~rc%{rc_ver}} -Release: 1%{?dist} +Release: 1%{anolis_release}%{?dist} Summary: LLVM "compiler-rt" runtime libraries License: NCSA or MIT @@ -19,6 +20,8 @@ Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compil Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{compiler_rt_version}%{?rc_ver:-rc%{rc_ver}}/%{crt_srcdir}.tar.xz.sig Source2: release-keys.asc +Excludearch: loongarch64 + Patch0: add-llvm-cmake-package.patch # RHEL-specific patches @@ -117,6 +120,9 @@ popd %endif %changelog +* Sat Jul 01 2023 Zhao Hang - 15.0.7-1.0.1 +- Remove loongarch64 arch + * Thu Jan 19 2023 Tom Stellard - 15.0.7-1 - Update to LLVM 15.0.7 -- Gitee