summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/config.sub
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-06 01:23:28 +0000
committerKarl Berry <karl@freefriends.org>2019-01-06 01:23:28 +0000
commit2a4260012f7ef1890dd351aabe4befd60922d5a6 (patch)
treefc0c003e01660a33b47847c8e5ca156e57dbd519 /Build/source/utils/asymptote/config.sub
parent23d6b90c1e38001efb7108839d478a2b87370f50 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49613 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/config.sub')
-rwxr-xr-xBuild/source/utils/asymptote/config.sub6
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/config.sub b/Build/source/utils/asymptote/config.sub
index a8f3f7e7cde..1fc4cde1de4 100755
--- a/Build/source/utils/asymptote/config.sub
+++ b/Build/source/utils/asymptote/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 \