config-patches
[Top][All Lists]
Advanced

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

Re: Please support NetBSD/aarch64eb in config.guess


From: Ben Elliston
Subject: Re: Please support NetBSD/aarch64eb in config.guess
Date: Wed, 21 Oct 2020 09:55:17 +1100

Hi Rin

On Tue, Oct 20, 2020 at 10:13:50PM +0000, Rin Okuyama wrote:

> Recently, NetBSD added working kernel and userland for aarch64 in
> big-endian mode, aarch64eb in our naming convention.

> +         aarch64eb) machine=aarch64_be-unknown ;;

In no other GNU triplet is an underscore used before "be". There are
two digits preceding the "be", so it's quite readable without an
underscore. An underscore is also not used in your uname -p output. I
propose to instead make the change:

  +         aarch64eb) machine=aarch64be-unknown ;;

OK?

Cheers, Ben



reply via email to

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