2001-02-04 Philip Blundell <philb@gnu.org>
[deliverable/binutils-gdb.git] / config.guess
index 4758b11fb813ecef83aaf7ba79c4e2e1d7836c63..ffb758fec97616b95e3eb5df0288e48b9826d9a2 100755 (executable)
@@ -929,6 +929,8 @@ EOF
          echo s390-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
+         echo hppa64-unknown-linux-gnu && exit 0
        elif test "${UNAME_MACHINE}" = "parisc" -o "${UNAME_MACHINE}" = "hppa"; then
          # Look for CPU level
          case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
This page took 0.024425 seconds and 4 git commands to generate.