!82 Add riscv64 support
From: @East_x Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
This commit is contained in:
commit
93007e8507
2820
0004-riscv-support.patch
Normal file
2820
0004-riscv-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
Name: crash
|
Name: crash
|
||||||
Version: 8.0.2
|
Version: 8.0.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Linux kernel crash utility.
|
Summary: Linux kernel crash utility.
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://crash-utility.github.io
|
URL: https://crash-utility.github.io
|
||||||
@ -13,6 +13,9 @@ Patch2: 0001-add-SDEI-stack-resolution.patch
|
|||||||
Patch3: 0002-crash-8.0.2-sw.patch
|
Patch3: 0002-crash-8.0.2-sw.patch
|
||||||
%endif
|
%endif
|
||||||
Patch4: 0003-arm64-fix-backtraces-of-KASAN-kernel-dumpfile-truncated.patch
|
Patch4: 0003-arm64-fix-backtraces-of-KASAN-kernel-dumpfile-truncated.patch
|
||||||
|
%ifarch riscv64
|
||||||
|
Patch5: 0004-riscv-support.patch
|
||||||
|
%endif
|
||||||
|
|
||||||
BuildRequires: ncurses-devel zlib-devel lzo-devel snappy-devel texinfo libzstd-devel
|
BuildRequires: ncurses-devel zlib-devel lzo-devel snappy-devel texinfo libzstd-devel
|
||||||
BuildRequires: gcc gcc-c++ bison m4
|
BuildRequires: gcc gcc-c++ bison m4
|
||||||
@ -78,6 +81,9 @@ install -D -m 0644 defs.h %{buildroot}%{_includedir}/%{name}/defs.h
|
|||||||
%{_mandir}/man8/crash.8*
|
%{_mandir}/man8/crash.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 7 2023 EastDong <xudong23@iscas.ac.cn> - 8.0.2-2
|
||||||
|
- add riscv64 support
|
||||||
|
|
||||||
* Sun Jan 29 2023 chenhaixiang<chenhaixiang3@huawei.com> - 8.0.2-1
|
* Sun Jan 29 2023 chenhaixiang<chenhaixiang3@huawei.com> - 8.0.2-1
|
||||||
- update to crash-8.0.2
|
- update to crash-8.0.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user