[Buildroot] [git commit] package/erlang: support building on aarch64

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Sep 8 20:19:34 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=54b6eced24326ce02328d64d415753a5c0c79e00
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Frank Hunleth <fhunleth at troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/erlang/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/erlang/Config.in b/package/erlang/Config.in
index 8f9700bf5c..d3fe0dbec1 100644
--- a/package/erlang/Config.in
+++ b/package/erlang/Config.in
@@ -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"
 



More information about the buildroot mailing list