]> Savannah Git Hosting - gnulib.git/commitdiff
autoupdate
authorKarl Berry <karl@freefriends.org>
Tue, 14 Feb 2012 22:54:50 +0000 (14:54 -0800)
committerKarl Berry <karl@freefriends.org>
Tue, 14 Feb 2012 22:54:50 +0000 (14:54 -0800)
build-aux/config.guess

index 116b959ee5f9f11af20c45bbaaf4b3f1198b5f44..d622a44e551f209d5e8c5462b3fe53a162f7b330 100755 (executable)
@@ -861,6 +861,13 @@ EOF
     i*86:Minix:*:*)
        echo ${UNAME_MACHINE}-pc-minix
        exit ;;
+    aarch64:Linux:*:*)
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
+       exit ;;
+    aarch64_be:Linux:*:*)
+       UNAME_MACHINE=aarch64_be
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
+       exit ;;
     alpha:Linux:*:*)
        case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
          EV5)   UNAME_MACHINE=alphaev5 ;;