From bc68ffef0472901ba0ce76b78336d0cc5f433c81 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 30 Jun 2005 03:07:55 +0000 Subject: [PATCH] 2005-06-30 Mike Frysinger * config.sub (mips64vr5900, mips64vr5900el): New machines. * testsuite/config-sub.data: Add test cases. --- ChangeLog | 5 +++++ config.sub | 4 +++- testsuite/config-sub.data | 4 ++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4df0ea3..68bcacf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-30 Mike Frysinger + + * config.sub (mips64vr5900, mips64vr5900el): New machines. + * testsuite/config-sub.data: Add test cases. + 2005-06-30 Brad Smith * config.guess: Simplify OpenBSD support. diff --git a/config.sub b/config.sub index 8b2c57a..96a3059 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2005-06-02' +timestamp='2005-06-30' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -248,6 +248,7 @@ case $basic_machine in | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ @@ -326,6 +327,7 @@ case $basic_machine in | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index d7d3241..1bff0ce 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -41,3 +41,7 @@ m32c m32c-unknown-none m32c-elf m32c-unknown-elf ms1 ms1-unknown-none ms1-elf ms1-unknown-elf +mips64vr5900-elf mips64vr5900-unknown-elf +mips64vr5900el-elf mips64vr5900el-unknown-elf +mips64vr5900 mips64vr5900-unknown-elf +mips64vr5900el mips64vr5900el-unknown-elf