comparison config.sub @ 8619:a131e8501151

Rearrange handling of NetBSD ports.
author Charles Hannum <mycroft@gnu.org>
date Thu, 25 Aug 1994 00:24:48 +0000
parents ba929681675f
children bd28973c6fe8
comparison
equal deleted inserted replaced
8618:59c582e9f4f6 8619:a131e8501151
127 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ 127 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
128 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ 128 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
129 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ 129 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
130 | sh-* | powerpc-* | sparc64-*) 130 | sh-* | powerpc-* | sparc64-*)
131 ;; 131 ;;
132 # Recognize names of some NetBSD ports.
133 hp300-* | amiga-* | sun3-* | da30-* | pmax-*)
134 ;;
135 # Recognize the various machine names and aliases which stand 132 # Recognize the various machine names and aliases which stand
136 # for a CPU type and a company and sometimes even an OS. 133 # for a CPU type and a company and sometimes even an OS.
137 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) 134 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
138 basic_machine=m68000-att 135 basic_machine=m68000-att
139 ;; 136 ;;
152 ;; 149 ;;
153 amdahl) 150 amdahl)
154 basic_machine=580-amdahl 151 basic_machine=580-amdahl
155 os=-sysv 152 os=-sysv
156 ;; 153 ;;
157 amiga) 154 amiga | amiga-*)
158 basic_machine=m68k-cbm 155 basic_machine=m68k-cbm
159 ;; 156 ;;
160 amigados) 157 amigados)
161 basic_machine=m68k-cbm 158 basic_machine=m68k-cbm
162 os=-amigados 159 os=-amigados
202 os=-unicos 199 os=-unicos
203 ;; 200 ;;
204 crds | unos) 201 crds | unos)
205 basic_machine=m68k-crds 202 basic_machine=m68k-crds
206 ;; 203 ;;
207 decstation | decstation-3100 | pmax | pmin | dec3100 | decstatn) 204 da30 | da30-*)
205 basic_machine=m68k-da30
206 ;;
207 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
208 basic_machine=mips-dec 208 basic_machine=mips-dec
209 ;; 209 ;;
210 delta | 3300 | motorola-3300 | motorola-delta \ 210 delta | 3300 | motorola-3300 | motorola-delta \
211 | 3300-motorola | delta-motorola) 211 | 3300-motorola | delta-motorola)
212 basic_machine=m68k-motorola 212 basic_machine=m68k-motorola
253 os=-hms 253 os=-hms
254 ;; 254 ;;
255 harris) 255 harris)
256 basic_machine=m88k-harris 256 basic_machine=m88k-harris
257 os=-sysv3 257 os=-sysv3
258 ;;
259 hp300-*)
260 basic_machine=m68k-hp
258 ;; 261 ;;
259 hp300bsd) 262 hp300bsd)
260 basic_machine=m68k-hp 263 basic_machine=m68k-hp
261 os=-bsd 264 os=-bsd
262 ;; 265 ;;
440 ;; 443 ;;
441 sun4os4) 444 sun4os4)
442 basic_machine=sparc-sun 445 basic_machine=sparc-sun
443 os=-sunos4 446 os=-sunos4
444 ;; 447 ;;
445 sun3) 448 sun3 | sun3-*)
446 basic_machine=m68k-sun 449 basic_machine=m68k-sun
447 ;; 450 ;;
448 sun4) 451 sun4)
449 basic_machine=sparc-sun 452 basic_machine=sparc-sun
450 ;; 453 ;;