Add s390 support

This commit is contained in:
Nick Clifton
2001-02-10 00:58:38 +00:00
parent c41482c7ee
commit 1e667f61b7
14 changed files with 241 additions and 2 deletions

2
config.guess vendored
View File

@ -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