Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Currier via buildroot <buildroot@buildroot.org>
To: buildroot@buildroot.org
Cc: Jonathan Currier <dullfire@yahoo.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH 1/1] package/musl: add aarch64_be
Date: Tue, 21 Mar 2023 05:09:56 -0500	[thread overview]
Message-ID: <20230321100956.11869-1-dullfire@yahoo.com> (raw)
In-Reply-To: 20230321100956.11869-1-dullfire.ref@yahoo.com

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

       reply	other threads:[~2023-03-21 10:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230321100956.11869-1-dullfire.ref@yahoo.com>
2023-03-21 10:09 ` Jonathan Currier via buildroot [this message]
2023-07-29 22:10   ` [Buildroot] [PATCH 1/1] package/musl: add aarch64_be Thomas Petazzoni via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230321100956.11869-1-dullfire@yahoo.com \
    --to=buildroot@buildroot.org \
    --cc=dullfire@yahoo.com \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox