(lwlib_toolkit_type): New variable.
[bpt/emacs.git] / config.sub
CommitLineData
c3e2153c 1#! /bin/sh
fc5546c7 2# Configuration validation subroutine script, version 1.1.
aa341c40 3# Copyright (C) 1991, 1992, 1993, 1994, 1995 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 ;;
bfda6e4f 116 -lynx*)
4c934a4d
JW
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.
5960289b
ESB
131 tahoe | i[345]86 | i860 | m68k | m68000 | m88k | ns32k | arm \
132 | arme[lb] | pyramid \
6ca8e64c 133 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
7090d1e6 134 | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \
3cbdcdc7 135 | powerpc | powerpcle | sparc64 | 1750a | dsp16xx | mips64 | mipsel \
051d1419
DE
136 | pdp11 | mips64el | mips64orion | mips64orionel \
137 | sparc)
fb955dfa
RS
138 basic_machine=$basic_machine-unknown
139 ;;
1f532861
RS
140 # Object if more than one company name word.
141 *-*-*)
142 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
143 exit 1
144 ;;
665eef22 145 # Recognize the basic CPU types with company name.
535cca31 146 vax-* | tahoe-* | i[345]86-* | i860-* | m68k-* | m68000-* | m88k-* \
fb955dfa 147 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
3cbdcdc7 148 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* | power-* \
fb955dfa 149 | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
efc3fd67 150 | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
d63887ad 151 | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
3cbdcdc7 152 | pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \
8d8aa69a 153 | mips64el-* | mips64orion-* | mips64orionel-*)
fb955dfa 154 ;;
f8710542
DE
155 # Recognize the various machine names and aliases which stand
156 # for a CPU type and a company and sometimes even an OS.
e65767df
RS
157 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
158 basic_machine=m68000-att
fb955dfa 159 ;;
e65767df
RS
160 3b*)
161 basic_machine=we32k-att
fb955dfa 162 ;;
e65767df
RS
163 alliant | fx80)
164 basic_machine=fx80-alliant
f449890c 165 ;;
e65767df
RS
166 altos | altos3068)
167 basic_machine=m68k-altos
fb955dfa 168 ;;
e65767df
RS
169 am29k)
170 basic_machine=a29k-none
171 os=-bsd
d019125e 172 ;;
e65767df
RS
173 amdahl)
174 basic_machine=580-amdahl
ad6023b3
RS
175 os=-sysv
176 ;;
275cb364 177 amiga | amiga-*)
e65767df 178 basic_machine=m68k-cbm
096fbe81 179 ;;
e65767df
RS
180 amigados)
181 basic_machine=m68k-cbm
182 os=-amigados
fb955dfa 183 ;;
e65767df
RS
184 amigaunix | amix)
185 basic_machine=m68k-cbm
186 os=-sysv4
281f8b09 187 ;;
e65767df
RS
188 apollo68)
189 basic_machine=m68k-apollo
190 os=-sysv
191 ;;
192 balance)
193 basic_machine=ns32k-sequent
194 os=-dynix
fb955dfa
RS
195 ;;
196 convex-c1)
197 basic_machine=c1-convex
198 os=-bsd
199 ;;
200 convex-c2)
201 basic_machine=c2-convex
202 os=-bsd
203 ;;
204 convex-c32)
205 basic_machine=c32-convex
206 os=-bsd
207 ;;
208 convex-c34)
209 basic_machine=c34-convex
210 os=-bsd
211 ;;
212 convex-c38)
213 basic_machine=c38-convex
214 os=-bsd
215 ;;
e65767df
RS
216 cray | ymp)
217 basic_machine=ymp-cray
218 os=-unicos
fb955dfa 219 ;;
e65767df
RS
220 cray2)
221 basic_machine=cray2-cray
222 os=-unicos
fb955dfa
RS
223 ;;
224 crds | unos)
225 basic_machine=m68k-crds
226 ;;
275cb364
CH
227 da30 | da30-*)
228 basic_machine=m68k-da30
229 ;;
230 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
e65767df 231 basic_machine=mips-dec
51cbdde3 232 ;;
fb955dfa
RS
233 delta | 3300 | motorola-3300 | motorola-delta \
234 | 3300-motorola | delta-motorola)
235 basic_machine=m68k-motorola
236 ;;
e65767df
RS
237 delta88)
238 basic_machine=m88k-motorola
239 os=-sysv3
fb955dfa 240 ;;
253bce3d
RK
241 dpx20 | dpx20-*)
242 basic_machine=rs6000-bull
243 os=-bosx
244 ;;
e65767df
RS
245 dpx2* | dpx2*-bull)
246 basic_machine=m68k-bull
247 os=-sysv3
fb955dfa 248 ;;
e65767df
RS
249 ebmon29k)
250 basic_machine=a29k-amd
251 os=-ebmon
fb955dfa 252 ;;
e65767df
RS
253 elxsi)
254 basic_machine=elxsi-elxsi
255 os=-bsd
fb955dfa 256 ;;
e65767df
RS
257 encore | umax | mmax)
258 basic_machine=ns32k-encore
fb955dfa 259 ;;
e65767df
RS
260 fx2800)
261 basic_machine=i860-alliant
fb955dfa 262 ;;
e65767df
RS
263 genix)
264 basic_machine=ns32k-ns
fb955dfa 265 ;;
e65767df
RS
266 gmicro)
267 basic_machine=tron-gmicro
268 os=-sysv
fb955dfa 269 ;;
e65767df
RS
270 h3050r* | hiux*)
271 basic_machine=hppa1.1-hitachi
272 os=-hiuxwe2
fb955dfa 273 ;;
e65767df
RS
274 h8300hms)
275 basic_machine=h8300-hitachi
276 os=-hms
fb955dfa 277 ;;
e65767df
RS
278 harris)
279 basic_machine=m88k-harris
280 os=-sysv3
3c9da312 281 ;;
275cb364
CH
282 hp300-*)
283 basic_machine=m68k-hp
284 ;;
e65767df
RS
285 hp300bsd)
286 basic_machine=m68k-hp
6e280b45 287 os=-bsd
fb955dfa 288 ;;
e65767df
RS
289 hp300hpux)
290 basic_machine=m68k-hp
291 os=-hpux
efc3fd67 292 ;;
e65767df
RS
293 hp9k2[0-9][0-9] | hp9k31[0-9])
294 basic_machine=m68000-hp
efc3fd67 295 ;;
fb955dfa
RS
296 hp9k3[2-9][0-9])
297 basic_machine=m68k-hp
298 ;;
3c701376
TG
299 hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7)
300 basic_machine=hppa1.1-hp
fb955dfa 301 ;;
3c701376
TG
302 hp9k8[0-9][0-9] | hp8[0-9][0-9])
303 basic_machine=hppa1.0-hp
d019125e 304 ;;
e65767df
RS
305 i370-ibm* | ibm*)
306 basic_machine=i370-ibm
307 os=-mvs
9e976cfa 308 ;;
e65767df 309# I'm not sure what "Sysv32" means. Should this be sysv3.2?
535cca31 310 i[345]86v32)
e65767df
RS
311 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
312 os=-sysv32
313 ;;
535cca31 314 i[345]86v4*)
e65767df
RS
315 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
316 os=-sysv4
317 ;;
535cca31 318 i[345]86v)
e65767df
RS
319 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
320 os=-sysv
321 ;;
535cca31 322 i[345]86sol2)
e65767df
RS
323 basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'`
324 os=-solaris2
325 ;;
326 iris | iris4d)
327 basic_machine=mips-sgi
328 case $os in
329 -irix*)
330 ;;
331 *)
332 os=-irix4
333 ;;
334 esac
9e976cfa 335 ;;
fb955dfa
RS
336 isi68 | isi)
337 basic_machine=m68k-isi
338 os=-sysv
339 ;;
e65767df
RS
340 m88k-omron*)
341 basic_machine=m88k-omron
342 ;;
343 magnum | m3230)
344 basic_machine=mips-mips
fb955dfa
RS
345 os=-sysv
346 ;;
e65767df
RS
347 merlin)
348 basic_machine=ns32k-utek
349 os=-sysv
fb955dfa
RS
350 ;;
351 miniframe)
352 basic_machine=m68000-convergent
353 ;;
23890221
ILT
354 mips3*-*)
355 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
356 ;;
357 mips3*)
358 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
359 ;;
e65767df
RS
360 ncr3000)
361 basic_machine=i486-ncr
362 os=-sysv4
363 ;;
364 news | news700 | news800 | news900)
365 basic_machine=m68k-sony
366 os=-newsos
367 ;;
368 news1000)
369 basic_machine=m68030-sony
370 os=-newsos
fb955dfa
RS
371 ;;
372 news-3600 | risc-news)
373 basic_machine=mips-sony
374 os=-newsos
375 ;;
a975e06d 376 next | m*-next )
e65767df 377 basic_machine=m68k-next
2ff52571 378 case $os in
a975e06d
PB
379 -nextstep* )
380 ;;
2ff52571 381 -ns2*)
a975e06d 382 os=-nextstep2
2ff52571
RK
383 ;;
384 *)
a975e06d 385 os=-nextstep3
2ff52571
RK
386 ;;
387 esac
fb955dfa 388 ;;
e65767df
RS
389 nh3000)
390 basic_machine=m68k-harris
391 os=-cxux
fb955dfa 392 ;;
e65767df
RS
393 nh[45]000)
394 basic_machine=m88k-harris
395 os=-cxux
fb955dfa 396 ;;
e65767df
RS
397 nindy960)
398 basic_machine=i960-intel
399 os=-nindy
fb955dfa 400 ;;
e65767df
RS
401 np1)
402 basic_machine=np1-gould
fb955dfa 403 ;;
e65767df
RS
404 pa-hitachi)
405 basic_machine=hppa1.1-hitachi
406 os=-hiuxwe2
fb955dfa 407 ;;
e65767df
RS
408 paragon)
409 basic_machine=i860-intel
410 os=-osf
fb955dfa 411 ;;
e65767df
RS
412 pbd)
413 basic_machine=sparc-tti
fb955dfa 414 ;;
e65767df
RS
415 pbb)
416 basic_machine=m68k-tti
fb955dfa 417 ;;
d73a2260
CH
418 pc532 | pc532-*)
419 basic_machine=ns32k-pc532
fb955dfa 420 ;;
3cbdcdc7
MM
421 pentium | p5 | p6)
422 # We don't have specific support for the Intel Pentium (p6) followon yet, so just call it a Pentium
423 basic_machine=i586-intel
424 ;;
425 pentium-* | p5-* | p6-*)
426 # We don't have specific support for the Intel Pentium (p6) followon yet, so just call it a Pentium
427 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
428 ;;
429 k5)
430 # We don't have specific support for AMD's K5 yet, so just call it a Pentium
431 basic_machine=i586-amd
432 ;;
433 nexen)
434 # We don't have specific support for Nexgen yet, so just call it a Pentium
435 basic_machine=i586-nexgen
1ee245eb 436 ;;
e65767df
RS
437 pn)
438 basic_machine=pn-gould
439 ;;
3cbdcdc7
MM
440 power) basic_machine=rs6000-ibm
441 ;;
442 ppc) basic_machine=powerpc-unknown
443 ;;
444 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
445 ;;
446 ppcle | powerpclittle | ppc-le | powerpc-little)
447 basic_machine=powerpcle-unknown
448 ;;
449 ppcle-* | powerpclittle-*)
450 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
451 ;;
e65767df
RS
452 ps2)
453 basic_machine=i386-ibm
454 ;;
3e9430d9
RS
455 rm[46]00)
456 basic_machine=mips-siemens
457 ;;
e65767df
RS
458 rtpc | rtpc-*)
459 basic_machine=romp-ibm
460 ;;
b7f0280f
RK
461 sequent)
462 basic_machine=i386-sequent
463 ;;
e65767df
RS
464 sh)
465 basic_machine=sh-hitachi
466 os=-hms
ac1e607f
JB
467 ;;
468 sps7)
469 basic_machine=m68k-bull
470 os=-sysv2
fb955dfa 471 ;;
e65767df
RS
472 spur)
473 basic_machine=spur-unknown
fb955dfa 474 ;;
e65767df
RS
475 sun2)
476 basic_machine=m68000-sun
d63887ad 477 ;;
e65767df
RS
478 sun2os3)
479 basic_machine=m68000-sun
480 os=-sunos3
fb955dfa 481 ;;
e65767df
RS
482 sun2os4)
483 basic_machine=m68000-sun
484 os=-sunos4
fb955dfa 485 ;;
e65767df
RS
486 sun3os3)
487 basic_machine=m68k-sun
488 os=-sunos3
fb955dfa 489 ;;
e65767df
RS
490 sun3os4)
491 basic_machine=m68k-sun
492 os=-sunos4
fb955dfa 493 ;;
e65767df
RS
494 sun4os3)
495 basic_machine=sparc-sun
496 os=-sunos3
fb955dfa 497 ;;
e65767df
RS
498 sun4os4)
499 basic_machine=sparc-sun
500 os=-sunos4
fb955dfa 501 ;;
fa2b2917
DE
502 sun4sol2)
503 basic_machine=sparc-sun
504 os=-solaris2
505 ;;
275cb364 506 sun3 | sun3-*)
e65767df 507 basic_machine=m68k-sun
fb955dfa 508 ;;
e65767df
RS
509 sun4)
510 basic_machine=sparc-sun
fb955dfa 511 ;;
e65767df
RS
512 sun386 | sun386i | roadrunner)
513 basic_machine=i386-sun
fb955dfa 514 ;;
e65767df
RS
515 symmetry)
516 basic_machine=i386-sequent
517 os=-dynix
fb955dfa 518 ;;
e65767df
RS
519 tower | tower-32)
520 basic_machine=m68k-ncr
fb955dfa 521 ;;
051d1419
DE
522 udi29k)
523 basic_machine=a29k-amd
524 os=-udi
525 ;;
fb955dfa
RS
526 ultra3)
527 basic_machine=a29k-nyu
528 os=-sym1
529 ;;
e65767df
RS
530 vaxv)
531 basic_machine=vax-dec
532 os=-sysv
533 ;;
534 vms)
535 basic_machine=vax-dec
536 os=-vms
537 ;;
fb955dfa
RS
538 vxworks960)
539 basic_machine=i960-wrs
540 os=-vxworks
541 ;;
542 vxworks68)
543 basic_machine=m68k-wrs
544 os=-vxworks
545 ;;
0e2d2f37
DE
546 vxworks29k)
547 basic_machine=a29k-wrs
548 os=-vxworks
549 ;;
e65767df
RS
550 xmp)
551 basic_machine=xmp-cray
552 os=-unicos
553 ;;
efc3fd67
JB
554 xps | xps100)
555 basic_machine=xps100-honeywell
556 ;;
fb955dfa
RS
557 none)
558 basic_machine=none-none
559 os=-none
560 ;;
561
562# Here we handle the default manufacturer of certain CPU types. It is in
563# some cases the only manufacturer, in others, it is the most popular.
564 mips)
565 basic_machine=mips-mips
566 ;;
567 romp)
568 basic_machine=romp-ibm
569 ;;
570 rs6000)
571 basic_machine=rs6000-ibm
572 ;;
573 vax)
574 basic_machine=vax-dec
575 ;;
c157a899
RK
576 pdp11)
577 basic_machine=pdp11-dec
578 ;;
3c9da312
RS
579 we32k)
580 basic_machine=we32k-att
581 ;;
fb955dfa
RS
582 sparc)
583 basic_machine=sparc-sun
584 ;;
efc3fd67
JB
585 cydra)
586 basic_machine=cydra-cydrome
587 ;;
588 orion)
589 basic_machine=orion-highlevel
590 ;;
591 orion105)
592 basic_machine=clipper-highlevel
593 ;;
fb955dfa
RS
594 *)
595 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
596 exit 1
597 ;;
598esac
599
600# Here we canonicalize certain aliases for manufacturers.
601case $basic_machine in
602 *-digital*)
603 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
604 ;;
605 *-commodore*)
606 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
607 ;;
608 *)
609 ;;
610esac
611
612# Decode manufacturer-specific aliases for certain operating systems.
613
51b3c82f 614if [ x"$os" != x"" ]
fb955dfa
RS
615then
616case $os in
ca8efa98
RS
617 # -solaris* is a basic system type, with this one exception.
618 -solaris1 | -solaris1.*)
619 os=`echo $os | sed -e 's|solaris1|sunos4|'`
620 ;;
f920529b
DE
621 -solaris)
622 os=-solaris2
623 ;;
aa341c40
RK
624 -unixware* | svr4*)
625 os=-sysv4
626 ;;
412239cc
RS
627 -gnu/linux*)
628 os=`echo $os | sed -e 's|gnu/linux|linux|'`
629 ;;
fb955dfa
RS
630 # First accept the basic system types.
631 # The portable systems comes first.
56940d28 632 # Each alternative MUST END IN A *, to match a version number.
74da8749 633 # -sysv* is not here because it comes later, after sysvr4.
c2efa566 634 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
535cca31 635 | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[345]* \
bacafaf1 636 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
3c701376 637 | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
a5d117a3 638 | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
49ee70e2 639 | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
253bce3d 640 | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
b7f0280f 641 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
56940d28
RS
642 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
643 | -udi* | -eabi* | -lites* )
644 # Remember, each alternative MUST END IN *, to match a version number.
fb955dfa 645 ;;
ca8efa98
RS
646 -sunos5*)
647 os=`echo $os | sed -e 's|sunos5|solaris2|'`
648 ;;
649 -sunos6*)
650 os=`echo $os | sed -e 's|sunos6|solaris3|'`
651 ;;
fb955dfa 652 -osfrose*)
6d95ff37 653 os=-osfrose
fb955dfa
RS
654 ;;
655 -osf*)
6d95ff37 656 os=-osf
fb955dfa 657 ;;
24616137
CH
658 -utek*)
659 os=-bsd
660 ;;
fb955dfa
RS
661 -dynix*)
662 os=-bsd
663 ;;
664 -acis*)
665 os=-aos
666 ;;
667 -ctix* | -uts*)
668 os=-sysv
669 ;;
3e9430d9
RS
670 # Preserve the version number of sinix5.
671 -sinix5.*)
672 os=`echo $os | sed -e 's|sinix|sysv|'`
673 ;;
674 -sinix*)
675 os=-sysv4
676 ;;
fb955dfa
RS
677 -triton*)
678 os=-sysv3
679 ;;
680 -oss*)
681 os=-sysv3
682 ;;
683 -svr4)
684 os=-sysv4
685 ;;
74da8749
RS
686 -svr3)
687 os=-sysv3
688 ;;
e294d0c3
RS
689 -sysvr4)
690 os=-sysv4
691 ;;
74da8749
RS
692 # This must come after -sysvr4.
693 -sysv*)
fb955dfa 694 ;;
c809458b
JB
695 -xenix)
696 os=-xenix
697 ;;
955e036a
RS
698 -none)
699 ;;
fb955dfa
RS
700 *)
701 # Get rid of the `-' at the beginning of $os.
9f5aed1b 702 os=`echo $os | sed 's/[^-]*-//'`
fb955dfa
RS
703 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
704 exit 1
705 ;;
706esac
707else
708
709# Here we handle the default operating systems that come with various machines.
710# The value should be what the vendor currently ships out the door with their
711# machine or put another way, the most popular os provided with the machine.
efc3fd67
JB
712
713# Note that if you're going to try to match "-MANUFACTURER" here (say,
714# "-sun"), then you have to tell the case statement up towards the top
715# that MANUFACTURER isn't an operating system. Otherwise, code above
716# will signal an error saying that MANUFACTURER isn't an operating
717# system, and we'll never get to this point.
718
fb955dfa 719case $basic_machine in
77ba1f30
ESB
720 *-acorn)
721 os=-riscix1.2
722 ;;
5960289b
ESB
723 arm*-semi)
724 os=-aout
725 ;;
c157a899
RK
726 pdp11-*)
727 os=-none
728 ;;
fb955dfa 729 *-dec | vax-*)
60597872 730 os=-ultrix4.2
fb955dfa 731 ;;
a9f32bf3
RS
732 m68*-apollo)
733 os=-domain
734 ;;
fb955dfa 735 i386-sun)
60597872 736 os=-sunos4.0.2
fb955dfa
RS
737 ;;
738 m68000-sun)
739 os=-sunos3
740 # This also exists in the configure program, but was not the
741 # default.
742 # os=-sunos4
743 ;;
744 *-tti) # must be before sparc entry or we get the wrong os.
745 os=-sysv3
746 ;;
747 sparc-* | *-sun)
60597872 748 os=-sunos4.1.1
fb955dfa
RS
749 ;;
750 *-ibm)
751 os=-aix
752 ;;
753 *-hp)
754 os=-hpux
755 ;;
9e976cfa
RK
756 *-hitachi)
757 os=-hiux
758 ;;
efc3fd67 759 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
fb955dfa
RS
760 os=-sysv
761 ;;
762 *-cbm)
763 os=-amigados
764 ;;
765 *-dg)
766 os=-dgux
767 ;;
768 *-dolphin)
769 os=-sysv3
770 ;;
1ee245eb
RS
771 m68k-ccur)
772 os=-rtu
773 ;;
fb955dfa
RS
774 m88k-omron*)
775 os=-luna
776 ;;
9ac65684 777 *-sequent)
b7f0280f 778 os=-ptx
9ac65684 779 ;;
fb955dfa
RS
780 *-crds)
781 os=-unos
782 ;;
783 *-ns)
784 os=-genix
785 ;;
f449890c
RS
786 i370-*)
787 os=-mvs
788 ;;
88013905 789 *-next)
a975e06d 790 os=-nextstep3
88013905 791 ;;
efc3fd67
JB
792 *-gould)
793 os=-sysv
794 ;;
795 *-highlevel)
796 os=-bsd
797 ;;
798 *-encore)
799 os=-bsd
800 ;;
801 *-sgi)
802 os=-irix
803 ;;
3e9430d9
RS
804 *-siemens)
805 os=-sysv4
806 ;;
efc3fd67
JB
807 *-masscomp)
808 os=-rtu
809 ;;
fb955dfa
RS
810 *)
811 os=-none
812 ;;
813esac
814fi
815
816# Here we handle the case where we know the os, and the CPU type, but not the
817# manufacturer. We pick the logical manufacturer.
818vendor=unknown
819case $basic_machine in
820 *-unknown)
821 case $os in
77ba1f30
ESB
822 -riscix*)
823 vendor=acorn
824 ;;
fb955dfa
RS
825 -sunos*)
826 vendor=sun
827 ;;
4c934a4d
JW
828 -lynxos*)
829 vendor=lynx
830 ;;
fb955dfa
RS
831 -aix*)
832 vendor=ibm
833 ;;
834 -hpux*)
835 vendor=hp
836 ;;
9e976cfa
RK
837 -hiux*)
838 vendor=hitachi
839 ;;
fb955dfa
RS
840 -unos*)
841 vendor=crds
842 ;;
843 -dgux*)
844 vendor=dg
845 ;;
846 -luna*)
847 vendor=omron
848 ;;
849 -genix*)
850 vendor=ns
851 ;;
f449890c
RS
852 -mvs*)
853 vendor=ibm
854 ;;
b7f0280f
RK
855 -ptx*)
856 vendor=sequent
857 ;;
602b4a3e
DE
858 -vxworks*)
859 vendor=wrs
860 ;;
fb955dfa
RS
861 esac
862 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
863 ;;
864esac
865
866echo $basic_machine$os