diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-15 11:36:54 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-15 11:36:54 -0800 |
commit | b66848bfeedf596815717b2395f04d87704f70e8 (patch) | |
tree | 659bc3ac4ef582b1ce8eb5c1292399e4bfaa6839 /gcc | |
parent | 8b69d15430803939880737da8e6762d554b5fd01 (diff) | |
download | gcc-b66848bfeedf596815717b2395f04d87704f70e8.zip gcc-b66848bfeedf596815717b2395f04d87704f70e8.tar.gz gcc-b66848bfeedf596815717b2395f04d87704f70e8.tar.bz2 |
(sparclite, sparclite-*): New configuration.
From-SVN: r3741
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index c422eb3..8fe01d1 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -94,7 +94,7 @@ case $basic_machine in # Some are omitted here because they have special meanings below. tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ - | alpha | we32k | ns16k | clipper ) + | alpha | we32k | ns16k | clipper | sparclite ) basic_machine=$basic_machine-unknown ;; # Object if more than one company name word. @@ -108,7 +108,7 @@ case $basic_machine in | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ - | pn-* | np1-* | xps100-* | clipper-* | orion-* ) + | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* ) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. |