package/erlang: support building on aarch64

Erlang has good support for aarch64 hosts, and this allows it to be
built without a warning.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Frank Hunleth 2023-09-07 00:12:00 +00:00 committed by Thomas Petazzoni
parent f862a1abf1
commit 54b6eced24

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_HOST_ERLANG_ARCH_SUPPORTS
bool
default y if BR2_HOSTARCH = "aarch64"
default y if BR2_HOSTARCH = "x86_64"
default y if BR2_HOSTARCH = "x86"