diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2001-02-12 23:47:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2001-02-12 23:47:41 +0000 |
commit | c4880c993684baf5720f3a63912e736c848d278f (patch) | |
tree | b1218e4f3c675d9fcb0d555675382fbaaeba8738 /config.guess | |
parent | fa49fd0f8a6fdcfd29976f51104c1bd59da0ea22 (diff) | |
download | gcc-c4880c993684baf5720f3a63912e736c848d278f.tar.gz |
Add config suport for s390
From-SVN: r39612
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
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 |