From bbf83b4466e81ea4d622a8e2c55895ffeecbaa45 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 3 Feb 2003 04:53:33 +0000 Subject: [PATCH] 2003-02-03 Ben Elliston * config.sub: Handle -kaos*. 2003-02-03 Charles Lepple * config.sub: Handle TI tic55x-* and tic6x-* targets. --- ChangeLog | 8 ++++++++ config.sub | 19 ++++++++++++++++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index eb45454..ee76921 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-02-03 Ben Elliston + + * config.sub: Handle -kaos*. + +2003-02-03 Charles Lepple + + * config.sub: Handle TI tic55x-* and tic6x-* targets. + 2003-01-30 Ben Elliston * config.guess (alpha:OSF1:*:*): Use /usr/sbin/psrinfo -v to diff --git a/config.sub b/config.sub index 2ab7f25..5f94062 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003 Free Software Foundation, Inc. -timestamp='2003-01-28' +timestamp='2003-02-03' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -296,7 +296,7 @@ case $basic_machine in | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* \ | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ @@ -333,7 +333,9 @@ case $basic_machine in | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ - | tahoe-* | thumb-* | tic30-* | tic4x-* | tic54x-* | tic80-* | tron-* \ + | tahoe-* | thumb-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ @@ -925,6 +927,14 @@ case $basic_machine in basic_machine=tic54x-unknown os=-coff ;; + tic55x | c55x*) + basic_machine=tic55x-unknown + os=-coff + ;; + tic6x | c6x*) + basic_machine=tic6x-unknown + os=-coff + ;; tx39) basic_machine=mipstx39-unknown ;; @@ -1230,6 +1240,9 @@ case $os in -aros*) os=-aros ;; + -kaos*) + os=-kaos + ;; -none) ;; *)