diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-29 01:49:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-29 01:49:25 +0000 |
commit | 0647cfb6ab05c9065aacc240a18baaaf0ae6e2a8 (patch) | |
tree | 6073fc03d5b02b96ea436c8231a24c03f9c4261d /Build/source/texk/cjkutils | |
parent | 7fa1c7cc2271ca653193907a9a5d40800cf3eff7 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@10784 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/cjkutils')
-rw-r--r-- | Build/source/texk/cjkutils/hbf2gf/config.guess | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/cjkutils/hbf2gf/config.guess b/Build/source/texk/cjkutils/hbf2gf/config.guess index c7607c74f1b..f0f0d363cc1 100644 --- a/Build/source/texk/cjkutils/hbf2gf/config.guess +++ b/Build/source/texk/cjkutils/hbf2gf/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-04-14' +timestamp='2008-09-28' # 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 @@ -796,7 +796,7 @@ EOF x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; - EM64T | authenticamd) + EM64T | authenticamd | genuineintel) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) @@ -935,6 +935,9 @@ EOF if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; + padre:Linux:*:*) + echo sparc-unknown-linux-gnu + exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in |