Accepting request 1118588 from home:Andreas_Schwab:riscv:java

- Enable JIT on riscv64

OBS-URL: https://build.opensuse.org/request/show/1118588
OBS-URL: https://build.opensuse.org/package/show/Java:Factory/java-17-openjdk?expand=0&rev=116
This commit is contained in:
Fridrich Strba 2023-10-18 15:40:00 +00:00 committed by Git OBS Bridge
parent dd9e852dcb
commit bc938cb0f7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 18 09:42:22 UTC 2023 - Andreas Schwab <schwab@suse.de>
- Enable JIT on riscv64
-------------------------------------------------------------------
Wed Oct 18 05:05:07 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -18,7 +18,7 @@
%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
%{!?arm6:%global arm6 armv3l armv4b armv4l armv4tl armv5b armv5l armv5teb armv5tel armv5tejl armv6l armv6hl}
%global jit_arches %{ix86} x86_64 ppc64 ppc64le %{aarch64} %{arm} s390x
%global jit_arches %{ix86} x86_64 ppc64 ppc64le %{aarch64} %{arm} s390x riscv64
%global debug 0
%global make make
%global is_release 1