]> Savannah Git Hosting - gnulib.git/commitdiff
autoupdate
authorKarl Berry <karl@freefriends.org>
Sun, 26 Dec 2021 22:05:18 +0000 (14:05 -0800)
committerKarl Berry <karl@freefriends.org>
Sun, 26 Dec 2021 22:05:18 +0000 (14:05 -0800)
build-aux/config.sub

index 200e14f0ca4a47f95f3dbd519845e12f894c54c3..5ba9a97d2c96d20379db9bd2db75ae05eed7df34 100755 (executable)
@@ -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