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