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