X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=autoconf%2Fconfig.guess;h=b209a1a06c6f6ece868912929027ab4571cc2184;hb=44c617819c702572607f2345adf358a1db53ee62;hp=370da42dcad1201c40526ca571382fa7e1e0a9f3;hpb=f38cc38fa647d4e72c053c39bbe0cdec1342535f;p=oota-llvm.git diff --git a/autoconf/config.guess b/autoconf/config.guess index 370da42dcad..b209a1a06c6 100755 --- a/autoconf/config.guess +++ b/autoconf/config.guess @@ -810,6 +810,9 @@ EOF *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; + *:MSYS*:*) + echo ${UNAME_MACHINE}-pc-msys + exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 @@ -864,6 +867,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 ;;