From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] host-qemu: map target architecture for mipsel
Date: Wed, 18 Oct 2023 09:42:54 +0200 [thread overview]
Message-ID: <20231018074254.3107764-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20231009180547.2326444-1-rhi@pengutronix.de>
Thanks, applied as 572e3440d6f8206e949c1a949a774f935b9cc448.
Michael
[sent from post-receive hook]
On Wed, 18 Oct 2023 09:42:54 +0200, Roland Hieber <rhi@pengutronix.de> wrote:
> 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>
> Message-Id: <20231009180547.2326444-1-rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> 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))
>
prev parent reply other threads:[~2023-10-18 7:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-09 18:05 [ptxdist] [PATCH] " Roland Hieber
2023-10-18 7:42 ` Michael Olbrich [this message]
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=20231018074254.3107764-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=ptxdist@pengutronix.de \
--cc=rhi@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