Add s390 support
[deliverable/binutils-gdb.git] / config.guess
index b60b5a0756fba4da174ded4efd55c0b2c0ad7252..3b3df454ebbbf60fee3523ac60c151cc3968ea15 100755 (executable)
@@ -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
This page took 0.038056 seconds and 4 git commands to generate.