mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 18:16:36 +12:00
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:
parent
399393b18e
commit
140110d56f
@ -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>
|
||||
|
||||
* config.sub (sh64): Remove duplicate entry.
|
||||
|
7
config.sub
vendored
7
config.sub
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user