mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-qemu: map target architecture for mipsel
@ 2023-10-09 18:05 Roland Hieber
  2023-10-18  7:42 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2023-10-09 18:05 UTC (permalink / raw)
  To: ptxdist; +Cc: Oleksij Rempel, Roland Hieber

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




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

* Re: [ptxdist] [APPLIED] host-qemu: map target architecture for mipsel
  2023-10-09 18:05 [ptxdist] [PATCH] host-qemu: map target architecture for mipsel Roland Hieber
@ 2023-10-18  7:42 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-10-18  7:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Roland Hieber

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))
>  



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

end of thread, other threads:[~2023-10-18  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-09 18:05 [ptxdist] [PATCH] host-qemu: map target architecture for mipsel Roland Hieber
2023-10-18  7:42 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox