Compare commits

...

4 Commits

Author SHA1 Message Date
David Abdurachmanov 564fc82956
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-04-25 09:11:39 +03:00
David Abdurachmanov 3b8d20a6a3
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-08-21 14:11:47 -07:00
David Abdurachmanov bef566a602
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2019-03-21 14:38:59 +01:00
David Abdurachmanov c6f27ce1a8 Add support for riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-05-10 09:08:12 +02:00
1 changed files with 5 additions and 2 deletions

View 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} riscv64
%{!?with_crash: %global with_crash 0}
%else
%{!?with_crash: %global with_crash 1}
@ -87,7 +87,7 @@
Name: systemtap
Version: 4.3
Release: 0.20200212git91ffb97ad335%{?dist}
Release: 0.20200212git91ffb97ad335.0.riscv64%{?dist}
# for version, see also configure.ac
@ -1226,6 +1226,9 @@ done
# PRERELEASE
%changelog
* Sat Apr 25 2020 David Abdurachmanov <david.abdurachmanov@sifive.om> - 4.3-0.20200212git91ffb97ad335.0.riscv64
- Add support for RISC-V (riscv64)
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 4.3-0.20200212git91ffb97ad335
- Rebuild (json-c)