qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 4/5] configure: Add aarch64_be-linux-user tar


From: Michael Weiser
Subject: Re: [Qemu-devel] [PATCH v2 4/5] configure: Add aarch64_be-linux-user target
Date: Wed, 20 Dec 2017 16:51:14 +0100
User-agent: Mutt/1.9.1 (2017-09-22)

Hello Laurent,

On Wed, Dec 20, 2017 at 03:55:03PM +0100, Laurent Vivier wrote:

> > diff --git a/configure b/configure
> > index 9c8aa5a98b..03d95340d8 100755
> > --- a/configure
> > +++ b/configure
> > @@ -657,7 +657,7 @@ case "$cpu" in
> >      cpu="arm"
> >      supported_cpu="yes"
> >    ;;
> > -  aarch64)
> > +  aarch64|aarch64_be)
> >      cpu="aarch64"
> >      supported_cpu="yes"
> This switch is for host CPU. Do you want to add aarch64_be as a
> supported host architecture?

No, that's a project for another day, I guess and certainly doesn't
belong into that patch. Dropped.

> >    ;;
> > @@ -6345,7 +6345,7 @@ if test "$linux" = "yes" ; then
> >    s390x)
> >      linux_arch=s390
> >      ;;
> > -  aarch64)
> > +  aarch64|aarch64_be)
> >      linux_arch=arm64
> This is also for the host.

Same here.
-- 
Thanks,
Michael



reply via email to

[Prev in Thread] Current Thread [Next in Thread]