From Joachim Schmitz <schmitz@hp.com>:

* config.guess (NEO-?:NONSTOP_KERNEL:*:*): New.
	* testsuite/config-guess.data: Add test cases.
This commit is contained in:
Ben Elliston 2010-09-24 22:56:23 +10:00
parent 37755efbaa
commit 3155524d04
3 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-09-24 Ben Elliston <bje@gnu.org>
From Joachim Schmitz <schmitz@hp.com>:
* config.guess (NEO-?:NONSTOP_KERNEL:*:*): New.
* testsuite/config-guess.data: Add test cases.
2010-09-11 Ben Elliston <bje@gnu.org> 2010-09-11 Ben Elliston <bje@gnu.org>
From Joachim Schmitz <schmitz@hp.com>: From Joachim Schmitz <schmitz@hp.com>:

5
config.guess vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc. # 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 # 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 # under the terms of the GNU General Public License as published by
@ -1234,6 +1234,9 @@ EOF
*:QNX:*:4*) *:QNX:*:4*)
echo i386-pc-qnx echo i386-pc-qnx
exit ;; exit ;;
NEO-?:NONSTOP_KERNEL:*:*)
echo neo-tandem-nsk${UNAME_RELEASE}
exit ;;
NSE-?:NONSTOP_KERNEL:*:*) NSE-?:NONSTOP_KERNEL:*:*)
echo nse-tandem-nsk${UNAME_RELEASE} echo nse-tandem-nsk${UNAME_RELEASE}
exit ;; exit ;;

View File

@ -47,3 +47,5 @@ i86pc 5.0 AuroraUX ignored i386-pc-auroraux5.0
i86xen 5.0 AuroraUX ignored i386-pc-auroraux5.0 i86xen 5.0 AuroraUX ignored i386-pc-auroraux5.0
tile 2.6.36 Linux ignored tile-tilera-linux-gnu tile 2.6.36 Linux ignored tile-tilera-linux-gnu
tilegx 2.6.36 Linux ignored tilegx-tilera-linux-gnu tilegx 2.6.36 Linux ignored tilegx-tilera-linux-gnu
NEO-1 1.0 NONSTOP_KERNEL ignored neo-tandem-nsk1.0
NSE-1 1.0 NONSTOP_KERNEL ignored nse-tandem-nsk1.0