summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorOleg Endo <olegendo@gcc.gnu.org>2016-04-30 09:11:03 +0000
committerOleg Endo <olegendo@gcc.gnu.org>2016-04-30 09:11:03 +0000
commitbc6d901463cf9173fdce15c22bbb85f274ce3565 (patch)
tree61d8b04e14692728276576e7938ca4863d94aa68 /config.guess
parentc41de70aca6d2c0c848dbf5671852eb43e8f561f (diff)
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.guess')
-rwxr-xr-xconfig.guess4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.guess b/config.guess
index dcd5149681d..639697751d2 100755
--- a/config.guess
+++ b/config.guess
@@ -177,7 +177,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 ;;
earmv*)
arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
@@ -1028,9 +1027,6 @@ EOF
s390:Linux:*:* | s390x:Linux:*:*)
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
exit ;;
- sh64*:Linux:*:*)
- echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
- exit ;;
sh*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
exit ;;