summaryrefslogtreecommitdiff
path: root/build-aux/config.sub
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-04 08:09:17 -0800
committerKarl Berry <karl@freefriends.org>2019-01-04 08:09:17 -0800
commit3df8b9400cc16e660547d689ad430c3580bfab6b (patch)
tree6c94e44bf5cb9caf689e64bebd570368878aaae0 /build-aux/config.sub
parent3c0997af8a30333162ce998209af7d94eb25a669 (diff)
downloadgnulib-3df8b9400cc16e660547d689ad430c3580bfab6b.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-xbuild-aux/config.sub6
1 files changed, 4 insertions, 2 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index a8f3f7e7cd..1fc4cde1de 100755
--- a/build-aux/config.sub
+++ b/build-aux/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 \