# HG changeset patch # User Jeff Law # Date 872261351 0 # Node ID 94f6bd542d2f8d9a16f5c3de4419ef77ce591803 # Parent d7a004efd7ab2fd2c914331049497b040a36e09d * config.sub: Recognize tx39/r3900. diff -r d7a004efd7ab -r 94f6bd542d2f config.sub --- a/config.sub Fri Aug 22 08:12:40 1997 +0000 +++ b/config.sub Fri Aug 22 14:49:11 1997 +0000 @@ -155,6 +155,7 @@ | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ + | mipstx39 | mipstx39el \ | sparc | sparclet | sparclite | sparc64) basic_machine=$basic_machine-unknown ;; @@ -179,7 +180,9 @@ | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ | sparc64-* | mips64-* | mipsel-* \ - | mips64el-* | mips64orion-* | mips64orionel-* | f301-*) + | mips64el-* | mips64orion-* | mips64orionel-* \ + | mipstx39-* | mipstx39el-* \ + | f301-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. @@ -568,6 +571,12 @@ basic_machine=i386-sequent os=-dynix ;; + tx39) + basic_machine=mipstx39-unknown + ;; + tx39el) + basic_machine=mipstx39el-unknown + ;; tower | tower-32) basic_machine=m68k-ncr ;;