!61 add support for loongarch64

From: @dpdwaj 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2024-02-27 09:27:01 +00:00 committed by Gitee
commit bb7cafedfe
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
Name: libunwind
Epoch: 2
Version: 1.7.2
Release: 1
Release: 2
Summary: Libunwind provides a C ABI to determine the call-chain of a program
License: BSD
URL: http://savannah.nongnu.org/projects/libunwind
@ -12,7 +12,7 @@ Patch2: backport-aarch64-unw_step-validates-address-before-calling-dwarf_get.pat
Patch3: backport-avoid-calling-printf-because-OE-glibc-2.34-used-mno-.patch
Patch4: backport-fix-run-ptrace-mapper-test-case-failed.patch
ExclusiveArch: aarch64 %{ix86} x86_64 riscv64 ppc64le
ExclusiveArch: aarch64 %{ix86} x86_64 riscv64 ppc64le loongarch64
BuildRequires: automake libtool autoconf texlive-latex2man gcc-c++
@ -88,6 +88,12 @@ make check || true
%{_mandir}/*/*
%changelog
* Mon Feb 26 2024 doupengda <doupengda@loongson.cn> - 2:1.7.2-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add support for loongarch64
* Mon Jan 29 2024 zhuofeng <zhuofeng2@huawei.com> - 2:1.7.2-1
- Type:bugfix
- ID:NA