From Joachim Schmitz <schmitz@hp.com>:

* config.sub (neo-tandem, nse-tandem): New.
This commit is contained in:
Ben Elliston 2010-09-11 08:09:07 +10:00
parent 1a0cbc1cd2
commit 37755efbaa
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-09-11 Ben Elliston <bje@gnu.org>
From Joachim Schmitz <schmitz@hp.com>:
* config.sub (neo-tandem, nse-tandem): New.
2010-09-07 Ben Elliston <bje@gnu.org> 2010-09-07 Ben Elliston <bje@gnu.org>
From Macpaul Lin <macpaul@andestech.com>. From Macpaul Lin <macpaul@andestech.com>.

8
config.sub 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-09-07' timestamp='2010-09-11'
# This file is (in principle) common to ALL GNU software. # This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software # The presence of a machine in this file suggests that SOME GNU software
@ -862,6 +862,12 @@ case $basic_machine in
np1) np1)
basic_machine=np1-gould basic_machine=np1-gould
;; ;;
neo-tandem)
basic_machine=neo-tandem
;;
nse-tandem)
basic_machine=nse-tandem
;;
nsr-tandem) nsr-tandem)
basic_machine=nsr-tandem basic_machine=nsr-tandem
;; ;;