package/openjdk: enable for host architecture aarch64

Signed-off-by: Christian Ambach <ambi@samba.org>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Christian Ambach 2022-04-25 10:16:26 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent e10fefaeab
commit 78fd43c592

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_HOST_OPENJDK_BIN_ARCH_SUPPORTS
bool
default y if BR2_HOSTARCH = "x86_64"
default y if BR2_HOSTARCH = "aarch64"
# Taken from make/autoconf/platform.m4
config BR2_PACKAGE_OPENJDK_ARCH_SUPPORTS