From 701b75719befdcedcf5c12186b34fc4806102b52 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 25 Dec 2021 09:09:38 -0800 Subject: autoupdate --- build-aux/config.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-aux/config.sub') 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 ;; -- cgit v1.2.1