summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-08-22 14:49:11 +0000
committerJeff Law <law@redhat.com>1997-08-22 14:49:11 +0000
commitecb4294388f212ac30af131085007c0019e26c41 (patch)
treeed24e50df27cfc8ba6fba9d81b06ea83489fa74e
parent28db7a12fd9ae66b473891c547fb7898591e5914 (diff)
downloademacs-libc-970825.tar.gz
* config.sub: Recognize tx39/r3900.libc-970826libc-970825libc-970824libc-970823
-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
| 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 @@ case $basic_machine in
| 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 @@ case $basic_machine in
basic_machine=i386-sequent
os=-dynix
;;
+ tx39)
+ basic_machine=mipstx39-unknown
+ ;;
+ tx39el)
+ basic_machine=mipstx39el-unknown
+ ;;
tower | tower-32)
basic_machine=m68k-ncr
;;