diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-25 17:20:10 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-25 17:20:10 +0000 |
commit | 2af6c24237340aff99aa48fd98f188169c99a076 (patch) | |
tree | 1b05225f60bfb086009414f44c564c268624ee57 /config.sub | |
parent | 96fb1e39a7e9d0602d133d28d645f567450c9892 (diff) | |
download | gcc-2af6c24237340aff99aa48fd98f188169c99a076.tar.gz |
* config.sub: Merge from master sources, rev 1.219.
* MAINTAINERS: Add self as contact for stormy16 port.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45174 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.sub b/config.sub index 12ebc7875a3..ff13f7aa213 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. -timestamp='2001-08-13' +timestamp='2001-08-23' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -246,7 +246,7 @@ case $basic_machine in | s390 | s390x \ | sh | sh[34] | sh[34]eb | shbe | shle \ | sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \ - | strongarm \ + | stormy16 | strongarm \ | tahoe | thumb | tic80 | tron \ | v850 \ | we32k \ @@ -304,7 +304,7 @@ case $basic_machine in | s390-* | s390x-* \ | sh-* | sh[34]-* | sh[34]eb-* | shbe-* | shle-* \ | sparc-* | sparc64-* | sparc86x-* | sparclite-* \ - | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* \ + | sparcv9-* | sparcv9b-* | stormy16-* | strongarm-* | sv1-* \ | t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \ | v850-* | vax-* \ | we32k-* \ |