From: Roland Hieber <rhi@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Oleksij Rempel <o.rempel@pengutronix.de>,
Roland Hieber <rhi@pengutronix.de>
Subject: [ptxdist] [PATCH] host-qemu: map target architecture for mipsel
Date: Mon, 9 Oct 2023 20:05:47 +0200 [thread overview]
Message-ID: <20231009180547.2326444-1-rhi@pengutronix.de> (raw)
Originally from DistroKit, see discussion there.
Suggested-by: Oleksij Rempel <o.rempel@pengutronix.de>
Link: https://lore.distrokit.org/distrokit/20210715144711.p36hgbrm74spxkcn@pengutronix.de/
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
rules/host-qemu.make | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/rules/host-qemu.make b/rules/host-qemu.make
index eb60635b040b..8d377ffa55f8 100644
--- a/rules/host-qemu.make
+++ b/rules/host-qemu.make
@@ -38,6 +38,11 @@ endif
ifdef PTXCONF_ARCH_ARM64
HOST_QEMU_TARGETS := aarch64
endif
+ifdef PTXCONF_ARCH_MIPS
+ifdef PTXCONF_ENDIAN_LITTLE
+HOST_QEMU_TARGETS := mipsel
+endif
+endif
HOST_QEMU_SYS_TARGETS := $(patsubst %,%-softmmu,$(HOST_QEMU_TARGETS))
HOST_QEMU_USR_TARGETS := $(patsubst %,%-linux-user,$(HOST_QEMU_TARGETS))
--
2.39.2
next reply other threads:[~2023-10-09 18:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-09 18:05 Roland Hieber [this message]
2023-10-18 7:42 ` [ptxdist] [APPLIED] " Michael Olbrich
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=20231009180547.2326444-1-rhi@pengutronix.de \
--to=rhi@pengutronix.de \
--cc=o.rempel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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