summaryrefslogtreecommitdiff
path: root/build-aux/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-22 08:59:02 -0700
committerKarl Berry <karl@freefriends.org>2020-10-22 08:59:02 -0700
commita106791c87881cac20adc6d957289a55a638f557 (patch)
tree078fd28d0598bb887cde211788153dc0dc0311bf /build-aux/config.guess
parenta5578a71ef65a9aed1ccc254b9d9a07b0b46c1b0 (diff)
downloadgnulib-a106791c87881cac20adc6d957289a55a638f557.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.guess')
-rwxr-xr-xbuild-aux/config.guess3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 8d70ec2b26..12dd5b4245 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2020 Free Software Foundation, Inc.
-timestamp='2020-09-19'
+timestamp='2020-10-22'
# 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
@@ -182,6 +182,7 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
"/usr/sbin/$sysctl" 2>/dev/null || \
echo unknown)`
case "$UNAME_MACHINE_ARCH" in
+ aarch64eb) machine=aarch64_be-unknown ;;
armeb) machine=armeb-unknown ;;
arm*) machine=arm-unknown ;;
sh3el) machine=shl-unknown ;;