Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 3/3] package/qemu: add support for sparc64
Date: Sat, 8 Feb 2020 22:24:40 +0100	[thread overview]
Message-ID: <20200208212440.GB23769@scaer> (raw)
In-Reply-To: <20200208211512.994361-3-aduskett@gmail.com>

Adam, All,

On 2020-02-08 13:15 -0800, aduskett at gmail.com spake thusly:
> From: Adam Duskett <Aduskett@gmail.com>
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/qemu/qemu.mk | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
> index 6794157709..f6c14c6a47 100644
> --- a/package/qemu/qemu.mk
> +++ b/package/qemu/qemu.mk
> @@ -237,6 +237,9 @@ endif
>  ifeq ($(HOST_QEMU_ARCH),sh4aeb)
>  HOST_QEMU_ARCH = sh4eb
>  endif
> +ifeq ($(HOST_QEMU_ARCH),sparc64)
> +HOST_QEMU_ARCH = sparc64

I have some issues parsing that condition...

If HOST_QEMU_ARCH is set to sparc64, then we assign it the same value it
already had. This is a bit of a noop, no?

Regards,
Yann E. MORIN.

> +endif
>  ifeq ($(HOST_QEMU_ARCH),csky)
>  ifeq ($(BR2_ck610),y)
>  HOST_QEMU_ARCH = cskyv1
> -- 
> 2.24.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2020-02-08 21:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-08 21:15 [Buildroot] [PATCH v2 1/3] package/qemu: Bump to version 4.2.0 aduskett at gmail.com
2020-02-08 21:15 ` [Buildroot] [PATCH v2 2/3] package/qemu: do not support x86_steamroller or x86_core_avx2 aduskett at gmail.com
2020-02-08 21:33   ` Yann E. MORIN
2020-02-09  8:49   ` Yann E. MORIN
2020-02-08 21:15 ` [Buildroot] [PATCH v2 3/3] package/qemu: add support for sparc64 aduskett at gmail.com
2020-02-08 21:24   ` Yann E. MORIN [this message]
2020-02-09 10:35 ` [Buildroot] [PATCH v2 1/3] package/qemu: Bump to version 4.2.0 Romain Naour
2020-02-09 13:33   ` Romain Naour
2020-02-09 18:42     ` Romain Naour
2020-02-11 19:39 ` Vincent Fazio

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=20200208212440.GB23769@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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