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