From 09b136b14b3c6428d25e3ff7c0b89ae18645f1bf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 16 Feb 2012 03:27:41 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@25406 c570f23f-e606-0410-a88d-b1316a301751 --- Master/doc.html | 4 ++-- Master/tlpkg/installer/config.guess | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/doc.html b/Master/doc.html index 9606ffec082..a97245c327b 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -389,9 +389,9 @@ Format manuscripts to APA 6th edition guidelines. apa6e.pdf. -
  • apacite: +
  • apacite: Citation style following the rules of the APA. -apacite.pdf. +apacite.pdf.
  • appendix: 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 ;; -- cgit v1.2.3