diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-08 01:41:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-08 01:41:33 +0000 |
commit | e4a948dd56e8f31bb3e4278889fcc1166b42de0d (patch) | |
tree | e7102e36cbc9b93a2330f33e3a3fe6405acbf44d /Build/source/libs/teckit | |
parent | a034983736d970c70344c4bad544b146ca79d91e (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@10482 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit')
-rwxr-xr-x | Build/source/libs/teckit/config.sub | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/libs/teckit/config.sub b/Build/source/libs/teckit/config.sub index a649350a6ca..053e7381fa0 100755 --- a/Build/source/libs/teckit/config.sub +++ b/Build/source/libs/teckit/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-06-16' +timestamp='2008-09-08' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -288,7 +288,7 @@ case $basic_machine in | v850 | v850e \ | we32k \ | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ - | z8k) + | z8k | z80) basic_machine=$basic_machine-unknown ;; m6811 | m68hc11 | m6812 | m68hc12) @@ -375,7 +375,7 @@ case $basic_machine in | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ - | z8k-*) + | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) @@ -1140,6 +1140,10 @@ case $basic_machine in basic_machine=z8k-unknown os=-sim ;; + z80-*-coff) + basic_machine=z80-unknown + os=-sim + ;; none) basic_machine=none-none os=-none |