Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/erlang: support aarch64 host-erlang builds
@ 2022-09-21 20:49 Frank Hunleth via buildroot
  2022-09-23 21:42 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Hunleth via buildroot @ 2022-09-21 20:49 UTC (permalink / raw)
  To: buildroot

This fixes the following warning when building erlang on aarch64
machines:

WARNING: unmet direct dependencies detected for BR2_PACKAGE_ERLANG
  Depends on [n]: BR2_USE_MMU [=y] && !BR2_STATIC_LIBS [=n] && BR2_TOOLCHAIN_HAS_THREADS [=y] && BR2_PACKAGE_ERLANG_ARCH_SUPPORTS [=n]

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

diff --git a/package/erlang/Config.in b/package/erlang/Config.in
index 15931b5896..5198f35efc 100644
--- a/package/erlang/Config.in
+++ b/package/erlang/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_HOST_ERLANG_ARCH_SUPPORTS
 	bool
 	default y if BR2_HOSTARCH = "x86_64"
 	default y if BR2_HOSTARCH = "x86"
+	default y if BR2_HOSTARCH = "aarch64"

 config BR2_PACKAGE_ERLANG_ARCH_SUPPORTS
 	bool
--
2.34.1


_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-23 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-21 20:49 [Buildroot] [PATCH] package/erlang: support aarch64 host-erlang builds Frank Hunleth via buildroot
2022-09-23 21:42 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox