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/config.guess | |
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/config.guess')
-rwxr-xr-x | libjava/classpath/config.guess | 4 |
1 files changed, 0 insertions, 4 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 ;; |