From 9808a6ebd411e3d95aeb380210fda58d5a55e0f7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 2 Sep 2010 02:03:15 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@19573 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/dialog/dialog-1.1-20100119/config.guess | 7 +++++-- Build/source/utils/dialog/dialog-1.1-20100119/config.sub | 4 +++- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'Build/source/utils/dialog') diff --git a/Build/source/utils/dialog/dialog-1.1-20100119/config.guess b/Build/source/utils/dialog/dialog-1.1-20100119/config.guess index 115f944a61d..2852378467c 100755 --- a/Build/source/utils/dialog/dialog-1.1-20100119/config.guess +++ b/Build/source/utils/dialog/dialog-1.1-20100119/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. -timestamp='2010-04-03' +timestamp='2010-08-21' # 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 @@ -552,7 +552,7 @@ EOF echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[456]) + *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 @@ -968,6 +968,9 @@ EOF sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + tile*:Linux:*:*) + echo ${UNAME_MACHINE}-tilera-linux-gnu + exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; diff --git a/Build/source/utils/dialog/dialog-1.1-20100119/config.sub b/Build/source/utils/dialog/dialog-1.1-20100119/config.sub index 204218c0738..b54b9803b43 100755 --- a/Build/source/utils/dialog/dialog-1.1-20100119/config.sub +++ b/Build/source/utils/dialog/dialog-1.1-20100119/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. -timestamp='2010-05-21' +timestamp='2010-08-13' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -283,6 +283,7 @@ case $basic_machine in | moxie \ | mt \ | msp430 \ + | nds32 | nds32le \ | nios | nios2 \ | ns16k | ns32k \ | or32 \ @@ -378,6 +379,7 @@ case $basic_machine in | mmix-* \ | mt-* \ | msp430-* \ + | nds32-* | nds32le-* \ | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ -- cgit v1.2.3