From: ross.burton@arm.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/4] musl: doesn't support riscv32
Date: Wed, 17 Jan 2024 15:07:17 +0000 [thread overview]
Message-ID: <20240117150720.3585669-1-ross.burton@arm.com> (raw)
From: Ross Burton <ross.burton@arm.com>
musl doesn't support riscv32, so set COMPATIBLE_HOST appropriately.
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
meta/recipes-core/musl/musl.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc
index 66468e92ff0..6ca52b186a5 100644
--- a/meta/recipes-core/musl/musl.inc
+++ b/meta/recipes-core/musl/musl.inc
@@ -25,6 +25,9 @@ MIPS_INSTRUCTION_SET = "mips"
ARM_INSTRUCTION_SET:armv5 = "arm"
ARM_INSTRUCTION_SET:armv4 = "arm"
+# 1.2.4 doesn't support riscv32
+COMPATIBLE_HOST:riscv32 = "null"
+
# Enable out of tree build
B = "${WORKDIR}/build"
--
2.34.1
next reply other threads:[~2024-01-17 15:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-17 15:07 ross.burton [this message]
2024-01-17 15:07 ` [PATCH 2/4] libunwind: merge .inc and .bb ross.burton
2024-01-17 17:19 ` [OE-core] " Etienne Cordonnier
2024-01-17 17:25 ` Ross Burton
2024-01-17 22:37 ` Etienne Cordonnier
2024-01-17 15:07 ` [PATCH 3/4] libunwind: refresh patches ross.burton
2024-01-17 15:07 ` [PATCH 4/4] libunwind: clean up configuration ross.burton
2024-01-17 17:51 ` [OE-core] [PATCH 1/4] musl: doesn't support riscv32 Khem Raj
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=20240117150720.3585669-1-ross.burton@arm.com \
--to=ross.burton@arm.com \
--cc=openembedded-core@lists.openembedded.org \
/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