Enable riscv64 support

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-03-28 12:15:41 +03:00
parent 027f854d2d
commit 1bd93f76ae
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -42,7 +42,7 @@
Summary: An unwinding library
Name: libunwind
Version: 1.6.2
Release: 7%{?dist}
Release: 7.0.riscv64%{?dist}
License: BSD
URL: http://savannah.nongnu.org/projects/libunwind
Source: http://download-mirror.savannah.gnu.org/releases/libunwind/libunwind-%{version}.tar.gz
@ -55,7 +55,7 @@ Patch3: libunwind-1.6.2-dynamic-page-size.patch
Patch4: libunwind-skip-no-coredump.patch
Patch5: libunwind-no-dl-iterate-phdr.patch
ExclusiveArch: %{arm} aarch64 hppa ia64 mips ppc %{power64} s390x %{ix86} x86_64
ExclusiveArch: %{arm} aarch64 hppa ia64 mips ppc %{power64} s390x %{ix86} x86_64 riscv64
BuildRequires: automake libtool autoconf texlive-latex2man
BuildRequires: make
@ -129,6 +129,9 @@ echo ====================TESTING END=====================
%{_includedir}/libunwind*.h
%changelog
* Tue Mar 28 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.6.2-7.0.riscv64
- Enable riscv64 (now supported upstream)
* Mon Feb 20 2023 Tom Callaway <spot@fedoraproject.org> - 1.6.2-7
- disable tests on s390x (reported upstream: https://github.com/libunwind/libunwind/issues/464)