diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-28 00:49:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-28 00:49:16 +0000 |
commit | 7807fbb6f74324d84076a2fb5415600465c57ba0 (patch) | |
tree | de8cec37ce4fbea50b983ccf333a2347e63f95d7 /Build/source/libs/icu | |
parent | 3ed9d53d427f82e63133a6a8dda9878daefee4fe (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@61427 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu')
-rwxr-xr-x | Build/source/libs/icu/icu-src/source/config.sub | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/libs/icu/icu-src/source/config.sub b/Build/source/libs/icu/icu-src/source/config.sub index 200e14f0ca4..5ba9a97d2c9 100755 --- a/Build/source/libs/icu/icu-src/source/config.sub +++ b/Build/source/libs/icu/icu-src/source/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 |