Import a Cygwin fix for the incorrect use of a pipe capability flag.
[msys.git] / config.sub
blobe7ad1221cfb3727ceb2c93f06c561993a5bcca86
1 #! /bin/sh
2 # Configuration validation subroutine script.
3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 # Free Software Foundation, Inc.
6 timestamp='2001-06-08'
8 # This file is (in principle) common to ALL GNU software.
9 # The presence of a machine in this file suggests that SOME GNU software
10 # can handle that machine. It does not imply ALL GNU software can.
12 # This file is free software; you can redistribute it and/or modify
13 # it under the terms of the GNU General Public License as published by
14 # the Free Software Foundation; either version 2 of the License, or
15 # (at your option) any later version.
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with this program; if not, write to the Free Software
24 # Foundation, Inc., 59 Temple Place - Suite 330,
25 # Boston, MA 02111-1307, USA.
27 # As a special exception to the GNU General Public License, if you
28 # distribute this file as part of a program that contains a
29 # configuration script generated by Autoconf, you may include it under
30 # the same distribution terms that you use for the rest of that program.
32 # Please send patches to <config-patches@gnu.org>.
34 # Configuration subroutine to validate and canonicalize a configuration type.
35 # Supply the specified configuration type as an argument.
36 # If it is invalid, we print an error message on stderr and exit with code 1.
37 # Otherwise, we print the canonical config type on stdout and succeed.
39 # This file is supposed to be the same for all GNU packages
40 # and recognize all the CPU types, system types and aliases
41 # that are meaningful with *any* GNU software.
42 # Each package is responsible for reporting which valid configurations
43 # it does not support. The user should be able to distinguish
44 # a failure to support a valid configuration from a meaningless
45 # configuration.
47 # The goal of this file is to map all the various variations of a given
48 # machine specification into a single specification in the form:
49 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
50 # or in some cases, the newer four-part form:
51 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
52 # It is wrong to echo any other type of specification.
54 me=`echo "$0" | sed -e 's,.*/,,'`
56 usage="\
57 Usage: $0 [OPTION] CPU-MFR-OPSYS
58 $0 [OPTION] ALIAS
60 Canonicalize a configuration name.
62 Operation modes:
63 -h, --help print this help, then exit
64 -t, --time-stamp print date of last modification, then exit
65 -v, --version print version number, then exit
67 Report bugs and patches to <config-patches@gnu.org>."
69 version="\
70 GNU config.sub ($timestamp)
72 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
73 Free Software Foundation, Inc.
75 This is free software; see the source for copying conditions. There is NO
76 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
78 help="
79 Try \`$me --help' for more information."
81 # Parse command line
82 while test $# -gt 0 ; do
83 case $1 in
84 --time-stamp | --time* | -t )
85 echo "$timestamp" ; exit 0 ;;
86 --version | -v )
87 echo "$version" ; exit 0 ;;
88 --help | --h* | -h )
89 echo "$usage"; exit 0 ;;
90 -- ) # Stop option processing
91 shift; break ;;
92 - ) # Use stdin as input.
93 break ;;
94 -* )
95 echo "$me: invalid option $1$help"
96 exit 1 ;;
98 *local*)
99 # First pass through any local machine types.
100 echo $1
101 exit 0;;
104 break ;;
105 esac
106 done
108 case $# in
109 0) echo "$me: missing argument$help" >&2
110 exit 1;;
111 1) ;;
112 *) echo "$me: too many arguments$help" >&2
113 exit 1;;
114 esac
116 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
117 # Here we must recognize all the valid KERNEL-OS combinations.
118 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
119 case $maybe_os in
120 nto-qnx* | linux-gnu* | storm-chaos* | os2-emx* | windows32-*)
121 os=-$maybe_os
122 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
125 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
126 if [ $basic_machine != $1 ]
127 then os=`echo $1 | sed 's/.*-/-/'`
128 else os=; fi
130 esac
132 ### Let's recognize common machines as not being operating systems so
133 ### that things like config.sub decstation-3100 work. We also
134 ### recognize some manufacturers as not being operating systems, so we
135 ### can provide default operating systems below.
136 case $os in
137 -sun*os*)
138 # Prevent following clause from handling this invalid input.
140 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
141 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
142 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
143 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
144 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
145 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
146 -apple | -axis)
148 basic_machine=$1
150 -sim | -cisco | -oki | -wec | -winbond)
152 basic_machine=$1
154 -scout)
156 -wrs)
157 os=-vxworks
158 basic_machine=$1
160 -chorusos*)
161 os=-chorusos
162 basic_machine=$1
164 -chorusrdb)
165 os=-chorusrdb
166 basic_machine=$1
168 -hiux*)
169 os=-hiuxwe2
171 -sco5)
172 os=-sco3.2v5
173 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
175 -sco4)
176 os=-sco3.2v4
177 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
179 -sco3.2.[4-9]*)
180 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
181 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
183 -sco3.2v[4-9]*)
184 # Don't forget version if it is 3.2v4 or newer.
185 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
187 -sco*)
188 os=-sco3.2v2
189 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
191 -udk*)
192 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
194 -isc)
195 os=-isc2.2
196 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
198 -clix*)
199 basic_machine=clipper-intergraph
201 -isc*)
202 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
204 -lynx*)
205 os=-lynxos
207 -ptx*)
208 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
210 -windowsnt*)
211 os=`echo $os | sed -e 's/windowsnt/winnt/'`
213 -psos*)
214 os=-psos
216 -mint | -mint[0-9]*)
217 basic_machine=m68k-atari
218 os=-mint
220 esac
222 # Decode aliases for certain CPU-COMPANY combinations.
223 case $basic_machine in
224 # Recognize the basic CPU types without company name.
225 # Some are omitted here because they have special meanings below.
226 tahoe | i860 | ia64 | m32r | m68k | m68000 | m88k | ns32k | arc \
227 | arm | arme[lb] | arm[bl]e | armv[2345] | armv[345][lb] | strongarm | xscale \
228 | pyramid | mn10200 | mn10300 | tron | a29k \
229 | 580 | i960 | h8300 \
230 | x86 | ppcbe | mipsbe | mipsle | shbe | shle \
231 | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \
232 | hppa64 \
233 | alpha | alphaev[4-8] | alphaev56 | alphapca5[67] \
234 | alphaev6[78] \
235 | we32k | ns16k | clipper | i370 | sh | sh[34] \
236 | powerpc | powerpcle \
237 | 1750a | dsp16xx | pdp10 | pdp11 \
238 | mips16 | mips64 | mipsel | mips64el \
239 | mips64orion | mips64orionel | mipstx39 | mipstx39el \
240 | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
241 | mips64vr5000 | miprs64vr5000el | mcore | s390 | s390x \
242 | sparc | sparclet | sparclite | sparc64 | sparcv9 | sparcv9b \
243 | v850 | c4x \
244 | thumb | d10v | d30v | fr30 | avr | openrisc | tic80 \
245 | pj | pjl | h8500 | z8k)
246 basic_machine=$basic_machine-unknown
248 m6811 | m68hc11 | m6812 | m68hc12)
249 # Motorola 68HC11/12.
250 basic_machine=$basic_machine-unknown
251 os=-none
253 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
256 # We use `pc' rather than `unknown'
257 # because (1) that's what they normally are, and
258 # (2) the word "unknown" tends to confuse beginning users.
259 i*86 | x86_64)
260 basic_machine=$basic_machine-pc
262 # Object if more than one company name word.
263 *-*-*)
264 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
265 exit 1
267 # Recognize the basic CPU types with company name.
268 # FIXME: clean up the formatting here.
269 vax-* | tahoe-* | i*86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \
270 | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | c[123]* \
271 | arm-* | armbe-* | armle-* | armv*-* | strongarm-* | xscale-* \
272 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
273 | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \
274 | xmp-* | ymp-* \
275 | x86-* | ppcbe-* | mipsbe-* | mipsle-* | shbe-* | shle-* \
276 | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* \
277 | hppa2.0n-* | hppa64-* \
278 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphapca5[67]-* \
279 | alphaev6[78]-* \
280 | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \
281 | clipper-* | orion-* \
282 | sparclite-* | pdp10-* | pdp11-* | sh-* | sh[34]-* | sh[34]eb-* \
283 | powerpc-* | powerpcle-* | sparc64-* | sparcv9-* | sparcv9b-* | sparc86x-* \
284 | mips16-* | mips64-* | mipsel-* \
285 | mips64el-* | mips64orion-* | mips64orionel-* \
286 | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
287 | mipstx39-* | mipstx39el-* | mcore-* \
288 | f30[01]-* | f700-* | s390-* | s390x-* | sv1-* | t3e-* \
289 | [cjt]90-* \
290 | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
291 | thumb-* | v850-* | d30v-* | tic30-* | tic80-* | c30-* | fr30-* \
292 | bs2000-* | tic54x-* | c54x-* | x86_64-* | pj-* | pjl-*)
294 # Recognize the various machine names and aliases which stand
295 # for a CPU type and a company and sometimes even an OS.
296 386bsd)
297 basic_machine=i386-unknown
298 os=-bsd
300 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
301 basic_machine=m68000-att
303 3b*)
304 basic_machine=we32k-att
306 a29khif)
307 basic_machine=a29k-amd
308 os=-udi
310 adobe68k)
311 basic_machine=m68010-adobe
312 os=-scout
314 alliant | fx80)
315 basic_machine=fx80-alliant
317 altos | altos3068)
318 basic_machine=m68k-altos
320 am29k)
321 basic_machine=a29k-none
322 os=-bsd
324 amdahl)
325 basic_machine=580-amdahl
326 os=-sysv
328 amiga | amiga-*)
329 basic_machine=m68k-unknown
331 amigaos | amigados)
332 basic_machine=m68k-unknown
333 os=-amigaos
335 amigaunix | amix)
336 basic_machine=m68k-unknown
337 os=-sysv4
339 apollo68)
340 basic_machine=m68k-apollo
341 os=-sysv
343 apollo68bsd)
344 basic_machine=m68k-apollo
345 os=-bsd
347 aux)
348 basic_machine=m68k-apple
349 os=-aux
351 balance)
352 basic_machine=ns32k-sequent
353 os=-dynix
355 convex-c1)
356 basic_machine=c1-convex
357 os=-bsd
359 convex-c2)
360 basic_machine=c2-convex
361 os=-bsd
363 convex-c32)
364 basic_machine=c32-convex
365 os=-bsd
367 convex-c34)
368 basic_machine=c34-convex
369 os=-bsd
371 convex-c38)
372 basic_machine=c38-convex
373 os=-bsd
375 cray | ymp)
376 basic_machine=ymp-cray
377 os=-unicos
379 cray2)
380 basic_machine=cray2-cray
381 os=-unicos
383 [cjt]90)
384 basic_machine=${basic_machine}-cray
385 os=-unicos
387 crds | unos)
388 basic_machine=m68k-crds
390 cris | cris-* | etrax*)
391 basic_machine=cris-axis
393 cygwin*)
394 basic_machine=i386-pc
395 os=-cygwin
397 da30 | da30-*)
398 basic_machine=m68k-da30
400 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
401 basic_machine=mips-dec
403 delta | 3300 | motorola-3300 | motorola-delta \
404 | 3300-motorola | delta-motorola)
405 basic_machine=m68k-motorola
407 delta88)
408 basic_machine=m88k-motorola
409 os=-sysv3
411 dpx20 | dpx20-*)
412 basic_machine=rs6000-bull
413 os=-bosx
415 dpx2* | dpx2*-bull)
416 basic_machine=m68k-bull
417 os=-sysv3
419 ebmon29k)
420 basic_machine=a29k-amd
421 os=-ebmon
423 elxsi)
424 basic_machine=elxsi-elxsi
425 os=-bsd
427 encore | umax | mmax)
428 basic_machine=ns32k-encore
430 es1800 | OSE68k | ose68k | ose | OSE)
431 basic_machine=m68k-ericsson
432 os=-ose
434 fx2800)
435 basic_machine=i860-alliant
437 genix)
438 basic_machine=ns32k-ns
440 gmicro)
441 basic_machine=tron-gmicro
442 os=-sysv
444 go32)
445 basic_machine=i386-pc
446 os=-go32
448 h3050r* | hiux*)
449 basic_machine=hppa1.1-hitachi
450 os=-hiuxwe2
452 h8300hms)
453 basic_machine=h8300-hitachi
454 os=-hms
456 h8300xray)
457 basic_machine=h8300-hitachi
458 os=-xray
460 h8500hms)
461 basic_machine=h8500-hitachi
462 os=-hms
464 harris)
465 basic_machine=m88k-harris
466 os=-sysv3
468 hp300-*)
469 basic_machine=m68k-hp
471 hp300bsd)
472 basic_machine=m68k-hp
473 os=-bsd
475 hp300hpux)
476 basic_machine=m68k-hp
477 os=-hpux
479 hp3k9[0-9][0-9] | hp9[0-9][0-9])
480 basic_machine=hppa1.0-hp
482 hp9k2[0-9][0-9] | hp9k31[0-9])
483 basic_machine=m68000-hp
485 hp9k3[2-9][0-9])
486 basic_machine=m68k-hp
488 hp9k6[0-9][0-9] | hp6[0-9][0-9])
489 basic_machine=hppa1.0-hp
491 hp9k7[0-79][0-9] | hp7[0-79][0-9])
492 basic_machine=hppa1.1-hp
494 hp9k78[0-9] | hp78[0-9])
495 # FIXME: really hppa2.0-hp
496 basic_machine=hppa1.1-hp
498 hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
499 # FIXME: really hppa2.0-hp
500 basic_machine=hppa1.1-hp
502 hp9k8[0-9][13679] | hp8[0-9][13679])
503 basic_machine=hppa1.1-hp
505 hp9k8[0-9][0-9] | hp8[0-9][0-9])
506 basic_machine=hppa1.0-hp
508 hppa-next)
509 os=-nextstep3
511 hppaosf)
512 basic_machine=hppa1.1-hp
513 os=-osf
515 hppro)
516 basic_machine=hppa1.1-hp
517 os=-proelf
519 i370-ibm* | ibm*)
520 basic_machine=i370-ibm
522 # I'm not sure what "Sysv32" means. Should this be sysv3.2?
523 i*86v32)
524 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
525 os=-sysv32
527 i*86v4*)
528 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
529 os=-sysv4
531 i*86v)
532 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
533 os=-sysv
535 i*86sol2)
536 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
537 os=-solaris2
539 i386mach)
540 basic_machine=i386-mach
541 os=-mach
543 i386-vsta | vsta)
544 basic_machine=i386-unknown
545 os=-vsta
547 iris | iris4d)
548 basic_machine=mips-sgi
549 case $os in
550 -irix*)
553 os=-irix4
555 esac
557 isi68 | isi)
558 basic_machine=m68k-isi
559 os=-sysv
561 m88k-omron*)
562 basic_machine=m88k-omron
564 magnum | m3230)
565 basic_machine=mips-mips
566 os=-sysv
568 merlin)
569 basic_machine=ns32k-utek
570 os=-sysv
572 mingw32)
573 basic_machine=i386-pc
574 os=-mingw32
576 miniframe)
577 basic_machine=m68000-convergent
579 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
580 basic_machine=m68k-atari
581 os=-mint
583 mipsel*-linux*)
584 basic_machine=mipsel-unknown
585 os=-linux-gnu
587 mips*-linux*)
588 basic_machine=mips-unknown
589 os=-linux-gnu
591 mips3*-*)
592 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
594 mips3*)
595 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
597 mmix*)
598 basic_machine=mmix-knuth
599 os=-mmixware
601 monitor)
602 basic_machine=m68k-rom68k
603 os=-coff
605 msdos)
606 basic_machine=i386-pc
607 os=-msdos
609 msys)
610 basic_machine=i386-pc
611 os=-msys
613 mvs)
614 basic_machine=i370-ibm
615 os=-mvs
617 ncr3000)
618 basic_machine=i486-ncr
619 os=-sysv4
621 netbsd386)
622 basic_machine=i386-unknown
623 os=-netbsd
625 netwinder)
626 basic_machine=armv4l-rebel
627 os=-linux
629 news | news700 | news800 | news900)
630 basic_machine=m68k-sony
631 os=-newsos
633 news1000)
634 basic_machine=m68030-sony
635 os=-newsos
637 news-3600 | risc-news)
638 basic_machine=mips-sony
639 os=-newsos
641 necv70)
642 basic_machine=v70-nec
643 os=-sysv
645 next | m*-next )
646 basic_machine=m68k-next
647 case $os in
648 -nextstep* )
650 -ns2*)
651 os=-nextstep2
654 os=-nextstep3
656 esac
658 nh3000)
659 basic_machine=m68k-harris
660 os=-cxux
662 nh[45]000)
663 basic_machine=m88k-harris
664 os=-cxux
666 nindy960)
667 basic_machine=i960-intel
668 os=-nindy
670 mon960)
671 basic_machine=i960-intel
672 os=-mon960
674 nonstopux)
675 basic_machine=mips-compaq
676 os=-nonstopux
678 np1)
679 basic_machine=np1-gould
681 nsr-tandem)
682 basic_machine=nsr-tandem
684 op50n-* | op60c-*)
685 basic_machine=hppa1.1-oki
686 os=-proelf
688 OSE68000 | ose68000)
689 basic_machine=m68000-ericsson
690 os=-ose
692 os68k)
693 basic_machine=m68k-none
694 os=-os68k
696 pa-hitachi)
697 basic_machine=hppa1.1-hitachi
698 os=-hiuxwe2
700 paragon)
701 basic_machine=i860-intel
702 os=-osf
704 pbd)
705 basic_machine=sparc-tti
707 pbb)
708 basic_machine=m68k-tti
710 pc532 | pc532-*)
711 basic_machine=ns32k-pc532
713 pentium | p5 | k5 | k6 | nexgen)
714 basic_machine=i586-pc
716 pentiumpro | p6 | 6x86 | athlon)
717 basic_machine=i686-pc
719 pentiumii | pentium2)
720 basic_machine=i686-pc
722 pentium-* | p5-* | k5-* | k6-* | nexgen-*)
723 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
725 pentiumpro-* | p6-* | 6x86-* | athlon-*)
726 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
728 pentiumii-* | pentium2-*)
729 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
732 basic_machine=pn-gould
734 power) basic_machine=power-ibm
736 ppc) basic_machine=powerpc-unknown
738 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
740 ppcle | powerpclittle | ppc-le | powerpc-little)
741 basic_machine=powerpcle-unknown
743 ppcle-* | powerpclittle-*)
744 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
746 ps2)
747 basic_machine=i386-ibm
749 pw32)
750 basic_machine=i586-unknown
751 os=-pw32
753 rom68k)
754 basic_machine=m68k-rom68k
755 os=-coff
757 rm[46]00)
758 basic_machine=mips-siemens
760 rtpc | rtpc-*)
761 basic_machine=romp-ibm
763 sa29200)
764 basic_machine=a29k-amd
765 os=-udi
767 sequent)
768 basic_machine=i386-sequent
771 basic_machine=sh-hitachi
772 os=-hms
774 sparclite-wrs)
775 basic_machine=sparclite-wrs
776 os=-vxworks
778 sps7)
779 basic_machine=m68k-bull
780 os=-sysv2
782 spur)
783 basic_machine=spur-unknown
785 st2000)
786 basic_machine=m68k-tandem
788 stratus)
789 basic_machine=i860-stratus
790 os=-sysv4
792 sun2)
793 basic_machine=m68000-sun
795 sun2os3)
796 basic_machine=m68000-sun
797 os=-sunos3
799 sun2os4)
800 basic_machine=m68000-sun
801 os=-sunos4
803 sun3os3)
804 basic_machine=m68k-sun
805 os=-sunos3
807 sun3os4)
808 basic_machine=m68k-sun
809 os=-sunos4
811 sun4os3)
812 basic_machine=sparc-sun
813 os=-sunos3
815 sun4os4)
816 basic_machine=sparc-sun
817 os=-sunos4
819 sun4sol2)
820 basic_machine=sparc-sun
821 os=-solaris2
823 sun3 | sun3-*)
824 basic_machine=m68k-sun
826 sun4)
827 basic_machine=sparc-sun
829 sun386 | sun386i | roadrunner)
830 basic_machine=i386-sun
832 sv1)
833 basic_machine=sv1-cray
834 os=-unicos
836 symmetry)
837 basic_machine=i386-sequent
838 os=-dynix
840 t3e)
841 basic_machine=t3e-cray
842 os=-unicos
844 tic54x | c54x*)
845 basic_machine=tic54x-unknown
846 os=-coff
848 tx39)
849 basic_machine=mipstx39-unknown
851 tx39el)
852 basic_machine=mipstx39el-unknown
854 tower | tower-32)
855 basic_machine=m68k-ncr
857 udi29k)
858 basic_machine=a29k-amd
859 os=-udi
861 ultra3)
862 basic_machine=a29k-nyu
863 os=-sym1
865 v810 | necv810)
866 basic_machine=v810-nec
867 os=-none
869 vaxv)
870 basic_machine=vax-dec
871 os=-sysv
873 vms)
874 basic_machine=vax-dec
875 os=-vms
877 vpp*|vx|vx-*)
878 basic_machine=f301-fujitsu
880 vxworks960)
881 basic_machine=i960-wrs
882 os=-vxworks
884 vxworks68)
885 basic_machine=m68k-wrs
886 os=-vxworks
888 vxworks29k)
889 basic_machine=a29k-wrs
890 os=-vxworks
892 w65*)
893 basic_machine=w65-wdc
894 os=-none
896 w89k-*)
897 basic_machine=hppa1.1-winbond
898 os=-proelf
900 windows32)
901 basic_machine=i386-pc
902 os=-windows32-msvcrt
904 xmp)
905 basic_machine=xmp-cray
906 os=-unicos
908 xps | xps100)
909 basic_machine=xps100-honeywell
911 z8k-*-coff)
912 basic_machine=z8k-unknown
913 os=-sim
915 none)
916 basic_machine=none-none
917 os=-none
920 # Here we handle the default manufacturer of certain CPU types. It is in
921 # some cases the only manufacturer, in others, it is the most popular.
922 w89k)
923 basic_machine=hppa1.1-winbond
925 op50n)
926 basic_machine=hppa1.1-oki
928 op60c)
929 basic_machine=hppa1.1-oki
931 mips)
932 if [ x$os = x-linux-gnu ]; then
933 basic_machine=mips-unknown
934 else
935 basic_machine=mips-mips
938 romp)
939 basic_machine=romp-ibm
941 rs6000)
942 basic_machine=rs6000-ibm
944 vax)
945 basic_machine=vax-dec
947 pdp10)
948 # there are many clones, so DEC is not a safe bet
949 basic_machine=pdp10-unknown
951 pdp11)
952 basic_machine=pdp11-dec
954 we32k)
955 basic_machine=we32k-att
957 sh3 | sh4)
958 basic_machine=sh-unknown
960 sparc | sparcv9 | sparcv9b)
961 basic_machine=sparc-sun
963 cydra)
964 basic_machine=cydra-cydrome
966 orion)
967 basic_machine=orion-highlevel
969 orion105)
970 basic_machine=clipper-highlevel
972 mac | mpw | mac-mpw)
973 basic_machine=m68k-apple
975 pmac | pmac-mpw)
976 basic_machine=powerpc-apple
978 c4x*)
979 basic_machine=c4x-none
980 os=-coff
982 *-unknown)
983 # Make sure to match an already-canonicalized machine name.
986 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
987 exit 1
989 esac
991 # Here we canonicalize certain aliases for manufacturers.
992 case $basic_machine in
993 *-digital*)
994 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
996 *-commodore*)
997 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
1001 esac
1003 # Decode manufacturer-specific aliases for certain operating systems.
1005 if [ x"$os" != x"" ]
1006 then
1007 case $os in
1008 # First match some system type aliases
1009 # that might get confused with valid system types.
1010 # -solaris* is a basic system type, with this one exception.
1011 -solaris1 | -solaris1.*)
1012 os=`echo $os | sed -e 's|solaris1|sunos4|'`
1014 -solaris)
1015 os=-solaris2
1017 -svr4*)
1018 os=-sysv4
1020 -unixware*)
1021 os=-sysv4.2uw
1023 -gnu/linux*)
1024 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
1026 # First accept the basic system types.
1027 # The portable systems comes first.
1028 # Each alternative MUST END IN A *, to match a version number.
1029 # -sysv* is not here because it comes later, after sysvr4.
1030 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1031 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
1032 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1033 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1034 | -aos* \
1035 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1036 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1037 | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
1038 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1039 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1040 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1041 | -chorusos* | -chorusrdb* \
1042 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1043 | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
1044 | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
1045 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1046 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -os2*)
1047 # Remember, each alternative MUST END IN *, to match a version number.
1049 -qnx*)
1050 case $basic_machine in
1051 x86-* | i*86-*)
1054 os=-nto$os
1056 esac
1058 -nto*)
1059 os=-nto-qnx
1061 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1062 | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
1063 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
1065 -mac*)
1066 os=`echo $os | sed -e 's|mac|macos|'`
1068 -linux*)
1069 os=`echo $os | sed -e 's|linux|linux-gnu|'`
1071 -sunos5*)
1072 os=`echo $os | sed -e 's|sunos5|solaris2|'`
1074 -sunos6*)
1075 os=`echo $os | sed -e 's|sunos6|solaris3|'`
1077 -opened*)
1078 os=-openedition
1080 -wince*)
1081 os=-wince
1083 -osfrose*)
1084 os=-osfrose
1086 -osf*)
1087 os=-osf
1089 -utek*)
1090 os=-bsd
1092 -dynix*)
1093 os=-bsd
1095 -acis*)
1096 os=-aos
1098 -386bsd)
1099 os=-bsd
1101 -ctix* | -uts*)
1102 os=-sysv
1104 -ns2 )
1105 os=-nextstep2
1107 -nsk*)
1108 os=-nsk
1110 # Preserve the version number of sinix5.
1111 -sinix5.*)
1112 os=`echo $os | sed -e 's|sinix|sysv|'`
1114 -sinix*)
1115 os=-sysv4
1117 -triton*)
1118 os=-sysv3
1120 -oss*)
1121 os=-sysv3
1123 -svr4)
1124 os=-sysv4
1126 -svr3)
1127 os=-sysv3
1129 -sysvr4)
1130 os=-sysv4
1132 # This must come after -sysvr4.
1133 -sysv*)
1135 -ose*)
1136 os=-ose
1138 -es1800*)
1139 os=-ose
1141 -xenix)
1142 os=-xenix
1144 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1145 os=-mint
1147 -none)
1150 # Get rid of the `-' at the beginning of $os.
1151 os=`echo $os | sed 's/[^-]*-//'`
1152 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
1153 exit 1
1155 esac
1156 else
1158 # Here we handle the default operating systems that come with various machines.
1159 # The value should be what the vendor currently ships out the door with their
1160 # machine or put another way, the most popular os provided with the machine.
1162 # Note that if you're going to try to match "-MANUFACTURER" here (say,
1163 # "-sun"), then you have to tell the case statement up towards the top
1164 # that MANUFACTURER isn't an operating system. Otherwise, code above
1165 # will signal an error saying that MANUFACTURER isn't an operating
1166 # system, and we'll never get to this point.
1168 case $basic_machine in
1169 *-acorn)
1170 os=-riscix1.2
1172 arm*-rebel)
1173 os=-linux
1175 arm*-semi)
1176 os=-aout
1178 pdp10-*)
1179 os=-tops20
1181 pdp11-*)
1182 os=-none
1184 *-dec | vax-*)
1185 os=-ultrix4.2
1187 m68*-apollo)
1188 os=-domain
1190 i386-sun)
1191 os=-sunos4.0.2
1193 m68000-sun)
1194 os=-sunos3
1195 # This also exists in the configure program, but was not the
1196 # default.
1197 # os=-sunos4
1199 m68*-cisco)
1200 os=-aout
1202 mips*-cisco)
1203 os=-elf
1205 mips*-*)
1206 os=-elf
1208 *-tti) # must be before sparc entry or we get the wrong os.
1209 os=-sysv3
1211 sparc-* | *-sun)
1212 os=-sunos4.1.1
1214 *-be)
1215 os=-beos
1217 *-ibm)
1218 os=-aix
1220 *-wec)
1221 os=-proelf
1223 *-winbond)
1224 os=-proelf
1226 *-oki)
1227 os=-proelf
1229 *-hp)
1230 os=-hpux
1232 *-hitachi)
1233 os=-hiux
1235 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
1236 os=-sysv
1238 *-cbm)
1239 os=-amigaos
1241 *-dg)
1242 os=-dgux
1244 *-dolphin)
1245 os=-sysv3
1247 m68k-ccur)
1248 os=-rtu
1250 m88k-omron*)
1251 os=-luna
1253 *-next )
1254 os=-nextstep
1256 *-sequent)
1257 os=-ptx
1259 *-crds)
1260 os=-unos
1262 *-ns)
1263 os=-genix
1265 i370-*)
1266 os=-mvs
1268 *-next)
1269 os=-nextstep3
1271 *-gould)
1272 os=-sysv
1274 *-highlevel)
1275 os=-bsd
1277 *-encore)
1278 os=-bsd
1280 *-sgi)
1281 os=-irix
1283 *-siemens)
1284 os=-sysv4
1286 *-masscomp)
1287 os=-rtu
1289 f30[01]-fujitsu | f700-fujitsu)
1290 os=-uxpv
1292 *-rom68k)
1293 os=-coff
1295 *-*bug)
1296 os=-coff
1298 *-apple)
1299 os=-macos
1301 *-atari*)
1302 os=-mint
1305 os=-none
1307 esac
1310 # Here we handle the case where we know the os, and the CPU type, but not the
1311 # manufacturer. We pick the logical manufacturer.
1312 vendor=unknown
1313 case $basic_machine in
1314 *-unknown)
1315 case $os in
1316 -riscix*)
1317 vendor=acorn
1319 -sunos*)
1320 vendor=sun
1322 -aix*)
1323 vendor=ibm
1325 -beos*)
1326 vendor=be
1328 -hpux*)
1329 vendor=hp
1331 -mpeix*)
1332 vendor=hp
1334 -hiux*)
1335 vendor=hitachi
1337 -unos*)
1338 vendor=crds
1340 -dgux*)
1341 vendor=dg
1343 -luna*)
1344 vendor=omron
1346 -genix*)
1347 vendor=ns
1349 -mvs* | -opened*)
1350 vendor=ibm
1352 -ptx*)
1353 vendor=sequent
1355 -vxsim* | -vxworks*)
1356 vendor=wrs
1358 -aux*)
1359 vendor=apple
1361 -hms*)
1362 vendor=hitachi
1364 -mpw* | -macos*)
1365 vendor=apple
1367 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1368 vendor=atari
1370 esac
1371 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
1373 esac
1375 echo $basic_machine$os
1376 exit 0
1378 # Local variables:
1379 # eval: (add-hook 'write-file-hooks 'time-stamp)
1380 # time-stamp-start: "timestamp='"
1381 # time-stamp-format: "%:y-%02m-%02d"
1382 # time-stamp-end: "'"
1383 # End: