summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/freetype2')
-rwxr-xr-xBuild/source/libs/freetype2/freetype-2.3.11/builds/unix/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/libs/freetype2/freetype-2.3.11/builds/unix/config.guess b/Build/source/libs/freetype2/freetype-2.3.11/builds/unix/config.guess
index 2852378467c..4c8f032e786 100755
--- a/Build/source/libs/freetype2/freetype-2.3.11/builds/unix/config.guess
+++ b/Build/source/libs/freetype2/freetype-2.3.11/builds/unix/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 ;;