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