From 36b56886974eae4f9c5ebc96befd3e7bfe5de338 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 23 Apr 2014 16:57:46 -0700 Subject: Update to LLVM 3.5a. Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617 --- autoconf/config.guess | 3 +++ 1 file changed, 3 insertions(+) (limited to 'autoconf/config.guess') diff --git a/autoconf/config.guess b/autoconf/config.guess index 370da42..73d671b 100755 --- a/autoconf/config.guess +++ b/autoconf/config.guess @@ -864,6 +864,9 @@ EOF i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; + aarch64*:Linux:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; -- cgit v1.1