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 /libjava/classpath | |
parent | c41de70aca6d2c0c848dbf5671852eb43e8f561f (diff) | |
download | gcc-bc6d901463cf9173fdce15c22bbb85f274ce3565.zip gcc-bc6d901463cf9173fdce15c22bbb85f274ce3565.tar.gz gcc-bc6d901463cf9173fdce15c22bbb85f274ce3565.tar.bz2 |
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 'libjava/classpath')
-rwxr-xr-x | libjava/classpath/config.guess | 4 | ||||
-rwxr-xr-x | libjava/classpath/config.sub | 9 |
2 files changed, 1 insertions, 12 deletions
diff --git a/libjava/classpath/config.guess b/libjava/classpath/config.guess index b02565c..f70fd60 100755 --- a/libjava/classpath/config.guess +++ b/libjava/classpath/config.guess @@ -162,7 +162,6 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; - sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched @@ -968,9 +967,6 @@ EOF s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; - sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-gnu - exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; diff --git a/libjava/classpath/config.sub b/libjava/classpath/config.sub index 59bb593..d728224 100755 --- a/libjava/classpath/config.sub +++ b/libjava/classpath/config.sub @@ -307,7 +307,6 @@ case $basic_machine in | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ - | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ @@ -421,7 +420,7 @@ case $basic_machine in | pyramid-* \ | 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?-* \ @@ -1064,12 +1063,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 |