comparison config.sub @ 4859:aa1a42c0b779

Recognize powerpc.
author Richard M. Stallman <rms@gnu.org>
date Tue, 19 Oct 1993 03:26:37 +0000
parents d223eac75bc4
children a9faadbe66cf
comparison
equal deleted inserted replaced
4858:5b4f9564bfaf 4859:aa1a42c0b779
106 case $basic_machine in 106 case $basic_machine in
107 # Recognize the basic CPU types without company name. 107 # Recognize the basic CPU types without company name.
108 # Some are omitted here because they have special meanings below. 108 # Some are omitted here because they have special meanings below.
109 tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ 109 tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
110 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ 110 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
111 | alpha | we32k | ns16k | clipper | sparclite | i370 | sh) 111 | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \
112 | powerpc)
112 basic_machine=$basic_machine-unknown 113 basic_machine=$basic_machine-unknown
113 ;; 114 ;;
114 # Object if more than one company name word. 115 # Object if more than one company name word.
115 *-*-*) 116 *-*-*)
116 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 117 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
121 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ 122 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
122 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ 123 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
123 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ 124 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
124 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ 125 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
125 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ 126 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
126 | sh-*) 127 | sh-* | powerpc-*)
127 ;; 128 ;;
128 # Recognize the various machine names and aliases which stand 129 # Recognize the various machine names and aliases which stand
129 # for a CPU type and a company and sometimes even an OS. 130 # for a CPU type and a company and sometimes even an OS.
130 vaxv) 131 vaxv)
131 basic_machine=vax-dec 132 basic_machine=vax-dec