diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-06 01:23:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-06 01:23:28 +0000 |
commit | 2a4260012f7ef1890dd351aabe4befd60922d5a6 (patch) | |
tree | fc0c003e01660a33b47847c8e5ca156e57dbd519 /Build/source/libs/icu/icu-src | |
parent | 23d6b90c1e38001efb7108839d478a2b87370f50 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu/icu-src')
-rwxr-xr-x | Build/source/libs/icu/icu-src/source/config.sub | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/libs/icu/icu-src/source/config.sub b/Build/source/libs/icu/icu-src/source/config.sub index a8f3f7e7cde..1fc4cde1de4 100755 --- a/Build/source/libs/icu/icu-src/source/config.sub +++ b/Build/source/libs/icu/icu-src/source/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2019 Free Software Foundation, Inc. -timestamp='2019-01-01' +timestamp='2019-01-04' # 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 @@ -111,6 +111,7 @@ case $# in esac # Split fields of configuration type +# shellcheck disable=SC2162 IFS="-" read field1 field2 field3 field4 <<EOF $1 EOF @@ -918,6 +919,7 @@ case $basic_machine in ;; *-*) + # shellcheck disable=SC2162 IFS="-" read cpu vendor <<EOF $basic_machine EOF @@ -1189,7 +1191,7 @@ case $cpu-$vendor in | microblaze | microblazeel \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ - | mips64 | mips64el \ + | mips64 | mips64eb | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ |