* [Buildroot] [PATCH] package/erlang: support building on aarch64
@ 2023-09-07 0:12 Frank Hunleth via buildroot
2023-09-08 20:19 ` Thomas Petazzoni via buildroot
2023-09-14 19:04 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Frank Hunleth via buildroot @ 2023-09-07 0:12 UTC (permalink / raw)
To: buildroot
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>
---
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"
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/erlang: support building on aarch64
2023-09-07 0:12 [Buildroot] [PATCH] package/erlang: support building on aarch64 Frank Hunleth via buildroot
@ 2023-09-08 20:19 ` Thomas Petazzoni via buildroot
2023-09-14 19:04 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-09-08 20:19 UTC (permalink / raw)
To: Frank Hunleth via buildroot
On Thu, 07 Sep 2023 00:12:00 +0000
Frank Hunleth via buildroot <buildroot@buildroot.org> wrote:
> 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>
> ---
> package/erlang/Config.in | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/erlang: support building on aarch64
2023-09-07 0:12 [Buildroot] [PATCH] package/erlang: support building on aarch64 Frank Hunleth via buildroot
2023-09-08 20:19 ` Thomas Petazzoni via buildroot
@ 2023-09-14 19:04 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-09-14 19:04 UTC (permalink / raw)
To: Frank Hunleth via buildroot
>>>>> "Frank" == Frank Hunleth via buildroot <buildroot@buildroot.org> writes:
> 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>
Committed to 2023.08.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-14 19:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-07 0:12 [Buildroot] [PATCH] package/erlang: support building on aarch64 Frank Hunleth via buildroot
2023-09-08 20:19 ` Thomas Petazzoni via buildroot
2023-09-14 19:04 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox