summaryrefslogtreecommitdiff
path: root/Build/source/utils
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-27 00:49:08 +0000
committerKarl Berry <karl@freefriends.org>2021-12-27 00:49:08 +0000
commite226aa4c3793161795862105ce2092e8243ed5af (patch)
treeee7896019da1b650024de05f87635a4e5fac9348 /Build/source/utils
parent3707ba4aef3ccda2947ec5231e0ee99107f475f6 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@61417 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils')
-rwxr-xr-xBuild/source/utils/asymptote/config.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/config.sub b/Build/source/utils/asymptote/config.sub
index 38f3d037a78..200e14f0ca4 100755
--- a/Build/source/utils/asymptote/config.sub
+++ b/Build/source/utils/asymptote/config.sub
@@ -4,7 +4,7 @@
# shellcheck disable=SC2006,SC2268 # see below for rationale
-timestamp='2021-10-27'
+timestamp='2021-12-24'
# 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
@@ -1121,7 +1121,7 @@ case $cpu-$vendor in
xscale-* | xscalee[bl]-*)
cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
;;
- arm64-*)
+ arm64-* | aarch64le-*)
cpu=aarch64
;;