forked from pool/java-21-openjdk
This commit is contained in:
@@ -17,6 +17,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 riscv64
|
||||
%global debug 0
|
||||
%global make make
|
||||
@@ -465,6 +466,9 @@ 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