diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-16 03:27:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-16 03:27:41 +0000 |
commit | 09b136b14b3c6428d25e3ff7c0b89ae18645f1bf (patch) | |
tree | 12c1b273cad6b93d7ab933f8a63b915b3287212a /Master/tlpkg/installer/config.guess | |
parent | a686eec99312f110ed03bd8a93f03b16d114563d (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@25406 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/config.guess')
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 116b959ee5f..d622a44e551 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -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 ;; |