summaryrefslogtreecommitdiff
path: root/build-aux/config.sub
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-26 14:05:18 -0800
committerKarl Berry <karl@freefriends.org>2021-12-26 14:05:18 -0800
commit23de1304751479c04fe8bb09954e097f2edead92 (patch)
tree9eefae0e25e97d452dd51fd706850a2d66d9a817 /build-aux/config.sub
parent21dbd572d45b40241cab5c776e1e6ebb1f393e78 (diff)
downloadgnulib-23de1304751479c04fe8bb09954e097f2edead92.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-xbuild-aux/config.sub7
1 files changed, 6 insertions, 1 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index 200e14f0ca..5ba9a97d2c 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-12-24'
+timestamp='2021-12-25'
# 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
@@ -1020,6 +1020,11 @@ case $cpu-$vendor in
;;
# Here we normalize CPU types with a missing or matching vendor
+ armh-unknown | armh-alt)
+ cpu=armv7l
+ vendor=alt
+ basic_os=${basic_os:-linux-gnueabihf}
+ ;;
dpx20-unknown | dpx20-bull)
cpu=rs6000
vendor=bull