comparison config.sub @ 19471:94f6bd542d2f libc-970823 libc-970824 libc-970825 libc-970826

* config.sub: Recognize tx39/r3900.
author Jeff Law <law@redhat.com>
date Fri, 22 Aug 1997 14:49:11 +0000
parents 215810cb0e44
children adacf35e99eb
comparison
equal deleted inserted replaced
19470:d7a004efd7ab 19471:94f6bd542d2f
153 | arme[lb] | pyramid | mn10200 | mn10300 \ 153 | arme[lb] | pyramid | mn10200 | mn10300 \
154 | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \ 154 | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \
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 ;;
161 # We use `pc' rather than `unknown' 162 # We use `pc' rather than `unknown'
162 # because (1) that's what they normally are, and 163 # because (1) that's what they normally are, and
177 | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \ 178 | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \
178 | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \ 179 | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
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.
186 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 189 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
187 basic_machine=m68000-att 190 basic_machine=m68000-att
565 basic_machine=i386-sun 568 basic_machine=i386-sun
566 ;; 569 ;;
567 symmetry) 570 symmetry)
568 basic_machine=i386-sequent 571 basic_machine=i386-sequent
569 os=-dynix 572 os=-dynix
573 ;;
574 tx39)
575 basic_machine=mipstx39-unknown
576 ;;
577 tx39el)
578 basic_machine=mipstx39el-unknown
570 ;; 579 ;;
571 tower | tower-32) 580 tower | tower-32)
572 basic_machine=m68k-ncr 581 basic_machine=m68k-ncr
573 ;; 582 ;;
574 udi29k) 583 udi29k)