Patches from lvaro Lopes <alvieboy@alvie.com> to fix usage
[zpugcc.git] / toolchain / gcc / boehm-gc / config.sub
blob469a5a3fb7df4b6280854c9b32833780e8e3378c
1 #! /bin/sh
2 # Configuration validation subroutine script.
3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 # 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
6 timestamp='2004-02-16'
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>. Submit a context
33 # diff and a properly formatted ChangeLog entry.
35 # Configuration subroutine to validate and canonicalize a configuration type.
36 # Supply the specified configuration type as an argument.
37 # If it is invalid, we print an error message on stderr and exit with code 1.
38 # Otherwise, we print the canonical config type on stdout and succeed.
40 # This file is supposed to be the same for all GNU packages
41 # and recognize all the CPU types, system types and aliases
42 # that are meaningful with *any* GNU software.
43 # Each package is responsible for reporting which valid configurations
44 # it does not support. The user should be able to distinguish
45 # a failure to support a valid configuration from a meaningless
46 # configuration.
48 # The goal of this file is to map all the various variations of a given
49 # machine specification into a single specification in the form:
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
53 # It is wrong to echo any other type of specification.
55 me=`echo "$0" | sed -e 's,.*/,,'`
57 usage="\
58 Usage: $0 [OPTION] CPU-MFR-OPSYS
59 $0 [OPTION] ALIAS
61 Canonicalize a configuration name.
63 Operation modes:
64 -h, --help print this help, then exit
65 -t, --time-stamp print date of last modification, then exit
66 -v, --version print version number, then exit
68 Report bugs and patches to <config-patches@gnu.org>."
70 version="\
71 GNU config.sub ($timestamp)
73 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
74 Free Software Foundation, Inc.
76 This is free software; see the source for copying conditions. There is NO
77 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
79 help="
80 Try \`$me --help' for more information."
82 # Parse command line
83 while test $# -gt 0 ; do
84 case $1 in
85 --time-stamp | --time* | -t )
86 echo "$timestamp" ; exit 0 ;;
87 --version | -v )
88 echo "$version" ; exit 0 ;;
89 --help | --h* | -h )
90 echo "$usage"; exit 0 ;;
91 -- ) # Stop option processing
92 shift; break ;;
93 - ) # Use stdin as input.
94 break ;;
95 -* )
96 echo "$me: invalid option $1$help"
97 exit 1 ;;
99 *local*)
100 # First pass through any local machine types.
101 echo $1
102 exit 0;;
105 break ;;
106 esac
107 done
109 case $# in
110 0) echo "$me: missing argument$help" >&2
111 exit 1;;
112 1) ;;
113 *) echo "$me: too many arguments$help" >&2
114 exit 1;;
115 esac
117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
118 # Here we must recognize all the valid KERNEL-OS combinations.
119 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
120 case $maybe_os in
121 nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
122 kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
123 os=-$maybe_os
124 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
127 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
128 if [ $basic_machine != $1 ]
129 then os=`echo $1 | sed 's/.*-/-/'`
130 else os=; fi
132 esac
134 ### Let's recognize common machines as not being operating systems so
135 ### that things like config.sub decstation-3100 work. We also
136 ### recognize some manufacturers as not being operating systems, so we
137 ### can provide default operating systems below.
138 case $os in
139 -sun*os*)
140 # Prevent following clause from handling this invalid input.
142 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
143 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
144 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
145 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
146 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
147 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
148 -apple | -axis)
150 basic_machine=$1
152 -sim | -cisco | -oki | -wec | -winbond)
154 basic_machine=$1
156 -scout)
158 -wrs)
159 os=-vxworks
160 basic_machine=$1
162 -chorusos*)
163 os=-chorusos
164 basic_machine=$1
166 -chorusrdb)
167 os=-chorusrdb
168 basic_machine=$1
170 -hiux*)
171 os=-hiuxwe2
173 -sco5)
174 os=-sco3.2v5
175 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
177 -sco4)
178 os=-sco3.2v4
179 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
181 -sco3.2.[4-9]*)
182 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
183 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
185 -sco3.2v[4-9]*)
186 # Don't forget version if it is 3.2v4 or newer.
187 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
189 -sco*)
190 os=-sco3.2v2
191 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
193 -udk*)
194 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
196 -isc)
197 os=-isc2.2
198 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
200 -clix*)
201 basic_machine=clipper-intergraph
203 -isc*)
204 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
206 -lynx*)
207 os=-lynxos
209 -ptx*)
210 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
212 -windowsnt*)
213 os=`echo $os | sed -e 's/windowsnt/winnt/'`
215 -psos*)
216 os=-psos
218 -mint | -mint[0-9]*)
219 basic_machine=m68k-atari
220 os=-mint
222 esac
224 # Decode aliases for certain CPU-COMPANY combinations.
225 case $basic_machine in
226 # Recognize the basic CPU types without company name.
227 # Some are omitted here because they have special meanings below.
228 1750a | 580 \
229 | a29k \
230 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
231 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
232 | am33_2.0 \
233 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
234 | c4x | clipper \
235 | d10v | d30v | dlx | dsp16xx \
236 | fr30 | frv \
237 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
238 | i370 | i860 | i960 | ia64 \
239 | ip2k | iq2000 \
240 | m32r | m68000 | m68k | m88k | mcore \
241 | mips | mipsbe | mipseb | mipsel | mipsle \
242 | mips16 \
243 | mips64 | mips64el \
244 | mips64vr | mips64vrel \
245 | mips64orion | mips64orionel \
246 | mips64vr4100 | mips64vr4100el \
247 | mips64vr4300 | mips64vr4300el \
248 | mips64vr5000 | mips64vr5000el \
249 | mipsisa32 | mipsisa32el \
250 | mipsisa32r2 | mipsisa32r2el \
251 | mipsisa64 | mipsisa64el \
252 | mipsisa64r2 | mipsisa64r2el \
253 | mipsisa64sb1 | mipsisa64sb1el \
254 | mipsisa64sr71k | mipsisa64sr71kel \
255 | mipstx39 | mipstx39el \
256 | mn10200 | mn10300 \
257 | msp430 \
258 | ns16k | ns32k \
259 | openrisc | or32 \
260 | pdp10 | pdp11 | pj | pjl \
261 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
262 | pyramid \
263 | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
264 | sh64 | sh64le \
265 | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
266 | strongarm \
267 | tahoe | thumb | tic4x | tic80 | tron \
268 | v850 | v850e \
269 | we32k \
270 | x86 | xscale | xstormy16 | xtensa \
271 | z8k)
272 basic_machine=$basic_machine-unknown
274 zpu)
275 # Zylin ZPU
276 basic_machine=$basic_machine-unknown
277 os=-none
279 m6811 | m68hc11 | m6812 | m68hc12)
280 # Motorola 68HC11/12.
281 basic_machine=$basic_machine-unknown
282 os=-none
284 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
287 # We use `pc' rather than `unknown'
288 # because (1) that's what they normally are, and
289 # (2) the word "unknown" tends to confuse beginning users.
290 i*86 | x86_64)
291 basic_machine=$basic_machine-pc
293 # Object if more than one company name word.
294 *-*-*)
295 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
296 exit 1
298 # Recognize the basic CPU types with company name.
299 580-* \
300 | a29k-* \
301 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
302 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
303 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
304 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
305 | avr-* \
306 | bs2000-* \
307 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
308 | clipper-* | cydra-* \
309 | d10v-* | d30v-* | dlx-* \
310 | elxsi-* \
311 | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
312 | h8300-* | h8500-* \
313 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
314 | i*86-* | i860-* | i960-* | ia64-* \
315 | ip2k-* | iq2000-* \
316 | m32r-* \
317 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
318 | m88110-* | m88k-* | mcore-* \
319 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
320 | mips16-* \
321 | mips64-* | mips64el-* \
322 | mips64vr-* | mips64vrel-* \
323 | mips64orion-* | mips64orionel-* \
324 | mips64vr4100-* | mips64vr4100el-* \
325 | mips64vr4300-* | mips64vr4300el-* \
326 | mips64vr5000-* | mips64vr5000el-* \
327 | mipsisa32-* | mipsisa32el-* \
328 | mipsisa32r2-* | mipsisa32r2el-* \
329 | mipsisa64-* | mipsisa64el-* \
330 | mipsisa64r2-* | mipsisa64r2el-* \
331 | mipsisa64sb1-* | mipsisa64sb1el-* \
332 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
333 | mipstx39-* | mipstx39el-* \
334 | msp430-* \
335 | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
336 | orion-* \
337 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
338 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
339 | pyramid-* \
340 | romp-* | rs6000-* \
341 | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
342 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
343 | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
344 | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
345 | tahoe-* | thumb-* \
346 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
347 | tron-* \
348 | v850-* | v850e-* | vax-* \
349 | we32k-* \
350 | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
351 | xtensa-* \
352 | ymp-* \
353 | z8k-*)
355 # Recognize the various machine names and aliases which stand
356 # for a CPU type and a company and sometimes even an OS.
357 386bsd)
358 basic_machine=i386-unknown
359 os=-bsd
361 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
362 basic_machine=m68000-att
364 3b*)
365 basic_machine=we32k-att
367 a29khif)
368 basic_machine=a29k-amd
369 os=-udi
371 abacus)
372 basic_machine=abacus-unknown
374 adobe68k)
375 basic_machine=m68010-adobe
376 os=-scout
378 alliant | fx80)
379 basic_machine=fx80-alliant
381 altos | altos3068)
382 basic_machine=m68k-altos
384 am29k)
385 basic_machine=a29k-none
386 os=-bsd
388 amd64)
389 basic_machine=x86_64-pc
391 amd64-*)
392 basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
394 amdahl)
395 basic_machine=580-amdahl
396 os=-sysv
398 amiga | amiga-*)
399 basic_machine=m68k-unknown
401 amigaos | amigados)
402 basic_machine=m68k-unknown
403 os=-amigaos
405 amigaunix | amix)
406 basic_machine=m68k-unknown
407 os=-sysv4
409 apollo68)
410 basic_machine=m68k-apollo
411 os=-sysv
413 apollo68bsd)
414 basic_machine=m68k-apollo
415 os=-bsd
417 aux)
418 basic_machine=m68k-apple
419 os=-aux
421 balance)
422 basic_machine=ns32k-sequent
423 os=-dynix
425 c90)
426 basic_machine=c90-cray
427 os=-unicos
429 convex-c1)
430 basic_machine=c1-convex
431 os=-bsd
433 convex-c2)
434 basic_machine=c2-convex
435 os=-bsd
437 convex-c32)
438 basic_machine=c32-convex
439 os=-bsd
441 convex-c34)
442 basic_machine=c34-convex
443 os=-bsd
445 convex-c38)
446 basic_machine=c38-convex
447 os=-bsd
449 cray | j90)
450 basic_machine=j90-cray
451 os=-unicos
453 cr16c)
454 basic_machine=cr16c-unknown
455 os=-elf
457 crds | unos)
458 basic_machine=m68k-crds
460 cris | cris-* | etrax*)
461 basic_machine=cris-axis
463 da30 | da30-*)
464 basic_machine=m68k-da30
466 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
467 basic_machine=mips-dec
469 decsystem10* | dec10*)
470 basic_machine=pdp10-dec
471 os=-tops10
473 decsystem20* | dec20*)
474 basic_machine=pdp10-dec
475 os=-tops20
477 delta | 3300 | motorola-3300 | motorola-delta \
478 | 3300-motorola | delta-motorola)
479 basic_machine=m68k-motorola
481 delta88)
482 basic_machine=m88k-motorola
483 os=-sysv3
485 dpx20 | dpx20-*)
486 basic_machine=rs6000-bull
487 os=-bosx
489 dpx2* | dpx2*-bull)
490 basic_machine=m68k-bull
491 os=-sysv3
493 ebmon29k)
494 basic_machine=a29k-amd
495 os=-ebmon
497 elxsi)
498 basic_machine=elxsi-elxsi
499 os=-bsd
501 encore | umax | mmax)
502 basic_machine=ns32k-encore
504 es1800 | OSE68k | ose68k | ose | OSE)
505 basic_machine=m68k-ericsson
506 os=-ose
508 fx2800)
509 basic_machine=i860-alliant
511 genix)
512 basic_machine=ns32k-ns
514 gmicro)
515 basic_machine=tron-gmicro
516 os=-sysv
518 go32)
519 basic_machine=i386-pc
520 os=-go32
522 h3050r* | hiux*)
523 basic_machine=hppa1.1-hitachi
524 os=-hiuxwe2
526 h8300hms)
527 basic_machine=h8300-hitachi
528 os=-hms
530 h8300xray)
531 basic_machine=h8300-hitachi
532 os=-xray
534 h8500hms)
535 basic_machine=h8500-hitachi
536 os=-hms
538 harris)
539 basic_machine=m88k-harris
540 os=-sysv3
542 hp300-*)
543 basic_machine=m68k-hp
545 hp300bsd)
546 basic_machine=m68k-hp
547 os=-bsd
549 hp300hpux)
550 basic_machine=m68k-hp
551 os=-hpux
553 hp3k9[0-9][0-9] | hp9[0-9][0-9])
554 basic_machine=hppa1.0-hp
556 hp9k2[0-9][0-9] | hp9k31[0-9])
557 basic_machine=m68000-hp
559 hp9k3[2-9][0-9])
560 basic_machine=m68k-hp
562 hp9k6[0-9][0-9] | hp6[0-9][0-9])
563 basic_machine=hppa1.0-hp
565 hp9k7[0-79][0-9] | hp7[0-79][0-9])
566 basic_machine=hppa1.1-hp
568 hp9k78[0-9] | hp78[0-9])
569 # FIXME: really hppa2.0-hp
570 basic_machine=hppa1.1-hp
572 hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
573 # FIXME: really hppa2.0-hp
574 basic_machine=hppa1.1-hp
576 hp9k8[0-9][13679] | hp8[0-9][13679])
577 basic_machine=hppa1.1-hp
579 hp9k8[0-9][0-9] | hp8[0-9][0-9])
580 basic_machine=hppa1.0-hp
582 hppa-next)
583 os=-nextstep3
585 hppaosf)
586 basic_machine=hppa1.1-hp
587 os=-osf
589 hppro)
590 basic_machine=hppa1.1-hp
591 os=-proelf
593 i370-ibm* | ibm*)
594 basic_machine=i370-ibm
596 # I'm not sure what "Sysv32" means. Should this be sysv3.2?
597 i*86v32)
598 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
599 os=-sysv32
601 i*86v4*)
602 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
603 os=-sysv4
605 i*86v)
606 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
607 os=-sysv
609 i*86sol2)
610 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
611 os=-solaris2
613 i386mach)
614 basic_machine=i386-mach
615 os=-mach
617 i386-vsta | vsta)
618 basic_machine=i386-unknown
619 os=-vsta
621 iris | iris4d)
622 basic_machine=mips-sgi
623 case $os in
624 -irix*)
627 os=-irix4
629 esac
631 isi68 | isi)
632 basic_machine=m68k-isi
633 os=-sysv
635 m88k-omron*)
636 basic_machine=m88k-omron
638 magnum | m3230)
639 basic_machine=mips-mips
640 os=-sysv
642 merlin)
643 basic_machine=ns32k-utek
644 os=-sysv
646 mingw32)
647 basic_machine=i386-pc
648 os=-mingw32
650 miniframe)
651 basic_machine=m68000-convergent
653 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
654 basic_machine=m68k-atari
655 os=-mint
657 mips3*-*)
658 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
660 mips3*)
661 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
663 mmix*)
664 basic_machine=mmix-knuth
665 os=-mmixware
667 monitor)
668 basic_machine=m68k-rom68k
669 os=-coff
671 morphos)
672 basic_machine=powerpc-unknown
673 os=-morphos
675 msdos)
676 basic_machine=i386-pc
677 os=-msdos
679 mvs)
680 basic_machine=i370-ibm
681 os=-mvs
683 ncr3000)
684 basic_machine=i486-ncr
685 os=-sysv4
687 netbsd386)
688 basic_machine=i386-unknown
689 os=-netbsd
691 netwinder)
692 basic_machine=armv4l-rebel
693 os=-linux
695 news | news700 | news800 | news900)
696 basic_machine=m68k-sony
697 os=-newsos
699 news1000)
700 basic_machine=m68030-sony
701 os=-newsos
703 news-3600 | risc-news)
704 basic_machine=mips-sony
705 os=-newsos
707 necv70)
708 basic_machine=v70-nec
709 os=-sysv
711 next | m*-next )
712 basic_machine=m68k-next
713 case $os in
714 -nextstep* )
716 -ns2*)
717 os=-nextstep2
720 os=-nextstep3
722 esac
724 nh3000)
725 basic_machine=m68k-harris
726 os=-cxux
728 nh[45]000)
729 basic_machine=m88k-harris
730 os=-cxux
732 nindy960)
733 basic_machine=i960-intel
734 os=-nindy
736 mon960)
737 basic_machine=i960-intel
738 os=-mon960
740 nonstopux)
741 basic_machine=mips-compaq
742 os=-nonstopux
744 np1)
745 basic_machine=np1-gould
747 nv1)
748 basic_machine=nv1-cray
749 os=-unicosmp
751 nsr-tandem)
752 basic_machine=nsr-tandem
754 op50n-* | op60c-*)
755 basic_machine=hppa1.1-oki
756 os=-proelf
758 or32 | or32-*)
759 basic_machine=or32-unknown
760 os=-coff
762 os400)
763 basic_machine=powerpc-ibm
764 os=-os400
766 OSE68000 | ose68000)
767 basic_machine=m68000-ericsson
768 os=-ose
770 os68k)
771 basic_machine=m68k-none
772 os=-os68k
774 pa-hitachi)
775 basic_machine=hppa1.1-hitachi
776 os=-hiuxwe2
778 paragon)
779 basic_machine=i860-intel
780 os=-osf
782 pbd)
783 basic_machine=sparc-tti
785 pbb)
786 basic_machine=m68k-tti
788 pc532 | pc532-*)
789 basic_machine=ns32k-pc532
791 pentium | p5 | k5 | k6 | nexgen | viac3)
792 basic_machine=i586-pc
794 pentiumpro | p6 | 6x86 | athlon | athlon_*)
795 basic_machine=i686-pc
797 pentiumii | pentium2 | pentiumiii | pentium3)
798 basic_machine=i686-pc
800 pentium4)
801 basic_machine=i786-pc
803 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
804 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
806 pentiumpro-* | p6-* | 6x86-* | athlon-*)
807 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
809 pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
810 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
812 pentium4-*)
813 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
816 basic_machine=pn-gould
818 power) basic_machine=power-ibm
820 ppc) basic_machine=powerpc-unknown
822 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
824 ppcle | powerpclittle | ppc-le | powerpc-little)
825 basic_machine=powerpcle-unknown
827 ppcle-* | powerpclittle-*)
828 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
830 ppc64) basic_machine=powerpc64-unknown
832 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
834 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
835 basic_machine=powerpc64le-unknown
837 ppc64le-* | powerpc64little-*)
838 basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
840 ps2)
841 basic_machine=i386-ibm
843 pw32)
844 basic_machine=i586-unknown
845 os=-pw32
847 rom68k)
848 basic_machine=m68k-rom68k
849 os=-coff
851 rm[46]00)
852 basic_machine=mips-siemens
854 rtpc | rtpc-*)
855 basic_machine=romp-ibm
857 s390 | s390-*)
858 basic_machine=s390-ibm
860 s390x | s390x-*)
861 basic_machine=s390x-ibm
863 sa29200)
864 basic_machine=a29k-amd
865 os=-udi
867 sb1)
868 basic_machine=mipsisa64sb1-unknown
870 sb1el)
871 basic_machine=mipsisa64sb1el-unknown
873 sei)
874 basic_machine=mips-sei
875 os=-seiux
877 sequent)
878 basic_machine=i386-sequent
881 basic_machine=sh-hitachi
882 os=-hms
884 sh64)
885 basic_machine=sh64-unknown
887 sparclite-wrs | simso-wrs)
888 basic_machine=sparclite-wrs
889 os=-vxworks
891 sps7)
892 basic_machine=m68k-bull
893 os=-sysv2
895 spur)
896 basic_machine=spur-unknown
898 st2000)
899 basic_machine=m68k-tandem
901 stratus)
902 basic_machine=i860-stratus
903 os=-sysv4
905 sun2)
906 basic_machine=m68000-sun
908 sun2os3)
909 basic_machine=m68000-sun
910 os=-sunos3
912 sun2os4)
913 basic_machine=m68000-sun
914 os=-sunos4
916 sun3os3)
917 basic_machine=m68k-sun
918 os=-sunos3
920 sun3os4)
921 basic_machine=m68k-sun
922 os=-sunos4
924 sun4os3)
925 basic_machine=sparc-sun
926 os=-sunos3
928 sun4os4)
929 basic_machine=sparc-sun
930 os=-sunos4
932 sun4sol2)
933 basic_machine=sparc-sun
934 os=-solaris2
936 sun3 | sun3-*)
937 basic_machine=m68k-sun
939 sun4)
940 basic_machine=sparc-sun
942 sun386 | sun386i | roadrunner)
943 basic_machine=i386-sun
945 sv1)
946 basic_machine=sv1-cray
947 os=-unicos
949 symmetry)
950 basic_machine=i386-sequent
951 os=-dynix
953 t3e)
954 basic_machine=alphaev5-cray
955 os=-unicos
957 t90)
958 basic_machine=t90-cray
959 os=-unicos
961 tic54x | c54x*)
962 basic_machine=tic54x-unknown
963 os=-coff
965 tic55x | c55x*)
966 basic_machine=tic55x-unknown
967 os=-coff
969 tic6x | c6x*)
970 basic_machine=tic6x-unknown
971 os=-coff
973 tx39)
974 basic_machine=mipstx39-unknown
976 tx39el)
977 basic_machine=mipstx39el-unknown
979 toad1)
980 basic_machine=pdp10-xkl
981 os=-tops20
983 tower | tower-32)
984 basic_machine=m68k-ncr
986 tpf)
987 basic_machine=s390x-ibm
988 os=-tpf
990 udi29k)
991 basic_machine=a29k-amd
992 os=-udi
994 ultra3)
995 basic_machine=a29k-nyu
996 os=-sym1
998 v810 | necv810)
999 basic_machine=v810-nec
1000 os=-none
1002 vaxv)
1003 basic_machine=vax-dec
1004 os=-sysv
1006 vms)
1007 basic_machine=vax-dec
1008 os=-vms
1010 vpp*|vx|vx-*)
1011 basic_machine=f301-fujitsu
1013 vxworks960)
1014 basic_machine=i960-wrs
1015 os=-vxworks
1017 vxworks68)
1018 basic_machine=m68k-wrs
1019 os=-vxworks
1021 vxworks29k)
1022 basic_machine=a29k-wrs
1023 os=-vxworks
1025 w65*)
1026 basic_machine=w65-wdc
1027 os=-none
1029 w89k-*)
1030 basic_machine=hppa1.1-winbond
1031 os=-proelf
1033 xps | xps100)
1034 basic_machine=xps100-honeywell
1036 ymp)
1037 basic_machine=ymp-cray
1038 os=-unicos
1040 z8k-*-coff)
1041 basic_machine=z8k-unknown
1042 os=-sim
1044 none)
1045 basic_machine=none-none
1046 os=-none
1049 # Here we handle the default manufacturer of certain CPU types. It is in
1050 # some cases the only manufacturer, in others, it is the most popular.
1051 w89k)
1052 basic_machine=hppa1.1-winbond
1054 op50n)
1055 basic_machine=hppa1.1-oki
1057 op60c)
1058 basic_machine=hppa1.1-oki
1060 romp)
1061 basic_machine=romp-ibm
1063 rs6000)
1064 basic_machine=rs6000-ibm
1066 vax)
1067 basic_machine=vax-dec
1069 pdp10)
1070 # there are many clones, so DEC is not a safe bet
1071 basic_machine=pdp10-unknown
1073 pdp11)
1074 basic_machine=pdp11-dec
1076 we32k)
1077 basic_machine=we32k-att
1079 sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
1080 basic_machine=sh-unknown
1082 sh64)
1083 basic_machine=sh64-unknown
1085 sparc | sparcv9 | sparcv9b)
1086 basic_machine=sparc-sun
1088 cydra)
1089 basic_machine=cydra-cydrome
1091 orion)
1092 basic_machine=orion-highlevel
1094 orion105)
1095 basic_machine=clipper-highlevel
1097 mac | mpw | mac-mpw)
1098 basic_machine=m68k-apple
1100 pmac | pmac-mpw)
1101 basic_machine=powerpc-apple
1103 *-unknown)
1104 # Make sure to match an already-canonicalized machine name.
1107 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1108 exit 1
1110 esac
1112 # Here we canonicalize certain aliases for manufacturers.
1113 case $basic_machine in
1114 *-digital*)
1115 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
1117 *-commodore*)
1118 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
1122 esac
1124 # Decode manufacturer-specific aliases for certain operating systems.
1126 if [ x"$os" != x"" ]
1127 then
1128 case $os in
1129 # First match some system type aliases
1130 # that might get confused with valid system types.
1131 # -solaris* is a basic system type, with this one exception.
1132 -solaris1 | -solaris1.*)
1133 os=`echo $os | sed -e 's|solaris1|sunos4|'`
1135 -solaris)
1136 os=-solaris2
1138 -svr4*)
1139 os=-sysv4
1141 -unixware*)
1142 os=-sysv4.2uw
1144 -gnu/linux*)
1145 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
1147 # First accept the basic system types.
1148 # The portable systems comes first.
1149 # Each alternative MUST END IN A *, to match a version number.
1150 # -sysv* is not here because it comes later, after sysvr4.
1151 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1152 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
1153 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1154 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1155 | -aos* \
1156 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1157 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1158 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
1159 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
1160 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1161 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1162 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1163 | -chorusos* | -chorusrdb* \
1164 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1165 | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
1166 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1167 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1168 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1169 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1170 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1171 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
1172 # Remember, each alternative MUST END IN *, to match a version number.
1174 -qnx*)
1175 case $basic_machine in
1176 x86-* | i*86-*)
1179 os=-nto$os
1181 esac
1183 -nto-qnx*)
1185 -nto*)
1186 os=`echo $os | sed -e 's|nto|nto-qnx|'`
1188 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1189 | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
1190 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
1192 -mac*)
1193 os=`echo $os | sed -e 's|mac|macos|'`
1195 -linux-dietlibc)
1196 os=-linux-dietlibc
1198 -linux*)
1199 os=`echo $os | sed -e 's|linux|linux-gnu|'`
1201 -sunos5*)
1202 os=`echo $os | sed -e 's|sunos5|solaris2|'`
1204 -sunos6*)
1205 os=`echo $os | sed -e 's|sunos6|solaris3|'`
1207 -opened*)
1208 os=-openedition
1210 -os400*)
1211 os=-os400
1213 -wince*)
1214 os=-wince
1216 -osfrose*)
1217 os=-osfrose
1219 -osf*)
1220 os=-osf
1222 -utek*)
1223 os=-bsd
1225 -dynix*)
1226 os=-bsd
1228 -acis*)
1229 os=-aos
1231 -atheos*)
1232 os=-atheos
1234 -syllable*)
1235 os=-syllable
1237 -386bsd)
1238 os=-bsd
1240 -ctix* | -uts*)
1241 os=-sysv
1243 -nova*)
1244 os=-rtmk-nova
1246 -ns2 )
1247 os=-nextstep2
1249 -nsk*)
1250 os=-nsk
1252 # Preserve the version number of sinix5.
1253 -sinix5.*)
1254 os=`echo $os | sed -e 's|sinix|sysv|'`
1256 -sinix*)
1257 os=-sysv4
1259 -tpf*)
1260 os=-tpf
1262 -triton*)
1263 os=-sysv3
1265 -oss*)
1266 os=-sysv3
1268 -svr4)
1269 os=-sysv4
1271 -svr3)
1272 os=-sysv3
1274 -sysvr4)
1275 os=-sysv4
1277 # This must come after -sysvr4.
1278 -sysv*)
1280 -ose*)
1281 os=-ose
1283 -es1800*)
1284 os=-ose
1286 -xenix)
1287 os=-xenix
1289 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1290 os=-mint
1292 -aros*)
1293 os=-aros
1295 -kaos*)
1296 os=-kaos
1298 -none)
1301 # Get rid of the `-' at the beginning of $os.
1302 os=`echo $os | sed 's/[^-]*-//'`
1303 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
1304 exit 1
1306 esac
1307 else
1309 # Here we handle the default operating systems that come with various machines.
1310 # The value should be what the vendor currently ships out the door with their
1311 # machine or put another way, the most popular os provided with the machine.
1313 # Note that if you're going to try to match "-MANUFACTURER" here (say,
1314 # "-sun"), then you have to tell the case statement up towards the top
1315 # that MANUFACTURER isn't an operating system. Otherwise, code above
1316 # will signal an error saying that MANUFACTURER isn't an operating
1317 # system, and we'll never get to this point.
1319 case $basic_machine in
1320 *-acorn)
1321 os=-riscix1.2
1323 arm*-rebel)
1324 os=-linux
1326 arm*-semi)
1327 os=-aout
1329 c4x-* | tic4x-*)
1330 os=-coff
1332 # This must come before the *-dec entry.
1333 pdp10-*)
1334 os=-tops20
1336 pdp11-*)
1337 os=-none
1339 *-dec | vax-*)
1340 os=-ultrix4.2
1342 m68*-apollo)
1343 os=-domain
1345 i386-sun)
1346 os=-sunos4.0.2
1348 m68000-sun)
1349 os=-sunos3
1350 # This also exists in the configure program, but was not the
1351 # default.
1352 # os=-sunos4
1354 m68*-cisco)
1355 os=-aout
1357 mips*-cisco)
1358 os=-elf
1360 mips*-*)
1361 os=-elf
1363 or32-*)
1364 os=-coff
1366 *-tti) # must be before sparc entry or we get the wrong os.
1367 os=-sysv3
1369 sparc-* | *-sun)
1370 os=-sunos4.1.1
1372 *-be)
1373 os=-beos
1375 *-ibm)
1376 os=-aix
1378 *-wec)
1379 os=-proelf
1381 *-winbond)
1382 os=-proelf
1384 *-oki)
1385 os=-proelf
1387 *-hp)
1388 os=-hpux
1390 *-hitachi)
1391 os=-hiux
1393 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
1394 os=-sysv
1396 *-cbm)
1397 os=-amigaos
1399 *-dg)
1400 os=-dgux
1402 *-dolphin)
1403 os=-sysv3
1405 m68k-ccur)
1406 os=-rtu
1408 m88k-omron*)
1409 os=-luna
1411 *-next )
1412 os=-nextstep
1414 *-sequent)
1415 os=-ptx
1417 *-crds)
1418 os=-unos
1420 *-ns)
1421 os=-genix
1423 i370-*)
1424 os=-mvs
1426 *-next)
1427 os=-nextstep3
1429 *-gould)
1430 os=-sysv
1432 *-highlevel)
1433 os=-bsd
1435 *-encore)
1436 os=-bsd
1438 *-sgi)
1439 os=-irix
1441 *-siemens)
1442 os=-sysv4
1444 *-masscomp)
1445 os=-rtu
1447 f30[01]-fujitsu | f700-fujitsu)
1448 os=-uxpv
1450 *-rom68k)
1451 os=-coff
1453 *-*bug)
1454 os=-coff
1456 *-apple)
1457 os=-macos
1459 *-atari*)
1460 os=-mint
1463 os=-none
1465 esac
1468 # Here we handle the case where we know the os, and the CPU type, but not the
1469 # manufacturer. We pick the logical manufacturer.
1470 vendor=unknown
1471 case $basic_machine in
1472 *-unknown)
1473 case $os in
1474 -riscix*)
1475 vendor=acorn
1477 -sunos*)
1478 vendor=sun
1480 -aix*)
1481 vendor=ibm
1483 -beos*)
1484 vendor=be
1486 -hpux*)
1487 vendor=hp
1489 -mpeix*)
1490 vendor=hp
1492 -hiux*)
1493 vendor=hitachi
1495 -unos*)
1496 vendor=crds
1498 -dgux*)
1499 vendor=dg
1501 -luna*)
1502 vendor=omron
1504 -genix*)
1505 vendor=ns
1507 -mvs* | -opened*)
1508 vendor=ibm
1510 -os400*)
1511 vendor=ibm
1513 -ptx*)
1514 vendor=sequent
1516 -tpf*)
1517 vendor=ibm
1519 -vxsim* | -vxworks* | -windiss*)
1520 vendor=wrs
1522 -aux*)
1523 vendor=apple
1525 -hms*)
1526 vendor=hitachi
1528 -mpw* | -macos*)
1529 vendor=apple
1531 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1532 vendor=atari
1534 -vos*)
1535 vendor=stratus
1537 esac
1538 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
1540 esac
1542 echo $basic_machine$os
1543 exit 0
1545 # Local variables:
1546 # eval: (add-hook 'write-file-hooks 'time-stamp)
1547 # time-stamp-start: "timestamp='"
1548 # time-stamp-format: "%:y-%02m-%02d"
1549 # time-stamp-end: "'"
1550 # End: