summaryrefslogtreecommitdiff
path: root/Build/source/build-aux
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-07-14 23:52:38 +0000
committerKarl Berry <karl@freefriends.org>2020-07-14 23:52:38 +0000
commit076f7a5ea6c77cf7a9851bc14c8a2f7051f67813 (patch)
treecda24baea4aab3a062d6741b0890959a127e3da5 /Build/source/build-aux
parent1204fca7247ff8737793042d69d6076f1fcf15cd (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55840 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux')
-rwxr-xr-xBuild/source/build-aux/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess
index 92bfc33e296..e94095c5fbe 100755
--- a/Build/source/build-aux/config.guess
+++ b/Build/source/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