summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-12 23:47:41 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-12 23:47:41 +0000
commit9bfefeba0cde80fd9fe8955b7b9b01b4bb306931 (patch)
treeb1218e4f3c675d9fcb0d555675382fbaaeba8738 /config.guess
parent1500f816bb6d4a9ad79c496c2fa065564290fca7 (diff)
downloadgcc-9bfefeba0cde80fd9fe8955b7b9b01b4bb306931.tar.gz
Add config suport for s390
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39612 138bc75d-0d04-0410-961f-82ee72b054a4
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 93e03c68885..4a4c2a418fc 100755
--- a/config.guess
+++ b/config.guess
@@ -857,6 +857,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
else