diff options
Diffstat (limited to 'scripts/config.guess')
-rwxr-xr-x | scripts/config.guess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/config.guess b/scripts/config.guess index 5432d58986..178fe6f996 100755 --- a/scripts/config.guess +++ b/scripts/config.guess @@ -894,6 +894,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}" = "parisc" -o "${UNAME_MACHINE}" = "hppa"; then |