Handle hppa64-linux systems.
authorAlan Modra <amodra@gmail.com>
Tue, 30 Jan 2001 02:17:40 +0000 (02:17 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 30 Jan 2001 02:17:40 +0000 (02:17 +0000)
ChangeLog
config.guess

index 0350b6cc29800006048e87e5f5c60cc14f735636..c1a724899589212e3ef6e5828fb08c33d835f908 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-30  Alan Modra  <alan@linuxcare.com.au>
+
+       * config.guess: Handle hppa64-linux systems.
+
 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
        * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
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.027862 seconds and 4 git commands to generate.