From 140110d56f293750193e8599c1db6d9833141066 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 30 Jun 2005 23:19:05 +0000 Subject: [PATCH] 2005-07-01 Robert Millan * config.sub: Deprecate "openrisc" in favour of "or32". Do not default the OS field to "coff". * testsuite/config-sub.data: Add a test case. --- ChangeLog | 6 ++++++ config.sub | 7 +++---- testsuite/config-sub.data | 2 ++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 63789b1..7d5b5a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-01 Robert Millan + + * config.sub: Deprecate "openrisc" in favour of "or32". + Do not default the OS field to "coff". + * testsuite/config-sub.data: Add a test case. + 2005-06-30 Ben Elliston * config.sub (sh64): Remove duplicate entry. diff --git a/config.sub b/config.sub index a98d1f2..2ef2842 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-30' +timestamp='2005-07-01' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -260,7 +260,7 @@ case $basic_machine in | ms1 \ | msp430 \ | ns16k | ns32k \ - | openrisc | or32 \ + | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ @@ -771,9 +771,8 @@ case $basic_machine in basic_machine=hppa1.1-oki os=-proelf ;; - or32 | or32-*) + openrisc | openrisc-*) basic_machine=or32-unknown - os=-coff ;; os400) basic_machine=powerpc-ibm diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 553e910..3d89c76 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -47,3 +47,5 @@ mips64vr5900 mips64vr5900-unknown-elf mips64vr5900el mips64vr5900el-unknown-elf sh64 sh64-unknown-none sh64-elf sh64-unknown-elf +openrisc-linux or32-unknown-linux-gnu +or32-linux or32-unknown-linux-gnu