From 3f56d7398ce105b4caa046ba7f22f625407dfc77 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 15 Feb 2013 03:37:17 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@29114 c570f23f-e606-0410-a88d-b1316a301751 --- Master/doc.html | 1 + Master/tlpkg/installer/config.guess | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'Master') diff --git a/Master/doc.html b/Master/doc.html index b915c00c880..7fe11499133 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -3507,6 +3507,7 @@ Typesetting the Epi-Olmec Language.
  • eplain: Extended plain tex macros. eplain.html, +eplain.man1.pdf, eplain.pdf, eplain.man1.pdf.
  • diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 6ea345452a5..f475ceb4138 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2013-02-04' +timestamp='2013-02-12' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -953,6 +953,9 @@ EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; + or1k:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; or32:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; -- cgit v1.2.3