Skip to content

Commit

Permalink
Update config.sub
Browse files Browse the repository at this point in the history
    
	* config.sub: Sync with upstream version 2018-07-03.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262469 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
sh committed Jul 6, 2018
1 parent 2d1312f commit 0f7484b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>

* config.sub: Sync with upstream version 2018-07-03.

2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>

* config.guess: Sync with upstream version 2018-06-26.
Expand Down
12 changes: 3 additions & 9 deletions config.sub
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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-* \
Expand Down Expand Up @@ -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
;;
Expand Down

0 comments on commit 0f7484b

Please sign in to comment.