diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-06-20 13:59:03 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-06-20 13:59:03 +0000 |
commit | f04f5a67946d3502e5ca3291298e2d7e226b2154 (patch) | |
tree | e1c8ec67c4ab4369db9fe7d379ccda924e93b908 /config.sub | |
parent | 39bec121fbf7999abee79c0eec02015a84ab8a48 (diff) | |
download | gdb-f04f5a67946d3502e5ca3291298e2d7e226b2154.zip gdb-f04f5a67946d3502e5ca3291298e2d7e226b2154.tar.gz gdb-f04f5a67946d3502e5ca3291298e2d7e226b2154.tar.bz2 |
TI C54x target added.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 # Free Software Foundation, Inc. -version='2000-05-30' +version='2000-06-04' # 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. @@ -786,6 +786,10 @@ case $basic_machine in basic_machine=i386-sequent os=-dynix ;; + tic54x | c54x*) + basic_machine=tic54x-unknown + os=-coff + ;; t3e) basic_machine=t3e-cray os=-unicos |