comparison config.sub @ 9247:729da1317557

Add support for MIPS variants
author Ian Lance Taylor <ian@cygnus.com>
date Mon, 03 Oct 1994 15:43:16 +0000
parents af7bd3312376
children 07d0aeb633d8
comparison
equal deleted inserted replaced
9246:35a50669a6a9 9247:729da1317557
116 # Recognize the basic CPU types without company name. 116 # Recognize the basic CPU types without company name.
117 # Some are omitted here because they have special meanings below. 117 # Some are omitted here because they have special meanings below.
118 tahoe | i[345]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ 118 tahoe | i[345]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
119 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ 119 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
120 | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \ 120 | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \
121 | powerpc | sparc64 | 1750a | dsp16xx) 121 | powerpc | sparc64 | 1750a | dsp16xx | mips64 | mipsel \
122 | mips64el | mips64orion | mips64orionel )
122 basic_machine=$basic_machine-unknown 123 basic_machine=$basic_machine-unknown
123 ;; 124 ;;
124 # Object if more than one company name word. 125 # Object if more than one company name word.
125 *-*-*) 126 *-*-*)
126 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 127 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
131 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ 132 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
132 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ 133 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
133 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ 134 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
134 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ 135 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
135 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ 136 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
136 | sh-* | powerpc-* | sparc64-*) 137 | sh-* | powerpc-* | sparc64-* | mips64-* | mipsel-* \
138 | mips64el-* | mips64orion-* | mips64orionel-* )
137 ;; 139 ;;
138 # Recognize the various machine names and aliases which stand 140 # Recognize the various machine names and aliases which stand
139 # for a CPU type and a company and sometimes even an OS. 141 # for a CPU type and a company and sometimes even an OS.
140 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 142 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
141 basic_machine=m68000-att 143 basic_machine=m68000-att
331 basic_machine=ns32k-utek 333 basic_machine=ns32k-utek
332 os=-sysv 334 os=-sysv
333 ;; 335 ;;
334 miniframe) 336 miniframe)
335 basic_machine=m68000-convergent 337 basic_machine=m68000-convergent
338 ;;
339 mips3*-*)
340 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
341 ;;
342 mips3*)
343 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
336 ;; 344 ;;
337 ncr3000) 345 ncr3000)
338 basic_machine=i486-ncr 346 basic_machine=i486-ncr
339 os=-sysv4 347 os=-sysv4
340 ;; 348 ;;