* config.guess (s390:Linux:*:*|s390x:Linux:*:*): s390 targets

include "-gnu" suffixes like other Linux targets (and "-uclibc"
	with uclibc targets).

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Mike Frysinger 2013-05-15 22:06:11 -04:00 committed by Ben Elliston
parent cc7cea2393
commit 20f0b7ebd0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2013-05-16 Mike Frysinger <vapier@gentoo.org>
* config.guess (s390:Linux:*:*|s390x:Linux:*:*): s390 targets
include "-gnu" suffixes like other Linux targets (and "-uclibc"
with uclibc targets).
2013-05-16 Mike Frysinger <vapier@gentoo.org>
* config.guess: Hoist C library detection code up to a common

2
config.guess vendored
View File

@ -996,7 +996,7 @@ EOF
echo powerpc-unknown-linux-${LIBC}
exit ;;
s390:Linux:*:* | s390x:Linux:*:*)
echo ${UNAME_MACHINE}-ibm-linux
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
exit ;;
sh64*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}