diff options
author | Oleg Endo <olegendo@gcc.gnu.org> | 2016-04-30 09:11:03 +0000 |
---|---|---|
committer | Oleg Endo <olegendo@gcc.gnu.org> | 2016-04-30 09:11:03 +0000 |
commit | bc6d901463cf9173fdce15c22bbb85f274ce3565 (patch) | |
tree | 61d8b04e14692728276576e7938ca4863d94aa68 /config.sub | |
parent | c41de70aca6d2c0c848dbf5671852eb43e8f561f (diff) | |
download | gcc-bc6d901463cf9173fdce15c22bbb85f274ce3565.tar.gz |
config.guess: Remove SH5 support.
/
* config.guess: Remove SH5 support.
* config.sub: Likewise.
* configure: Likewise.
* configure.ac: Likewise.
config/
* picflag.m4: Remove SH5 support.
gcc/
* config/sh/t-sh: Remove SH5 support.
* config.gcc: Likewise.
* configure: Likewise.
contrib/
* compare-all-tests: Remove SH5 support.
* config-list.mk: Likewise.
libada/
* configure: Remove SH5 support.
libgcc/
* config.host: Remove SH5 support.
* configure: Likewise.
libiberty/
* configure: Remove SH5 support.
libjava/
* classpath/config.guess: Remove SH5 support.
* classpath/config.sub: Likewise.
From-SVN: r235676
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/config.sub b/config.sub index da6d1b6826a..1b4b975110e 100755 --- a/config.sub +++ b/config.sub @@ -306,7 +306,6 @@ case $basic_machine in | 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 \ - | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ @@ -432,7 +431,7 @@ case $basic_machine in | 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-* \ + | shle-* | sh[1234]le-* | sh3ele-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ @@ -1094,12 +1093,6 @@ case $basic_machine in basic_machine=sh-hitachi os=-hms ;; - sh5el) - basic_machine=sh5le-unknown - ;; - sh64) - basic_machine=sh64-unknown - ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks |