Compare commits

...

2 Commits

Author SHA1 Message Date
David Abdurachmanov b2e4b52b83
stapinstall for riscv64 should be %{_target_cpu}
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-03-12 15:00:57 +02:00
David Abdurachmanov 0b2701b29d
Update riscv64 config
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2024-03-12 14:59:30 +02:00
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
%global zgc_arches x86_64 riscv64
# 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
%global svml_arches x86_64 riscv64
# 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} riscv64
%global gdb_arches %{arm} %{aarch64} %{ix86} %{power64} sparcv9 sparc64 x86_64 %{zero_arches}
%else
%global gdb_arches %{jit_arches} %{zero_arches}
%endif
@ -256,9 +256,9 @@
%global archinstall aarch64
%global stapinstall arm64
%endif
%ifarch risv64
%ifarch riscv64
%global archinstall riscv64
%global stapinstall riscv64
%global stapinstall %{_target_cpu}
%endif
# 32 bit sparc, optimized for v9
%ifarch sparcv9
@ -2420,7 +2420,7 @@ cjc.mainProgram(args)
%endif
%changelog
* Fri Mar 08 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1:21.0.2.0.13-2.0.riscv64
* Tue Mar 12 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