]> sourceware.org Git - systemtap.git/commitdiff
RISC-V doesn't have crash available, disable it for rpmbuilds.
authorWilliam Cohen <wcohen@redhat.com>
Thu, 13 May 2021 21:29:16 +0000 (05:29 +0800)
committerWilliam Cohen <wcohen@redhat.com>
Tue, 7 Sep 2021 02:21:27 +0000 (22:21 -0400)
systemtap.spec

index a2458b4b5c06588f1f5ce0ab7cbbaff7d1f8b8db..fcd65c7788f1d4b213f26ef3db4500cd96d4c17d 100644 (file)
@@ -4,7 +4,7 @@
 %{!?with_htmldocs: %global with_htmldocs 0}
 %{!?with_monitor: %global with_monitor 1}
 # crash is not available
-%ifarch ppc ppc64 %{sparc} %{mips}
+%ifarch ppc ppc64 %{sparc} %{mips} %{riscv}
 %{!?with_crash: %global with_crash 0}
 %else
 %{!?with_crash: %global with_crash 1}
This page took 0.024382 seconds and 5 git commands to generate.