diff build-aux/config.guess @ 16372:af05e93ff4d0

autoupdate
author Karl Berry <karl@freefriends.org>
date Tue, 14 Feb 2012 14:54:50 -0800
parents 75d86a33f2cc
children 09debfeb90be
line wrap: on
line diff
--- a/build-aux/config.guess	Mon Feb 13 07:13:58 2012 -0800
+++ b/build-aux/config.guess	Tue Feb 14 14:54:50 2012 -0800
@@ -861,6 +861,13 @@
     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 ;;