Add riscv64 to sa_arches

[..]
    Installed (but unpackaged) file(s) found:
   /usr/lib/debug/usr/lib/jvm/java-19-openjdk-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64/bin/jhsdb-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64.debug
   /usr/lib/debug/usr/lib/jvm/java-19-openjdk-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64/lib/libsaproc.so-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64.debug
   /usr/lib/jvm/java-19-openjdk-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64/bin/jhsdb
   /usr/lib/jvm/java-19-openjdk-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64/lib/libsaproc.so
   /usr/share/man/man1/jhsdb-java-19-openjdk-19.0.0.0.36-2.rolling.0.riscv64.fc37.riscv64.1.gz
[..]

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-09-17 10:12:12 +03:00
parent 1e5d0a21a6
commit 541022eb07
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -128,7 +128,7 @@
# Set of architectures with a Ahead-Of-Time (AOT) compiler
%global aot_arches x86_64 %{aarch64}
# Set of architectures which support the serviceability agent
%global sa_arches %{ix86} x86_64 sparcv9 sparc64 %{aarch64} %{power64} %{arm}
%global sa_arches %{ix86} x86_64 sparcv9 sparc64 %{aarch64} %{power64} %{arm} riscv64
# Set of architectures which support class data sharing
# See https://bugzilla.redhat.com/show_bug.cgi?id=513605
# MetaspaceShared::generate_vtable_methods is not implemented for the PPC JIT
@ -1307,7 +1307,7 @@ Version: %{newjavaver}.%{buildver}
# This package needs `.rolling` as part of Release so as to not conflict on install with
# java-X-openjdk. I.e. when latest rolling release is also an LTS release packaged as
# java-X-openjdk. See: https://bugzilla.redhat.com/show_bug.cgi?id=1647298
Release: %{?eaprefix}%{rpmrelease}%{?extraver}.rolling.0.riscv64%{?dist}
Release: %{?eaprefix}%{rpmrelease}%{?extraver}.rolling.1.riscv64%{?dist}
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
# also included the epoch in their virtual provides. This created a
@ -2685,6 +2685,9 @@ cjc.mainProgram(args)
%endif
%changelog
* Sat Sep 17 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1:19.0.0.0.36-2.rolling.1.riscv64
- Add riscv64 to sa_arches
* Fri Sep 16 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1:19.0.0.0.36-2.rolling.0.riscv64
- Try to build (bootstrap)