diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-10 00:58:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-02-10 00:58:38 +0000 |
commit | e3f79c488dbbf824ce0d6ccd4613c84736cc44e8 (patch) | |
tree | 2d3ae9d5964159c398acdd79055a82e5f5354f8a /config.guess | |
parent | d83216809800f699310e29661013da7d120b2098 (diff) | |
download | gdb-e3f79c488dbbf824ce0d6ccd4613c84736cc44e8.tar.gz |
Add s390 support
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 b60b5a0756f..3b3df454ebb 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 |