Hi,

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

Most (actually, all as far as I can see) configure scripts in
applications based on autoconf work just fine with the attached
patch to config.guess (dated 2020-09-19, retrieved today).

Can you please commit this patch to your repository?

Thanks,
Rin Okuyama -- NetBSD Developer
--- config.guess.orig	2020-10-21 06:55:57.855055913 +0900
+++ config.guess	2020-10-21 06:55:46.490634113 +0900
@@ -182,6 +182,7 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAM
 	    "/usr/sbin/$sysctl" 2>/dev/null || \
 	    echo unknown)`
 	case "$UNAME_MACHINE_ARCH" in
+	    aarch64eb) machine=aarch64_be-unknown ;;
 	    armeb) machine=armeb-unknown ;;
 	    arm*) machine=arm-unknown ;;
 	    sh3el) machine=shl-unknown ;;

Reply via email to