diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-06 01:02:12 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-06 01:02:12 +0000 |
commit | 4d821bdac70911fc772a1cb574d22f62436bee86 (patch) | |
tree | 9aa2404e9bf998e72695189bda3a31a4edd604f5 /config.sub | |
parent | 6a47246b9cfcb21eec9f1e2d911406aa5f57ed3a (diff) | |
download | gcc-4d821bdac70911fc772a1cb574d22f62436bee86.tar.gz |
* config.sub: Accept alphapca56 and alphaev6 properly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18425 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config.sub b/config.sub index 5338e2a15c8..406b4454dc1 100755 --- a/config.sub +++ b/config.sub @@ -162,8 +162,9 @@ case $basic_machine in tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \ | arme[lb] | pyramid | mn10200 | mn10300 \ | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \ - | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ - | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ + | alpha | alphaev5 | alphaev56 | alphapca56 | alphaev6 \ + | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \ + | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ | mipstx39 | mipstx39el \ | sparc | sparclet | sparclite | sparc64 | v850) @@ -204,8 +205,9 @@ case $basic_machine in | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \ | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \ - | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ - | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ + | alpha-* | alphaev5-* | alphaev56-* | alphapca56-* \ + | alphaev6-* | we32k-* | cydra-* | ns16k-* | pn-* | np1-* \ + | xps100-* | clipper-* | orion-* \ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ | sparc64-* | mips64-* | mipsel-* \ | mips64el-* | mips64orion-* | mips64orionel-* \ |