aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Law1997-08-22 14:49:11 +0000
committerJeff Law1997-08-22 14:49:11 +0000
commitddee363a5b7d3a883c931c916cdec6b29f92cc4b (patch)
treebc6784b0c9ce14160605f75d4f5020ca6d545688
parent7ad7d4c254d51258a7f430f8c09b9136aa0289ac (diff)
downloademacs-ddee363a5b7d3a883c931c916cdec6b29f92cc4b.tar.gz
emacs-ddee363a5b7d3a883c931c916cdec6b29f92cc4b.zip
* config.sub: Recognize tx39/r3900.
-rwxr-xr-xconfig.sub11
1 files changed, 10 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 3d96b0145f7..ec305d2bef1 100755
--- a/config.sub
+++ b/config.sub
@@ -155,6 +155,7 @@ case $basic_machine in
155 | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \ 155 | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
156 | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \ 156 | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
157 | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ 157 | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
158 | mipstx39 | mipstx39el \
158 | sparc | sparclet | sparclite | sparc64) 159 | sparc | sparclet | sparclite | sparc64)
159 basic_machine=$basic_machine-unknown 160 basic_machine=$basic_machine-unknown
160 ;; 161 ;;
@@ -179,7 +180,9 @@ case $basic_machine in
179 | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \ 180 | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
180 | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ 181 | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
181 | sparc64-* | mips64-* | mipsel-* \ 182 | sparc64-* | mips64-* | mipsel-* \
182 | mips64el-* | mips64orion-* | mips64orionel-* | f301-*) 183 | mips64el-* | mips64orion-* | mips64orionel-* \
184 | mipstx39-* | mipstx39el-* \
185 | f301-*)
183 ;; 186 ;;
184 # Recognize the various machine names and aliases which stand 187 # Recognize the various machine names and aliases which stand
185 # for a CPU type and a company and sometimes even an OS. 188 # for a CPU type and a company and sometimes even an OS.
@@ -568,6 +571,12 @@ case $basic_machine in
568 basic_machine=i386-sequent 571 basic_machine=i386-sequent
569 os=-dynix 572 os=-dynix
570 ;; 573 ;;
574 tx39)
575 basic_machine=mipstx39-unknown
576 ;;
577 tx39el)
578 basic_machine=mipstx39el-unknown
579 ;;
571 tower | tower-32) 580 tower | tower-32)
572 basic_machine=m68k-ncr 581 basic_machine=m68k-ncr
573 ;; 582 ;;