forked from pool/java-21-openjdk
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 18:33:31 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Build arm6 as JIT architecture
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 13:59:23 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -17,7 +17,6 @@
|
||||
|
||||
|
||||
%{!?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 riscv64
|
||||
%global debug 0
|
||||
%global make make
|
||||
@@ -59,9 +58,6 @@
|
||||
%ifnarch %{jit_arches}
|
||||
%global _with_zero 1
|
||||
%endif
|
||||
%ifarch %{arm6}
|
||||
%global _with_zero 1
|
||||
%endif
|
||||
%if %{debug}
|
||||
%global debugbuild slowdebug
|
||||
%else
|
||||
@@ -469,9 +465,6 @@ bash ../configure \
|
||||
%if %{with zero}
|
||||
--with-jvm-variants=zero \
|
||||
%else
|
||||
%ifarch %{arm6}
|
||||
--with-jvm-variants=client \
|
||||
%endif
|
||||
%endif
|
||||
--disable-keep-packaged-modules \
|
||||
--with-debug-level=%{debugbuild} \
|
||||
|
Reference in New Issue
Block a user