xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@linaro.org>
To: Ian Campbell <ijc@hellion.org.uk>, xen-devel@lists.xen.org
Cc: tim@xen.org, Ian Campbell <ian.campbell@citrix.com>,
	stefano.stabellini@eu.citrix.com
Subject: Re: [PATCH] xen: arm: correct XEN_COMPILE_ARCH autodetection for arm64
Date: Wed, 23 Oct 2013 11:37:13 +0100	[thread overview]
Message-ID: <5267A6D9.1030303@linaro.org> (raw)
In-Reply-To: <1382458334-30284-1-git-send-email-ijc@hellion.org.uk>



On 10/22/2013 05:12 PM, Ian Campbell wrote:
> From: Ian Campbell <ian.campbell@citrix.com>
>
> At least on aarch64 openSUSE running with qemu-user-aarch64 "uname -m" reports
> "aarch64" and not "armv8" so include that in the seddery. There's no harm
> leaving the existing armv8 rune too so do so.
>
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Julien Grall <julien.grall@linaro.org>

> ---
>   Config.mk | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Config.mk b/Config.mk
> index 1879454..7f3d8c7 100644
> --- a/Config.mk
> +++ b/Config.mk
> @@ -24,7 +24,8 @@ coverage ?= n
>
>   XEN_COMPILE_ARCH    ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
>                            -e s/i86pc/x86_32/ -e s/amd64/x86_64/ \
> -                         -e s/armv7.*/arm32/ -e s/armv8.*/arm64/)
> +                         -e s/armv7.*/arm32/ -e s/armv8.*/arm64/ \
> +                         -e s/aarch64/arm64/)
>
>   XEN_TARGET_ARCH     ?= $(XEN_COMPILE_ARCH)
>   XEN_OS              ?= $(shell uname -s)
>

-- 
Julien Grall

  reply	other threads:[~2013-10-23 10:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-22 16:12 [PATCH] xen: arm: correct XEN_COMPILE_ARCH autodetection for arm64 Ian Campbell
2013-10-23 10:37 ` Julien Grall [this message]
2013-10-24 14:06   ` Ian Campbell

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=5267A6D9.1030303@linaro.org \
    --to=julien.grall@linaro.org \
    --cc=ian.campbell@citrix.com \
    --cc=ijc@hellion.org.uk \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.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;
as well as URLs for NNTP newsgroup(s).