2002-01-31 Ivan Guzvinec <ivang@opencores.org>

* config.sub: Add support for or32.
This commit is contained in:
Ben Elliston 2002-02-01 00:05:00 +00:00
parent 8d1a4136ef
commit 09c10d9867
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-01-31 Ivan Guzvinec <ivang@opencores.org>
* config.sub: Add support for or32.
2002-01-26 Andy Olson <andrew.olson@lmco.com>
* config.guess (*:QNX:*:*): Report i386-* rather than x86pc-*.

11
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002 Free Software Foundation, Inc.
timestamp='2002-01-02'
timestamp='2002-02-01'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -242,7 +242,7 @@ case $basic_machine in
| mipsisa32 \
| mn10200 | mn10300 \
| ns16k | ns32k \
| openrisc \
| openrisc | or32 \
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
@ -714,6 +714,10 @@ case $basic_machine in
basic_machine=hppa1.1-oki
os=-proelf
;;
or32 | or32-*)
basic_machine=or32-unknown
os=-coff
;;
OSE68000 | ose68000)
basic_machine=m68000-ericsson
os=-ose
@ -1259,6 +1263,9 @@ case $basic_machine in
mips*-*)
os=-elf
;;
or32-*)
os=-coff
;;
*-tti) # must be before sparc entry or we get the wrong os.
os=-sysv3
;;