|
|
|
@ -3,7 +3,7 @@ |
|
|
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
|
|
|
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc. |
|
|
|
|
|
|
|
timestamp='2003-06-06' |
|
|
|
timestamp='2003-06-13' |
|
|
|
|
|
|
|
# This file is (in principle) common to ALL GNU software. |
|
|
|
# The presence of a machine in this file suggests that SOME GNU software |
|
|
|
@ -229,7 +229,7 @@ case $basic_machine in |
|
|
|
| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ |
|
|
|
| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ |
|
|
|
| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ |
|
|
|
| clipper \ |
|
|
|
| c4x | clipper \ |
|
|
|
| d10v | d30v | dlx | dsp16xx \ |
|
|
|
| fr30 | frv \ |
|
|
|
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ |
|
|
|
@ -261,7 +261,7 @@ case $basic_machine in |
|
|
|
| sh64 | sh64le \ |
|
|
|
| sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \ |
|
|
|
| strongarm \ |
|
|
|
| tahoe | thumb | tic80 | tron \ |
|
|
|
| tahoe | thumb | tic4x | tic80 | tron \ |
|
|
|
| v850 | v850e \ |
|
|
|
| we32k \ |
|
|
|
| x86 | xscale | xstormy16 | xtensa \ |
|
|
|
@ -928,10 +928,6 @@ case $basic_machine in |
|
|
|
basic_machine=t90-cray |
|
|
|
os=-unicos |
|
|
|
;; |
|
|
|
tic4x | c4x*) |
|
|
|
basic_machine=tic4x-unknown |
|
|
|
os=-coff |
|
|
|
;; |
|
|
|
tic54x | c54x*) |
|
|
|
basic_machine=tic54x-unknown |
|
|
|
os=-coff |
|
|
|
@ -1283,6 +1279,9 @@ case $basic_machine in |
|
|
|
arm*-semi) |
|
|
|
os=-aout |
|
|
|
;; |
|
|
|
c4x-* | tic4x-*) |
|
|
|
os=-coff |
|
|
|
;; |
|
|
|
# This must come before the *-dec entry. |
|
|
|
pdp10-*) |
|
|
|
os=-tops20 |
|
|
|
|