From d59e26453e0fec4f742995f45477f1e6afd884b6 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 19 Jul 2023 10:36:10 +0800 Subject: [PATCH] Add loongarch64 arch Signed-off-by: Zhao Hang --- compiler-rt.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compiler-rt.spec b/compiler-rt.spec index ad189af..e8246bd 100644 --- a/compiler-rt.spec +++ b/compiler-rt.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 %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 @@ -20,8 +20,6 @@ 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 @@ -120,6 +118,9 @@ popd %endif %changelog +* Wed Jul 19 2023 Zhao Hang - 15.0.7-1.0.2 +- Add loongarch64 arch + * Sat Jul 01 2023 Zhao Hang - 15.0.7-1.0.1 - Remove loongarch64 arch -- Gitee