]> Savannah Git Hosting - gnulib.git/commitdiff
autoupdate
authorKarl Berry <karl@freefriends.org>
Sat, 25 Dec 2021 17:09:38 +0000 (09:09 -0800)
committerKarl Berry <karl@freefriends.org>
Sat, 25 Dec 2021 17:09:38 +0000 (09:09 -0800)
build-aux/config.sub

index 38f3d037a785f54fb6a5e946d83fc29a2085757c..200e14f0ca4a47f95f3dbd519845e12f894c54c3 100755 (executable)
@@ -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
                ;;