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