(internal_equal): Once again use a switch.
[bpt/emacs.git] / config.sub
CommitLineData
fb955dfa 1#!/bin/sh
fc5546c7 2# Configuration validation subroutine script, version 1.1.
d699cb47 3# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
955e036a
RS
4# This file is (in principle) common to ALL GNU software.
5# The presence of a machine in this file suggests that SOME GNU software
6# can handle that machine. It does not imply ALL GNU software can.
764954ef
DM
7#
8# This file is free software; you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 2 of the License, or
11# (at your option) any later version.
12#
13# This program is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16# GNU General Public License for more details.
17#
18# You should have received a copy of the GNU General Public License
19# along with this program; if not, write to the Free Software
20# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
fb955dfa 21
764954ef
DM
22# As a special exception to the GNU General Public License, if you
23# distribute this file as part of a program that contains a
24# configuration script generated by Autoconf, you may include it under
25# the same distribution terms that you use for the rest of that program.
fb955dfa
RS
26
27# Configuration subroutine to validate and canonicalize a configuration type.
28# Supply the specified configuration type as an argument.
29# If it is invalid, we print an error message on stderr and exit with code 1.
30# Otherwise, we print the canonical config type on stdout and succeed.
31
32# This file is supposed to be the same for all GNU packages
33# and recognize all the CPU types, system types and aliases
34# that are meaningful with *any* GNU software.
35# Each package is responsible for reporting which valid configurations
36# it does not support. The user should be able to distinguish
37# a failure to support a valid configuration from a meaningless
38# configuration.
39
40# The goal of this file is to map all the various variations of a given
41# machine specification into a single specification in the form:
42# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
efc3fd67 43# It is wrong to echo any other type of specification.
fb955dfa 44
051d1419
DE
45if [ x$1 = x ]
46then
47 echo Configuration name missing. 1>&2
48 echo "Usage: $0 CPU-MFR-OPSYS" 1>&2
49 echo "or $0 ALIAS" 1>&2
50 echo where ALIAS is a recognized configuration type. 1>&2
51 exit 1
52fi
53
fb955dfa
RS
54# First pass through any local machine types.
55case $1 in
56 *local*)
57 echo $1
58 exit 0
59 ;;
60 *)
61 ;;
62esac
63
64# Separate what the user gave into CPU-COMPANY and OS (if any).
65basic_machine=`echo $1 | sed 's/-[^-]*$//'`
66if [ $basic_machine != $1 ]
67then os=`echo $1 | sed 's/.*-/-/'`
68else os=; fi
69
efc3fd67
JB
70### Let's recognize common machines as not being operating systems so
71### that things like config.sub decstation-3100 work. We also
72### recognize some manufacturers as not being operating systems, so we
73### can provide default operating systems below.
fb955dfa 74case $os in
1f532861
RS
75 -sun*os*)
76 # Prevent following clause from handling this invalid input.
77 ;;
fb955dfa
RS
78 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
79 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
a975e06d 80 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
867c43c4 81 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
fb955dfa 82 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
efc3fd67 83 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp )
fb955dfa
RS
84 os=
85 basic_machine=$1
86 ;;
9e976cfa 87 -hiux*)
d699cb47 88 os=-hiuxwe2
9e976cfa 89 ;;
d05b1883
RS
90 -sco4)
91 os=-sco3.2v4
92 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
93 ;;
94 -sco3.2.[4-9]*)
95 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
96 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
97 ;;
cf7a78db
RS
98 -sco3.2v[4-9]*)
99 # Don't forget version if it is 3.2v4 or newer.
7617f113 100 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
cf7a78db 101 ;;
fb955dfa 102 -sco*)
f9f15513 103 os=-sco3.2v2
7617f113 104 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
fb955dfa 105 ;;
efc3fd67
JB
106 -isc)
107 os=-isc2.2
7617f113 108 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
efc3fd67 109 ;;
de025efd
RS
110 -clix*)
111 basic_machine=clipper-intergraph
112 ;;
fb955dfa 113 -isc*)
7617f113 114 basic_machine=`echo $1 | sed -e 's/86-.*/86-unknown/'`
fb955dfa 115 ;;
4c934a4d
JW
116 -lynx)
117 os=-lynxos
118 ;;
b7f0280f
RK
119 -ptx*)
120 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
121 ;;
faa4bf12
RK
122 -windowsnt*)
123 os=`echo $os | sed -e 's/windowsnt/winnt/'`
124 ;;
fb955dfa
RS
125esac
126
127# Decode aliases for certain CPU-COMPANY combinations.
128case $basic_machine in
665eef22 129 # Recognize the basic CPU types without company name.
fb955dfa 130 # Some are omitted here because they have special meanings below.
535cca31 131 tahoe | i[345]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
6ca8e64c 132 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
7090d1e6 133 | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \
23890221 134 | powerpc | sparc64 | 1750a | dsp16xx | mips64 | mipsel \
051d1419
DE
135 | pdp11 | mips64el | mips64orion | mips64orionel \
136 | sparc)
fb955dfa
RS
137 basic_machine=$basic_machine-unknown
138 ;;
1f532861
RS
139 # Object if more than one company name word.
140 *-*-*)
141 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
142 exit 1
143 ;;
665eef22 144 # Recognize the basic CPU types with company name.
535cca31 145 vax-* | tahoe-* | i[345]86-* | i860-* | m68k-* | m68000-* | m88k-* \
fb955dfa
RS
146 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
147 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
148 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
efc3fd67 149 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
d63887ad 150 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
c157a899 151 | pdp11-* | sh-* | powerpc-* | sparc64-* | mips64-* | mipsel-* \
8d8aa69a 152 | mips64el-* | mips64orion-* | mips64orionel-*)
fb955dfa 153 ;;
f8710542
DE
154 # Recognize the various machine names and aliases which stand
155 # for a CPU type and a company and sometimes even an OS.
e65767df
RS
156 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
157 basic_machine=m68000-att
fb955dfa 158 ;;
e65767df
RS
159 3b*)
160 basic_machine=we32k-att
fb955dfa 161 ;;
e65767df
RS
162 alliant | fx80)
163 basic_machine=fx80-alliant
f449890c 164 ;;
e65767df
RS
165 altos | altos3068)
166 basic_machine=m68k-altos
fb955dfa 167 ;;
e65767df
RS
168 am29k)
169 basic_machine=a29k-none
170 os=-bsd
d019125e 171 ;;
e65767df
RS
172 amdahl)
173 basic_machine=580-amdahl
ad6023b3
RS
174 os=-sysv
175 ;;
275cb364 176 amiga | amiga-*)
e65767df 177 basic_machine=m68k-cbm
096fbe81 178 ;;
e65767df
RS
179 amigados)
180 basic_machine=m68k-cbm
181 os=-amigados
fb955dfa 182 ;;
e65767df
RS
183 amigaunix | amix)
184 basic_machine=m68k-cbm
185 os=-sysv4
281f8b09 186 ;;
e65767df
RS
187 apollo68)
188 basic_machine=m68k-apollo
189 os=-sysv
190 ;;
191 balance)
192 basic_machine=ns32k-sequent
193 os=-dynix
fb955dfa
RS
194 ;;
195 convex-c1)
196 basic_machine=c1-convex
197 os=-bsd
198 ;;
199 convex-c2)
200 basic_machine=c2-convex
201 os=-bsd
202 ;;
203 convex-c32)
204 basic_machine=c32-convex
205 os=-bsd
206 ;;
207 convex-c34)
208 basic_machine=c34-convex
209 os=-bsd
210 ;;
211 convex-c38)
212 basic_machine=c38-convex
213 os=-bsd
214 ;;
e65767df
RS
215 cray | ymp)
216 basic_machine=ymp-cray
217 os=-unicos
fb955dfa 218 ;;
e65767df
RS
219 cray2)
220 basic_machine=cray2-cray
221 os=-unicos
fb955dfa
RS
222 ;;
223 crds | unos)
224 basic_machine=m68k-crds
225 ;;
275cb364
CH
226 da30 | da30-*)
227 basic_machine=m68k-da30
228 ;;
229 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
e65767df 230 basic_machine=mips-dec
51cbdde3 231 ;;
fb955dfa
RS
232 delta | 3300 | motorola-3300 | motorola-delta \
233 | 3300-motorola | delta-motorola)
234 basic_machine=m68k-motorola
235 ;;
e65767df
RS
236 delta88)
237 basic_machine=m88k-motorola
238 os=-sysv3
fb955dfa 239 ;;
253bce3d
RK
240 dpx20 | dpx20-*)
241 basic_machine=rs6000-bull
242 os=-bosx
243 ;;
e65767df
RS
244 dpx2* | dpx2*-bull)
245 basic_machine=m68k-bull
246 os=-sysv3
fb955dfa 247 ;;
e65767df
RS
248 ebmon29k)
249 basic_machine=a29k-amd
250 os=-ebmon
fb955dfa 251 ;;
e65767df
RS
252 elxsi)
253 basic_machine=elxsi-elxsi
254 os=-bsd
fb955dfa 255 ;;
e65767df
RS
256 encore | umax | mmax)
257 basic_machine=ns32k-encore
fb955dfa 258 ;;
e65767df
RS
259 fx2800)
260 basic_machine=i860-alliant
fb955dfa 261 ;;
e65767df
RS
262 genix)
263 basic_machine=ns32k-ns
fb955dfa 264 ;;
e65767df
RS
265 gmicro)
266 basic_machine=tron-gmicro
267 os=-sysv
fb955dfa 268 ;;
e65767df
RS
269 h3050r* | hiux*)
270 basic_machine=hppa1.1-hitachi
271 os=-hiuxwe2
fb955dfa 272 ;;
e65767df
RS
273 h8300hms)
274 basic_machine=h8300-hitachi
275 os=-hms
fb955dfa 276 ;;
e65767df
RS
277 harris)
278 basic_machine=m88k-harris
279 os=-sysv3
3c9da312 280 ;;
275cb364
CH
281 hp300-*)
282 basic_machine=m68k-hp
283 ;;
e65767df
RS
284 hp300bsd)
285 basic_machine=m68k-hp
6e280b45 286 os=-bsd
fb955dfa 287 ;;
e65767df
RS
288 hp300hpux)
289 basic_machine=m68k-hp
290 os=-hpux
efc3fd67 291 ;;
e65767df
RS
292 hp9k2[0-9][0-9] | hp9k31[0-9])
293 basic_machine=m68000-hp
efc3fd67 294 ;;
fb955dfa
RS
295 hp9k3[2-9][0-9])
296 basic_machine=m68k-hp
297 ;;
3c701376
TG
298 hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7)
299 basic_machine=hppa1.1-hp
fb955dfa 300 ;;
3c701376
TG
301 hp9k8[0-9][0-9] | hp8[0-9][0-9])
302 basic_machine=hppa1.0-hp
d019125e 303 ;;
e65767df
RS
304 i370-ibm* | ibm*)
305 basic_machine=i370-ibm
306 os=-mvs
9e976cfa 307 ;;
e65767df 308# I'm not sure what "Sysv32" means. Should this be sysv3.2?
535cca31 309 i[345]86v32)
e65767df
RS
310 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
311 os=-sysv32
312 ;;
535cca31 313 i[345]86v4*)
e65767df
RS
314 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
315 os=-sysv4
316 ;;
535cca31 317 i[345]86v)
e65767df
RS
318 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
319 os=-sysv
320 ;;
535cca31 321 i[345]86sol2)
e65767df
RS
322 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
323 os=-solaris2
324 ;;
325 iris | iris4d)
326 basic_machine=mips-sgi
327 case $os in
328 -irix*)
329 ;;
330 *)
331 os=-irix4
332 ;;
333 esac
9e976cfa 334 ;;
fb955dfa
RS
335 isi68 | isi)
336 basic_machine=m68k-isi
337 os=-sysv
338 ;;
e65767df
RS
339 m88k-omron*)
340 basic_machine=m88k-omron
341 ;;
342 magnum | m3230)
343 basic_machine=mips-mips
fb955dfa
RS
344 os=-sysv
345 ;;
e65767df
RS
346 merlin)
347 basic_machine=ns32k-utek
348 os=-sysv
fb955dfa
RS
349 ;;
350 miniframe)
351 basic_machine=m68000-convergent
352 ;;
23890221
ILT
353 mips3*-*)
354 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
355 ;;
356 mips3*)
357 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
358 ;;
e65767df
RS
359 ncr3000)
360 basic_machine=i486-ncr
361 os=-sysv4
362 ;;
363 news | news700 | news800 | news900)
364 basic_machine=m68k-sony
365 os=-newsos
366 ;;
367 news1000)
368 basic_machine=m68030-sony
369 os=-newsos
fb955dfa
RS
370 ;;
371 news-3600 | risc-news)
372 basic_machine=mips-sony
373 os=-newsos
374 ;;
a975e06d 375 next | m*-next )
e65767df 376 basic_machine=m68k-next
2ff52571 377 case $os in
a975e06d
PB
378 -nextstep* )
379 ;;
2ff52571 380 -ns2*)
a975e06d 381 os=-nextstep2
2ff52571
RK
382 ;;
383 *)
a975e06d 384 os=-nextstep3
2ff52571
RK
385 ;;
386 esac
fb955dfa 387 ;;
e65767df
RS
388 nh3000)
389 basic_machine=m68k-harris
390 os=-cxux
fb955dfa 391 ;;
e65767df
RS
392 nh[45]000)
393 basic_machine=m88k-harris
394 os=-cxux
fb955dfa 395 ;;
e65767df
RS
396 nindy960)
397 basic_machine=i960-intel
398 os=-nindy
fb955dfa 399 ;;
e65767df
RS
400 np1)
401 basic_machine=np1-gould
fb955dfa 402 ;;
e65767df
RS
403 pa-hitachi)
404 basic_machine=hppa1.1-hitachi
405 os=-hiuxwe2
fb955dfa 406 ;;
e65767df
RS
407 paragon)
408 basic_machine=i860-intel
409 os=-osf
fb955dfa 410 ;;
e65767df
RS
411 pbd)
412 basic_machine=sparc-tti
fb955dfa 413 ;;
e65767df
RS
414 pbb)
415 basic_machine=m68k-tti
fb955dfa 416 ;;
d73a2260
CH
417 pc532 | pc532-*)
418 basic_machine=ns32k-pc532
fb955dfa 419 ;;
1ee245eb
RS
420 pentium-*)
421 # We will change tis to say i586 once there has been
422 # time for various packages to start to recognize that.
423 basic_machine=i486-`echo $basic_machine | sed 's/^[^-]*-//'`
424 ;;
e65767df
RS
425 pn)
426 basic_machine=pn-gould
427 ;;
428 ps2)
429 basic_machine=i386-ibm
430 ;;
431 rtpc | rtpc-*)
432 basic_machine=romp-ibm
433 ;;
b7f0280f
RK
434 sequent)
435 basic_machine=i386-sequent
436 ;;
e65767df
RS
437 sh)
438 basic_machine=sh-hitachi
439 os=-hms
ac1e607f
JB
440 ;;
441 sps7)
442 basic_machine=m68k-bull
443 os=-sysv2
fb955dfa 444 ;;
e65767df
RS
445 spur)
446 basic_machine=spur-unknown
fb955dfa 447 ;;
e65767df
RS
448 sun2)
449 basic_machine=m68000-sun
d63887ad 450 ;;
e65767df
RS
451 sun2os3)
452 basic_machine=m68000-sun
453 os=-sunos3
fb955dfa 454 ;;
e65767df
RS
455 sun2os4)
456 basic_machine=m68000-sun
457 os=-sunos4
fb955dfa 458 ;;
e65767df
RS
459 sun3os3)
460 basic_machine=m68k-sun
461 os=-sunos3
fb955dfa 462 ;;
e65767df
RS
463 sun3os4)
464 basic_machine=m68k-sun
465 os=-sunos4
fb955dfa 466 ;;
e65767df
RS
467 sun4os3)
468 basic_machine=sparc-sun
469 os=-sunos3
fb955dfa 470 ;;
e65767df
RS
471 sun4os4)
472 basic_machine=sparc-sun
473 os=-sunos4
fb955dfa 474 ;;
275cb364 475 sun3 | sun3-*)
e65767df 476 basic_machine=m68k-sun
fb955dfa 477 ;;
e65767df
RS
478 sun4)
479 basic_machine=sparc-sun
fb955dfa 480 ;;
e65767df
RS
481 sun386 | sun386i | roadrunner)
482 basic_machine=i386-sun
fb955dfa 483 ;;
e65767df
RS
484 symmetry)
485 basic_machine=i386-sequent
486 os=-dynix
fb955dfa 487 ;;
e65767df
RS
488 tower | tower-32)
489 basic_machine=m68k-ncr
fb955dfa 490 ;;
051d1419
DE
491 udi29k)
492 basic_machine=a29k-amd
493 os=-udi
494 ;;
fb955dfa
RS
495 ultra3)
496 basic_machine=a29k-nyu
497 os=-sym1
498 ;;
e65767df
RS
499 vaxv)
500 basic_machine=vax-dec
501 os=-sysv
502 ;;
503 vms)
504 basic_machine=vax-dec
505 os=-vms
506 ;;
fb955dfa
RS
507 vxworks960)
508 basic_machine=i960-wrs
509 os=-vxworks
510 ;;
511 vxworks68)
512 basic_machine=m68k-wrs
513 os=-vxworks
514 ;;
e65767df
RS
515 xmp)
516 basic_machine=xmp-cray
517 os=-unicos
518 ;;
efc3fd67
JB
519 xps | xps100)
520 basic_machine=xps100-honeywell
521 ;;
fb955dfa
RS
522 none)
523 basic_machine=none-none
524 os=-none
525 ;;
526
527# Here we handle the default manufacturer of certain CPU types. It is in
528# some cases the only manufacturer, in others, it is the most popular.
529 mips)
530 basic_machine=mips-mips
531 ;;
532 romp)
533 basic_machine=romp-ibm
534 ;;
535 rs6000)
536 basic_machine=rs6000-ibm
537 ;;
538 vax)
539 basic_machine=vax-dec
540 ;;
c157a899
RK
541 pdp11)
542 basic_machine=pdp11-dec
543 ;;
3c9da312
RS
544 we32k)
545 basic_machine=we32k-att
546 ;;
fb955dfa
RS
547 sparc)
548 basic_machine=sparc-sun
549 ;;
efc3fd67
JB
550 cydra)
551 basic_machine=cydra-cydrome
552 ;;
553 orion)
554 basic_machine=orion-highlevel
555 ;;
556 orion105)
557 basic_machine=clipper-highlevel
558 ;;
fb955dfa
RS
559 *)
560 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
561 exit 1
562 ;;
563esac
564
565# Here we canonicalize certain aliases for manufacturers.
566case $basic_machine in
567 *-digital*)
568 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
569 ;;
570 *-commodore*)
571 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
572 ;;
573 *)
574 ;;
575esac
576
577# Decode manufacturer-specific aliases for certain operating systems.
578
51b3c82f 579if [ x"$os" != x"" ]
fb955dfa
RS
580then
581case $os in
ca8efa98
RS
582 # -solaris* is a basic system type, with this one exception.
583 -solaris1 | -solaris1.*)
584 os=`echo $os | sed -e 's|solaris1|sunos4|'`
585 ;;
f920529b
DE
586 -solaris)
587 os=-solaris2
588 ;;
412239cc
RS
589 -gnu/linux*)
590 os=`echo $os | sed -e 's|gnu/linux|linux|'`
591 ;;
fb955dfa
RS
592 # First accept the basic system types.
593 # The portable systems comes first.
594 # Each alternative must end in a *, to match a version number.
74da8749 595 # -sysv* is not here because it comes later, after sysvr4.
c2efa566 596 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
535cca31 597 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[345]* \
bacafaf1 598 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
3c701376 599 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
a5d117a3 600 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
49ee70e2 601 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
253bce3d 602 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
b7f0280f 603 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
051d1419 604 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta | -udi)
fb955dfa 605 ;;
ca8efa98
RS
606 -sunos5*)
607 os=`echo $os | sed -e 's|sunos5|solaris2|'`
608 ;;
609 -sunos6*)
610 os=`echo $os | sed -e 's|sunos6|solaris3|'`
611 ;;
fb955dfa 612 -osfrose*)
6d95ff37 613 os=-osfrose
fb955dfa
RS
614 ;;
615 -osf*)
6d95ff37 616 os=-osf
fb955dfa 617 ;;
24616137
CH
618 -utek*)
619 os=-bsd
620 ;;
fb955dfa
RS
621 -dynix*)
622 os=-bsd
623 ;;
624 -acis*)
625 os=-aos
626 ;;
627 -ctix* | -uts*)
628 os=-sysv
629 ;;
630 -triton*)
631 os=-sysv3
632 ;;
633 -oss*)
634 os=-sysv3
635 ;;
636 -svr4)
637 os=-sysv4
638 ;;
74da8749
RS
639 -svr3)
640 os=-sysv3
641 ;;
e294d0c3
RS
642 -sysvr4)
643 os=-sysv4
644 ;;
74da8749
RS
645 # This must come after -sysvr4.
646 -sysv*)
fb955dfa 647 ;;
c809458b
JB
648 -xenix)
649 os=-xenix
650 ;;
955e036a
RS
651 -none)
652 ;;
fb955dfa
RS
653 *)
654 # Get rid of the `-' at the beginning of $os.
9f5aed1b 655 os=`echo $os | sed 's/[^-]*-//'`
fb955dfa
RS
656 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
657 exit 1
658 ;;
659esac
660else
661
662# Here we handle the default operating systems that come with various machines.
663# The value should be what the vendor currently ships out the door with their
664# machine or put another way, the most popular os provided with the machine.
efc3fd67
JB
665
666# Note that if you're going to try to match "-MANUFACTURER" here (say,
667# "-sun"), then you have to tell the case statement up towards the top
668# that MANUFACTURER isn't an operating system. Otherwise, code above
669# will signal an error saying that MANUFACTURER isn't an operating
670# system, and we'll never get to this point.
671
fb955dfa 672case $basic_machine in
77ba1f30
ESB
673 *-acorn)
674 os=-riscix1.2
675 ;;
c157a899
RK
676 pdp11-*)
677 os=-none
678 ;;
fb955dfa 679 *-dec | vax-*)
60597872 680 os=-ultrix4.2
fb955dfa 681 ;;
a9f32bf3
RS
682 m68*-apollo)
683 os=-domain
684 ;;
fb955dfa 685 i386-sun)
60597872 686 os=-sunos4.0.2
fb955dfa
RS
687 ;;
688 m68000-sun)
689 os=-sunos3
690 # This also exists in the configure program, but was not the
691 # default.
692 # os=-sunos4
693 ;;
694 *-tti) # must be before sparc entry or we get the wrong os.
695 os=-sysv3
696 ;;
697 sparc-* | *-sun)
60597872 698 os=-sunos4.1.1
fb955dfa
RS
699 ;;
700 *-ibm)
701 os=-aix
702 ;;
703 *-hp)
704 os=-hpux
705 ;;
9e976cfa
RK
706 *-hitachi)
707 os=-hiux
708 ;;
efc3fd67 709 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
fb955dfa
RS
710 os=-sysv
711 ;;
712 *-cbm)
713 os=-amigados
714 ;;
715 *-dg)
716 os=-dgux
717 ;;
718 *-dolphin)
719 os=-sysv3
720 ;;
1ee245eb
RS
721 m68k-ccur)
722 os=-rtu
723 ;;
fb955dfa
RS
724 m88k-omron*)
725 os=-luna
726 ;;
9ac65684 727 *-sequent)
b7f0280f 728 os=-ptx
9ac65684 729 ;;
fb955dfa
RS
730 *-crds)
731 os=-unos
732 ;;
733 *-ns)
734 os=-genix
735 ;;
f449890c
RS
736 i370-*)
737 os=-mvs
738 ;;
88013905 739 *-next)
a975e06d 740 os=-nextstep3
88013905 741 ;;
efc3fd67
JB
742 *-gould)
743 os=-sysv
744 ;;
745 *-highlevel)
746 os=-bsd
747 ;;
748 *-encore)
749 os=-bsd
750 ;;
751 *-sgi)
752 os=-irix
753 ;;
754 *-masscomp)
755 os=-rtu
756 ;;
fb955dfa
RS
757 *)
758 os=-none
759 ;;
760esac
761fi
762
763# Here we handle the case where we know the os, and the CPU type, but not the
764# manufacturer. We pick the logical manufacturer.
765vendor=unknown
766case $basic_machine in
767 *-unknown)
768 case $os in
77ba1f30
ESB
769 -riscix*)
770 vendor=acorn
771 ;;
fb955dfa
RS
772 -sunos*)
773 vendor=sun
774 ;;
4c934a4d
JW
775 -lynxos*)
776 vendor=lynx
777 ;;
fb955dfa
RS
778 -aix*)
779 vendor=ibm
780 ;;
781 -hpux*)
782 vendor=hp
783 ;;
9e976cfa
RK
784 -hiux*)
785 vendor=hitachi
786 ;;
fb955dfa
RS
787 -unos*)
788 vendor=crds
789 ;;
790 -dgux*)
791 vendor=dg
792 ;;
793 -luna*)
794 vendor=omron
795 ;;
796 -genix*)
797 vendor=ns
798 ;;
f449890c
RS
799 -mvs*)
800 vendor=ibm
801 ;;
b7f0280f
RK
802 -ptx*)
803 vendor=sequent
804 ;;
602b4a3e
DE
805 -vxworks*)
806 vendor=wrs
807 ;;
fb955dfa
RS
808 esac
809 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
810 ;;
811esac
812
813echo $basic_machine$os