Compare commits

..

No commits in common. "b2e4b52b830bd9f4e6afcc8f5e21b91d54259129" and "116c7e0e0e09797b7d49133da3acd81538042fee" have entirely different histories.

1 changed files with 6 additions and 6 deletions

View File

@ -119,15 +119,15 @@
# Set of architectures for which we build the Shenandoah garbage collector
%global shenandoah_arches x86_64 %{aarch64} riscv64
# Set of architectures for which we build the Z garbage collector
%global zgc_arches x86_64 riscv64
%global zgc_arches x86_64
# Set of architectures for which alt-java has SSB mitigation
%global ssbd_arches x86_64
# Set of architectures for which java has short vector math library (libsvml.so)
%global svml_arches x86_64 riscv64
%global svml_arches x86_64
# Set of architectures where we verify backtraces with gdb
# s390x fails on RHEL 7 so we exclude it there
%if (0%{?rhel} > 0 && 0%{?rhel} < 8)
%global gdb_arches %{arm} %{aarch64} %{ix86} %{power64} sparcv9 sparc64 x86_64 %{zero_arches}
%global gdb_arches %{arm} %{aarch64} %{ix86} %{power64} sparcv9 sparc64 x86_64 %{zero_arches} riscv64
%else
%global gdb_arches %{jit_arches} %{zero_arches}
%endif
@ -256,9 +256,9 @@
%global archinstall aarch64
%global stapinstall arm64
%endif
%ifarch riscv64
%ifarch risv64
%global archinstall riscv64
%global stapinstall %{_target_cpu}
%global stapinstall riscv64
%endif
# 32 bit sparc, optimized for v9
%ifarch sparcv9
@ -2420,7 +2420,7 @@ cjc.mainProgram(args)
%endif
%changelog
* Tue Mar 12 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1:21.0.2.0.13-2.0.riscv64
* Fri Mar 08 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1:21.0.2.0.13-2.0.riscv64
- Add riscv64
* Thu Feb 15 2024 Petra Alice Mikova <pmikova@redhat.com> - 1:21.0.2.0.13-2