client_default
authorOpenJDK Team <openjdk-17@packages.debian.org>
Wed, 7 Feb 2024 00:59:37 +0000 (00:59 +0000)
committerRaspbian forward porter <root@raspbian.org>
Wed, 7 Feb 2024 00:59:37 +0000 (00:59 +0000)
Gbp-Pq: Name client_default.diff

make/modules/java.base/Copy.gmk

index dfa2a54f63af341a1e145b4569dedf2d9c0f747c..043c91209e6875d5565587b2a2d31e3fb58accd1 100644 (file)
@@ -92,6 +92,8 @@ endif
 # configurations, that is the server variant.
 ifeq ($(call And, $(call isTargetOs, windows) $(call isTargetCpu, x86)), true)
   DEFAULT_CFG_VARIANT ?= client
+else ifeq ($(call isTargetCpu, arm), true)
+  DEFAULT_CFG_VARIANT ?= client
 endif
 DEFAULT_CFG_VARIANT ?= server