summaryrefslogtreecommitdiff
path: root/build-aux/config.sub
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-25 09:09:38 -0800
committerKarl Berry <karl@freefriends.org>2021-12-25 09:09:38 -0800
commit701b75719befdcedcf5c12186b34fc4806102b52 (patch)
treefea1e5c58a5ffea968e5506b374c15fbc8d49645 /build-aux/config.sub
parent9af17c55629c4cbe2facdc9edb5242136567ebba (diff)
downloadgnulib-701b75719befdcedcf5c12186b34fc4806102b52.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-xbuild-aux/config.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index 38f3d037a7..200e14f0ca 100755
--- a/build-aux/config.sub
+++ b/build-aux/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
;;