All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/musl: add aarch64_be
       [not found] <20230321100956.11869-1-dullfire.ref@yahoo.com>
@ 2023-03-21 10:09 ` Jonathan Currier via buildroot
  2023-07-29 22:10   ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Currier via buildroot @ 2023-03-21 10:09 UTC (permalink / raw)
  To: buildroot; +Cc: Jonathan Currier, Thomas Petazzoni

From: Jonathan Currier <dullfire@yahoo.com>

Add aarch64_be to musl supported archs. Upstream musl
already supports aarch64_be.

Signed-off-by: Jonathan Currier <dullfire@yahoo.com>
---
 package/musl/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/musl/Config.in b/package/musl/Config.in
index c1a10bdd58..1baf6f7a78 100644
--- a/package/musl/Config.in
+++ b/package/musl/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_MUSL_ARCH_SUPPORTS
 	bool
 	default y if BR2_aarch64
+	default y if BR2_aarch64_be
 	default y if BR2_arm
 	default y if BR2_armeb
 	default y if BR2_i386
-- 
2.39.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/musl: add aarch64_be
  2023-03-21 10:09 ` [Buildroot] [PATCH 1/1] package/musl: add aarch64_be Jonathan Currier via buildroot
@ 2023-07-29 22:10   ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-29 22:10 UTC (permalink / raw)
  To: Jonathan Currier via buildroot; +Cc: dullfire

On Tue, 21 Mar 2023 05:09:56 -0500
Jonathan Currier via buildroot <buildroot@buildroot.org> wrote:

> From: Jonathan Currier <dullfire@yahoo.com>
> 
> Add aarch64_be to musl supported archs. Upstream musl
> already supports aarch64_be.
> 
> Signed-off-by: Jonathan Currier <dullfire@yahoo.com>
> ---
>  package/musl/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] 2+ messages in thread

end of thread, other threads:[~2023-07-29 22:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20230321100956.11869-1-dullfire.ref@yahoo.com>
2023-03-21 10:09 ` [Buildroot] [PATCH 1/1] package/musl: add aarch64_be Jonathan Currier via buildroot
2023-07-29 22:10   ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.