From 6b1712180eacb2fbc090112250c477b69df9c7b1 Mon Sep 17 00:00:00 2001 From: Guost123 Date: Sun, 27 Apr 2025 10:12:27 +0800 Subject: [PATCH] adapt for riscv64 --- libunwind.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libunwind.spec b/libunwind.spec index a5c4c46..284c2a6 100644 --- a/libunwind.spec +++ b/libunwind.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 Summary: An unwinding library Name: libunwind Version: 1.6.2 @@ -11,7 +11,7 @@ Patch1: libunwind-skip-no-coredump.patch Patch2: libunwind-no-dl-iterate-phdr.patch Patch3: 0001-Add-port-for-Linux-on-LoongArch.patch -ExclusiveArch: aarch64 x86_64 loongarch64 +ExclusiveArch: aarch64 x86_64 loongarch64 riscv64 BuildRequires: automake libtool autoconf texlive-latex2man BuildRequires: make @@ -102,6 +102,9 @@ echo ====================TESTING END===================== %{_includedir}/libunwind*.h %changelog +* Sun Apr 27 2025 Shangtong Guo - 1.6.2-5 +- add support for riscv64 build + * Wed Dec 6 2023 Weihao Li - 1.6.2-4 - Add port for Linux on LoongArch -- Gitee