diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-26 02:26:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-26 02:26:45 +0000 |
commit | 10edd69942ce465d18c5508e7d875fbe9a3eff69 (patch) | |
tree | dfb28669f3d69b9aad4ab7500034dbd4fc48f3d1 /Build/source/extra | |
parent | c64685e0b74626dfcd556e3707cd402229f1da67 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@16823 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/extra')
-rwxr-xr-x | Build/source/extra/xz-4.999.9beta/build-aux/config.sub | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Build/source/extra/xz-4.999.9beta/build-aux/config.sub b/Build/source/extra/xz-4.999.9beta/build-aux/config.sub index 85186096a9e..c2d125724c0 100755 --- a/Build/source/extra/xz-4.999.9beta/build-aux/config.sub +++ b/Build/source/extra/xz-4.999.9beta/build-aux/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. -timestamp='2009-12-31' +timestamp='2010-01-22' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -381,7 +381,8 @@ case $basic_machine in | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tile-* | tilegx-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | vax-* \ @@ -1086,6 +1087,11 @@ case $basic_machine in basic_machine=tic6x-unknown os=-coff ;; + # This must be matched before tile*. + tilegx*) + basic_machine=tilegx-unknown + os=-linux-gnu + ;; tile*) basic_machine=tile-unknown os=-linux-gnu |