summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-02-10 00:58:38 +0000
committerNick Clifton <nickc@redhat.com>2001-02-10 00:58:38 +0000
commitb72e10f9a6cc60afe11687105ec45659f301deba (patch)
treed7ecbc571ab1054d34a7ded3a2ef61f3f529c57a /config.guess
parentc7aaa8f72f0a26e9bc239c8d60f02b334356800f (diff)
downloadbinutils-redhat-b72e10f9a6cc60afe11687105ec45659f301deba.tar.gz
Add s390 support
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index b60b5a0756..3b3df454eb 100755
--- a/config.guess
+++ b/config.guess
@@ -927,6 +927,8 @@ EOF
rm -f $dummy.c $dummy
elif test "${UNAME_MACHINE}" = "s390"; then
echo s390-ibm-linux && exit 0
+ elif test "${UNAME_MACHINE}" = "s390x"; then
+ echo s390x-ibm-linux && exit 0
elif test "${UNAME_MACHINE}" = "x86_64"; then
echo x86_64-unknown-linux-gnu && exit 0
elif test "${UNAME_MACHINE}" = "parisc64" -o "${UNAME_MACHINE}" = "hppa64"; then