2005-07-01 Robert Millan <robertmh@gnu.org>

* config.sub: Deprecate "openrisc" in favour of "or32".
	Do not default the OS field to "coff".
	* testsuite/config-sub.data: Add a test case.
This commit is contained in:
Ben Elliston 2005-06-30 23:19:05 +00:00
parent 399393b18e
commit 140110d56f
3 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2005-07-01 Robert Millan <robertmh@gnu.org>
* 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 <bje@gnu.org> 2005-06-30 Ben Elliston <bje@gnu.org>
* config.sub (sh64): Remove duplicate entry. * config.sub (sh64): Remove duplicate entry.

7
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. # 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. # 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
@ -260,7 +260,7 @@ case $basic_machine in
| ms1 \ | ms1 \
| msp430 \ | msp430 \
| ns16k | ns32k \ | ns16k | ns32k \
| openrisc | or32 \ | or32 \
| pdp10 | pdp11 | pj | pjl \ | pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \ | pyramid \
@ -771,9 +771,8 @@ case $basic_machine in
basic_machine=hppa1.1-oki basic_machine=hppa1.1-oki
os=-proelf os=-proelf
;; ;;
or32 | or32-*) openrisc | openrisc-*)
basic_machine=or32-unknown basic_machine=or32-unknown
os=-coff
;; ;;
os400) os400)
basic_machine=powerpc-ibm basic_machine=powerpc-ibm

View File

@ -47,3 +47,5 @@ mips64vr5900 mips64vr5900-unknown-elf
mips64vr5900el mips64vr5900el-unknown-elf mips64vr5900el mips64vr5900el-unknown-elf
sh64 sh64-unknown-none sh64 sh64-unknown-none
sh64-elf sh64-unknown-elf sh64-elf sh64-unknown-elf
openrisc-linux or32-unknown-linux-gnu
or32-linux or32-unknown-linux-gnu