# HG changeset patch # User Ian Lance Taylor # Date 781198996 0 # Node ID 729da1317557d91d55cc7dc94deeeb504f7f6789 # Parent 35a50669a6a9d35db910b7a864c7c3ffa79063ac Add support for MIPS variants diff -r 35a50669a6a9 -r 729da1317557 config.sub --- a/config.sub Mon Oct 03 05:48:44 1994 +0000 +++ b/config.sub Mon Oct 03 15:43:16 1994 +0000 @@ -118,7 +118,8 @@ tahoe | i[345]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \ - | powerpc | sparc64 | 1750a | dsp16xx) + | powerpc | sparc64 | 1750a | dsp16xx | mips64 | mipsel \ + | mips64el | mips64orion | mips64orionel ) basic_machine=$basic_machine-unknown ;; # Object if more than one company name word. @@ -133,7 +134,8 @@ | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ - | sh-* | powerpc-* | sparc64-*) + | sh-* | powerpc-* | sparc64-* | mips64-* | mipsel-* \ + | mips64el-* | mips64orion-* | mips64orionel-* ) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. @@ -334,6 +336,12 @@ miniframe) basic_machine=m68000-convergent ;; + mips3*-*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + ;; + mips3*) + basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + ;; ncr3000) basic_machine=i486-ncr os=-sysv4