summaryrefslogtreecommitdiff
path: root/build-aux/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-07-13 07:17:03 -0700
committerKarl Berry <karl@freefriends.org>2020-07-13 07:17:03 -0700
commitd16529f705d7d31b5f28245f0940523fe883e936 (patch)
tree3b6d9cef97fdadfcb5aad61ad7a886b96b20212f /build-aux/config.guess
parent59005b486cb4b0e422cc2a2ef7623931b0af6660 (diff)
downloadgnulib-d16529f705d7d31b5f28245f0940523fe883e936.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.guess')
-rwxr-xr-xbuild-aux/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 92bfc33e29..e94095c5fb 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2020 Free Software Foundation, Inc.
-timestamp='2020-04-26'
+timestamp='2020-07-12'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -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