summaryrefslogtreecommitdiff
path: root/build-aux/config.sub
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-21 08:10:10 -0700
committerKarl Berry <karl@freefriends.org>2020-06-21 08:10:10 -0700
commitda621327986f84d0f70d7b421f6369e890a41603 (patch)
tree5cc8d5c5e04549013ab29a78a95bfdf702552fb8 /build-aux/config.sub
parent03bb18300bb0c8f203a8758e34cdaf73e18e4bda (diff)
downloadgnulib-da621327986f84d0f70d7b421f6369e890a41603.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-xbuild-aux/config.sub11
1 files changed, 2 insertions, 9 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index 0820805d89..fcd21a13a7 100755
--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2020 Free Software Foundation, Inc.
-timestamp='2020-06-18'
+timestamp='2020-06-20'
# 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
@@ -1146,14 +1146,6 @@ case $cpu-$vendor in
cpu=mipsallegrexel
vendor=sony
;;
- s390-*)
- cpu=s390
- vendor=ibm
- ;;
- s390x-*)
- cpu=s390x
- vendor=ibm
- ;;
tile*-*)
os=${os:-linux-gnu}
;;
@@ -1237,6 +1229,7 @@ case $cpu-$vendor in
| pyramid \
| riscv | riscv32 | riscv64 \
| rl78 | romp | rs6000 | rx \
+ | s390 | s390x \
| score \
| sh | shl \
| sh[1234] | sh[24]a | sh[24]ae[lb] | sh[23]e | she[lb] | sh[lb]e \