Enable riscv64 (now supported)

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-09-18 20:26:44 +03:00
parent 74c255a166
commit 5d58736dc4
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -39,7 +39,7 @@
Summary: An unwinding library
Name: libunwind
Version: 1.6.2
Release: 5%{?dist}
Release: 5.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
@ -52,7 +52,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
@ -126,6 +126,9 @@ echo ====================TESTING END=====================
%{_includedir}/libunwind*.h
%changelog
* Sun Sep 18 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.6.2-5.0.riscv64
- Enable riscv64 (now supported)
* Wed Sep 7 2022 Florian Weimer <fweimer@redhat.com> - 1.6.2-5
- Run the testsuite during build