summaryrefslogtreecommitdiff
path: root/build-aux/config.sub
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-07-06 23:17:30 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-07-06 23:18:22 -0700
commit130310893a41b925d620ee694ac9c2adcf5046ec (patch)
tree32488913871ed707fc7c1255b241293aebfbf284 /build-aux/config.sub
parent6c60c4e2ff6a8c2d70b67fca868c27ebb125ee4d (diff)
downloademacs-130310893a41b925d620ee694ac9c2adcf5046ec.tar.gz
Update from gnulib
This incorporates: 2018-07-04 gnulib-tool: minor tweaks for --gnu-make * build-aux/config.guess, build-aux/config.sub: Copy from Gnulib. * lib/gnulib.mk.in: Regenerate.
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-xbuild-aux/config.sub12
1 files changed, 3 insertions, 9 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index 072700fb037..c95acc681d1 100755
--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2018 Free Software Foundation, Inc.
-timestamp='2018-07-02'
+timestamp='2018-07-03'
# 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
@@ -625,7 +625,7 @@ case $basic_machine in
| powerpc | powerpc64 | powerpc64le | powerpcle \
| pru \
| pyramid \
- | riscv32 | riscv64 \
+ | riscv | riscv32 | riscv64 \
| rl78 | rx \
| score \
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
@@ -752,7 +752,7 @@ case $basic_machine in
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
| pru-* \
| pyramid-* \
- | riscv32-* | riscv64-* \
+ | riscv-* | riscv32-* | riscv64-* \
| rl78-* | romp-* | rs6000-* | rx-* \
| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
@@ -1125,12 +1125,6 @@ case $basic_machine in
ps2)
basic_machine=i386-ibm
;;
- riscv)
- basic_machine=riscv32-unknown
- ;;
- riscv-*)
- basic_machine=`echo "$basic_machine" | sed 's/^riscv/riscv32/'`
- ;;
rm[46]00)
basic_machine=mips-siemens
;;