Reported by James Le Cuirot <chewi@aura-online.co.uk>. There is no

VR5900 part made by NEC -- it is only known as R5900.  Retain
mips64vr5900 and friends for the time being for compatibility.

2008-02-05  Ben Elliston  <bje@gnu.org>

	* config.sub (mips64r5900, mips64r5900el): New machines.
	* testsuite/config-sub.data: Add test cases.
This commit is contained in:
Ben Elliston
2008-02-05 11:02:12 +11:00
parent 4fa6cbf133
commit e998c3f0d1
3 changed files with 14 additions and 3 deletions

8
config.sub vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
timestamp='2008-01-16'
timestamp='2008-02-05'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -254,8 +254,9 @@ case $basic_machine in
| mips | mipsbe | mipseb | mipsel | mipsle \
| mips16 \
| mips64 | mips64el \
| mips64vr | mips64vrel \
| mips64orion | mips64orionel \
| mips64r5900 | mips64r5900el \
| mips64vr | mips64vrel \
| mips64vr4100 | mips64vr4100el \
| mips64vr4300 | mips64vr4300el \
| mips64vr5000 | mips64vr5000el \
@ -335,8 +336,9 @@ case $basic_machine in
| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
| mips16-* \
| mips64-* | mips64el-* \
| mips64vr-* | mips64vrel-* \
| mips64orion-* | mips64orionel-* \
| mips64r5900-* | mips64r5900el-* \
| mips64vr-* | mips64vrel-* \
| mips64vr4100-* | mips64vr4100el-* \
| mips64vr4300-* | mips64vr4300el-* \
| mips64vr5000-* | mips64vr5000el-* \