From 93f3d9cc872e1e2d4dce61120f4a90eaa6f21c8c Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Sat, 1 Jul 2023 09:51:57 +0800 Subject: [PATCH] Remove loogarch64 arch Signed-off-by: Zhao Hang --- lld.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lld.spec b/lld.spec index 76fbda7..ece5f98 100644 --- a/lld.spec +++ b/lld.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %bcond_with snapshot_build %if %{with snapshot_build} @@ -47,7 +48,7 @@ Name: %{pkg_name} Version: %{lld_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} -Release: 1%{?dist} +Release: 1%{anolis_release}%{?dist} Summary: The LLVM Linker License: NCSA @@ -61,7 +62,7 @@ Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{maj_ve Source2: release-keys.asc %endif -ExcludeArch: s390x +ExcludeArch: s390x loongarch64 # Bundle libunwind header need during build for MachO support Patch1: 0002-PATCH-lld-Import-compact_unwind_encoding.h-from-libu.patch @@ -226,6 +227,9 @@ fi %{install_libdir}/liblld*.so.* %changelog +* Mon Sep 23 2024 Zhao Hang - 17.0.6-1.0.1 +- Remove loongarch64 arch + * Wed Nov 29 2023 Nikita Popov - 17.0.6-1 - Update to LLVM 17.0.6 -- Gitee