From 2593751ef276497e312d7c4ce7fd049614c7bf80 Mon Sep 17 00:00:00 2001
From: Ben Elliston <bje@gnu.org>
Date: Sun, 12 Jul 2020 18:21:33 +1000
Subject: [PATCH] 	* config.guess (arm64:Darwin:*:*): Recognise. 	*
 testsuite/config-guess.data: Add a test case.

---
 ChangeLog                   | 5 +++++
 config.guess                | 5 ++++-
 testsuite/config-guess.data | 1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/config.guess b/config.guess
index 92bfc33..e94095c 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -1342,6 +1342,9 @@ EOF
     *:Rhapsody:*:*)
 	echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE"
 	exit ;;
+    arm64:Darwin:*:*)
+	echo aarch64-apple-darwin"$UNAME_RELEASE"
+	exit ;;
     *:Darwin:*:*)
 	UNAME_PROCESSOR=`uname -p`
 	case $UNAME_PROCESSOR in
