From c4880c993684baf5720f3a63912e736c848d278f Mon Sep 17 00:00:00 2001 From: Martin Schwidefsky Date: Mon, 12 Feb 2001 23:47:41 +0000 Subject: Add config suport for s390 From-SVN: r39612 --- config.guess | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.guess') diff --git a/config.guess b/config.guess index 93e03c6..4a4c2a4 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 -- cgit v1.1