diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-27 02:04:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-27 02:04:54 +0000 |
commit | 566b5479462d4c1593a01828dfe036bbd1b637b3 (patch) | |
tree | 2da6145f429e175bea32c138ead27418a0ea66e8 /Build/source/extra | |
parent | b24aa85dce95ad6fa019961d26cac036cb040af6 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@19912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/extra')
-rwxr-xr-x | Build/source/extra/xz/build-aux/config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/extra/xz/build-aux/config.guess b/Build/source/extra/xz/build-aux/config.guess index 2852378467c..4c8f032e786 100755 --- a/Build/source/extra/xz/build-aux/config.guess +++ b/Build/source/extra/xz/build-aux/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. -timestamp='2010-08-21' +timestamp='2010-09-24' # 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 @@ -1234,6 +1234,9 @@ EOF *:QNX:*:4*) echo i386-pc-qnx exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; |