mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 18:16:36 +12:00
2000-06-20 Ben Elliston <bje@redhat.com>
* config.sub: Recognise tic54x (Texas Instruments TMS320C54x) and c54x (IBM C54XDSP). From Tim Wall <twall@cygnus.com>.
This commit is contained in:
parent
ca7d225abb
commit
b4de286e0e
@ -1,3 +1,8 @@
|
||||
2000-06-20 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.sub: Recognise tic54x (Texas Instruments TMS320C54x) and
|
||||
c54x (IBM C54XDSP). From Tim Wall <twall@cygnus.com>.
|
||||
|
||||
2000-06-13 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.guess: Detect Minix on x86 machines.
|
||||
|
8
config.sub
vendored
8
config.sub
vendored
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
version='2000-06-13'
|
||||
version='2000-06-20'
|
||||
|
||||
# This file is (in principle) common to ALL GNU software.
|
||||
# The presence of a machine in this file suggests that SOME GNU software
|
||||
@ -257,7 +257,7 @@ case $basic_machine in
|
||||
| f301-* | armv*-* | s390-* | sv1-* | t3e-* \
|
||||
| m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
|
||||
| thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \
|
||||
| bs2000-*)
|
||||
| bs2000-* | tic54x-* | c54x-*)
|
||||
;;
|
||||
# Recognize the various machine names and aliases which stand
|
||||
# for a CPU type and a company and sometimes even an OS.
|
||||
@ -793,6 +793,10 @@ case $basic_machine in
|
||||
basic_machine=t3e-cray
|
||||
os=-unicos
|
||||
;;
|
||||
tic54x | c54x*)
|
||||
basic_machine=tic54x-unknown
|
||||
os=-coff
|
||||
;;
|
||||
tx39)
|
||||
basic_machine=mipstx39-unknown
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user