Radar 8710868: Build a separate version of libcc_kext.a for each ARM slice.
[llvm-gcc-4.2.git] / config.sub
blob0587904081c36cea5cc27b0d54c9c16f588d2edd
1 #! /bin/sh
2 # LLVM LOCAL file update from upstream
3 # Configuration validation subroutine script.
4 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
5 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
6 # Free Software Foundation, Inc.
8 timestamp='2009-08-19'
10 # This file is (in principle) common to ALL GNU software.
11 # The presence of a machine in this file suggests that SOME GNU software
12 # can handle that machine. It does not imply ALL GNU software can.
14 # This file is free software; you can redistribute it and/or modify
15 # it under the terms of the GNU General Public License as published by
16 # the Free Software Foundation; either version 2 of the License, or
17 # (at your option) any later version.
19 # This program is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU General Public License for more details.
24 # You should have received a copy of the GNU General Public License
25 # along with this program; if not, write to the Free Software
26 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
27 # 02110-1301, USA.
29 # As a special exception to the GNU General Public License, if you
30 # distribute this file as part of a program that contains a
31 # configuration script generated by Autoconf, you may include it under
32 # the same distribution terms that you use for the rest of that program.
35 # Please send patches to <config-patches@gnu.org>. Submit a context
36 # diff and a properly formatted GNU ChangeLog entry.
38 # Configuration subroutine to validate and canonicalize a configuration type.
39 # Supply the specified configuration type as an argument.
40 # If it is invalid, we print an error message on stderr and exit with code 1.
41 # Otherwise, we print the canonical config type on stdout and succeed.
43 # You can get the latest version of this script from:
44 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
46 # This file is supposed to be the same for all GNU packages
47 # and recognize all the CPU types, system types and aliases
48 # that are meaningful with *any* GNU software.
49 # Each package is responsible for reporting which valid configurations
50 # it does not support. The user should be able to distinguish
51 # a failure to support a valid configuration from a meaningless
52 # configuration.
54 # The goal of this file is to map all the various variations of a given
55 # machine specification into a single specification in the form:
56 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
57 # or in some cases, the newer four-part form:
58 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
59 # It is wrong to echo any other type of specification.
61 me=`echo "$0" | sed -e 's,.*/,,'`
63 usage="\
64 Usage: $0 [OPTION] CPU-MFR-OPSYS
65 $0 [OPTION] ALIAS
67 Canonicalize a configuration name.
69 Operation modes:
70 -h, --help print this help, then exit
71 -t, --time-stamp print date of last modification, then exit
72 -v, --version print version number, then exit
74 Report bugs and patches to <config-patches@gnu.org>."
76 version="\
77 GNU config.sub ($timestamp)
79 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
80 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
82 This is free software; see the source for copying conditions. There is NO
83 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
85 help="
86 Try \`$me --help' for more information."
88 # Parse command line
89 while test $# -gt 0 ; do
90 case $1 in
91 --time-stamp | --time* | -t )
92 echo "$timestamp" ; exit ;;
93 --version | -v )
94 echo "$version" ; exit ;;
95 --help | --h* | -h )
96 echo "$usage"; exit ;;
97 -- ) # Stop option processing
98 shift; break ;;
99 - ) # Use stdin as input.
100 break ;;
101 -* )
102 echo "$me: invalid option $1$help"
103 exit 1 ;;
105 *local*)
106 # First pass through any local machine types.
107 echo $1
108 exit ;;
111 break ;;
112 esac
113 done
115 case $# in
116 0) echo "$me: missing argument$help" >&2
117 exit 1;;
118 1) ;;
119 *) echo "$me: too many arguments$help" >&2
120 exit 1;;
121 esac
123 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
124 # Here we must recognize all the valid KERNEL-OS combinations.
125 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
126 case $maybe_os in
127 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
128 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
129 kopensolaris*-gnu* | \
130 storm-chaos* | os2-emx* | rtmk-nova*)
131 os=-$maybe_os
132 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
135 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
136 if [ $basic_machine != $1 ]
137 then os=`echo $1 | sed 's/.*-/-/'`
138 else os=; fi
140 esac
142 ### Let's recognize common machines as not being operating systems so
143 ### that things like config.sub decstation-3100 work. We also
144 ### recognize some manufacturers as not being operating systems, so we
145 ### can provide default operating systems below.
146 case $os in
147 -sun*os*)
148 # Prevent following clause from handling this invalid input.
150 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
151 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
152 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
153 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
154 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
155 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
156 -apple | -axis | -knuth | -cray | -microblaze)
158 basic_machine=$1
160 -bluegene*)
161 os=-cnk
163 -sim | -cisco | -oki | -wec | -winbond)
165 basic_machine=$1
167 -scout)
169 -wrs)
170 os=-vxworks
171 basic_machine=$1
173 -chorusos*)
174 os=-chorusos
175 basic_machine=$1
177 -chorusrdb)
178 os=-chorusrdb
179 basic_machine=$1
181 -hiux*)
182 os=-hiuxwe2
184 -sco6)
185 os=-sco5v6
186 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
188 -sco5)
189 os=-sco3.2v5
190 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
192 -sco4)
193 os=-sco3.2v4
194 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
196 -sco3.2.[4-9]*)
197 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
198 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
200 -sco3.2v[4-9]*)
201 # Don't forget version if it is 3.2v4 or newer.
202 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
204 -sco5v6*)
205 # Don't forget version if it is 3.2v4 or newer.
206 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
208 -sco*)
209 os=-sco3.2v2
210 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
212 -udk*)
213 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
215 -isc)
216 os=-isc2.2
217 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
219 -clix*)
220 basic_machine=clipper-intergraph
222 -isc*)
223 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
225 -lynx*)
226 os=-lynxos
228 -ptx*)
229 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
231 -windowsnt*)
232 os=`echo $os | sed -e 's/windowsnt/winnt/'`
234 -psos*)
235 os=-psos
237 -mint | -mint[0-9]*)
238 basic_machine=m68k-atari
239 os=-mint
241 esac
243 # Decode aliases for certain CPU-COMPANY combinations.
244 case $basic_machine in
245 # Recognize the basic CPU types without company name.
246 # Some are omitted here because they have special meanings below.
247 1750a | 580 \
248 | a29k \
249 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
250 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
251 | am33_2.0 \
252 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
253 | bfin \
254 | c4x | clipper \
255 | d10v | d30v | dlx | dsp16xx \
256 | fido | fr30 | frv \
257 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
258 | i370 | i860 | i960 | ia64 \
259 | ip2k | iq2000 \
260 | lm32 \
261 | m32c | m32r | m32rle | m68000 | m68k | m88k \
262 | maxq | mb | microblaze | mcore | mep | metag \
263 | mips | mipsbe | mipseb | mipsel | mipsle \
264 | mips16 \
265 | mips64 | mips64el \
266 | mips64octeon | mips64octeonel \
267 | mips64orion | mips64orionel \
268 | mips64r5900 | mips64r5900el \
269 | mips64vr | mips64vrel \
270 | mips64vr4100 | mips64vr4100el \
271 | mips64vr4300 | mips64vr4300el \
272 | mips64vr5000 | mips64vr5000el \
273 | mips64vr5900 | mips64vr5900el \
274 | mipsisa32 | mipsisa32el \
275 | mipsisa32r2 | mipsisa32r2el \
276 | mipsisa64 | mipsisa64el \
277 | mipsisa64r2 | mipsisa64r2el \
278 | mipsisa64sb1 | mipsisa64sb1el \
279 | mipsisa64sr71k | mipsisa64sr71kel \
280 | mipstx39 | mipstx39el \
281 | mn10200 | mn10300 \
282 | moxie \
283 | mt \
284 | msp430 \
285 | nios | nios2 \
286 | ns16k | ns32k \
287 | or32 \
288 | pdp10 | pdp11 | pj | pjl \
289 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
290 | pyramid \
291 | score \
292 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
293 | sh64 | sh64le \
294 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
295 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
296 | spu | strongarm \
297 | tahoe | thumb | tic4x | tic80 | tron \
298 | v850 | v850e \
299 | we32k \
300 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
301 | z8k | z80)
302 basic_machine=$basic_machine-unknown
304 m6811 | m68hc11 | m6812 | m68hc12)
305 # Motorola 68HC11/12.
306 basic_machine=$basic_machine-unknown
307 os=-none
309 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
311 ms1)
312 basic_machine=mt-unknown
315 # We use `pc' rather than `unknown'
316 # because (1) that's what they normally are, and
317 # (2) the word "unknown" tends to confuse beginning users.
318 i*86 | x86_64)
319 basic_machine=$basic_machine-pc
321 # Object if more than one company name word.
322 *-*-*)
323 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
324 exit 1
326 # Recognize the basic CPU types with company name.
327 580-* \
328 | a29k-* \
329 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
330 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
331 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
332 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
333 | avr-* | avr32-* \
334 | bfin-* | bs2000-* \
335 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
336 | clipper-* | craynv-* | cydra-* \
337 | d10v-* | d30v-* | dlx-* \
338 | elxsi-* \
339 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
340 | h8300-* | h8500-* \
341 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
342 | i*86-* | i860-* | i960-* | ia64-* \
343 | ip2k-* | iq2000-* \
344 | lm32-* \
345 | m32c-* | m32r-* | m32rle-* \
346 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
347 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
348 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
349 | mips16-* \
350 | mips64-* | mips64el-* \
351 | mips64octeon-* | mips64octeonel-* \
352 | mips64orion-* | mips64orionel-* \
353 | mips64r5900-* | mips64r5900el-* \
354 | mips64vr-* | mips64vrel-* \
355 | mips64vr4100-* | mips64vr4100el-* \
356 | mips64vr4300-* | mips64vr4300el-* \
357 | mips64vr5000-* | mips64vr5000el-* \
358 | mips64vr5900-* | mips64vr5900el-* \
359 | mipsisa32-* | mipsisa32el-* \
360 | mipsisa32r2-* | mipsisa32r2el-* \
361 | mipsisa64-* | mipsisa64el-* \
362 | mipsisa64r2-* | mipsisa64r2el-* \
363 | mipsisa64sb1-* | mipsisa64sb1el-* \
364 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
365 | mipstx39-* | mipstx39el-* \
366 | mmix-* \
367 | mt-* \
368 | msp430-* \
369 | nios-* | nios2-* \
370 | none-* | np1-* | ns16k-* | ns32k-* \
371 | orion-* \
372 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
373 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
374 | pyramid-* \
375 | romp-* | rs6000-* \
376 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
377 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
378 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
379 | sparclite-* \
380 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
381 | tahoe-* | thumb-* \
382 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \
383 | tron-* \
384 | v850-* | v850e-* | vax-* \
385 | we32k-* \
386 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
387 | xstormy16-* | xtensa*-* \
388 | ymp-* \
389 | z8k-* | z80-*)
391 # Recognize the basic CPU types without company name, with glob match.
392 xtensa*)
393 basic_machine=$basic_machine-unknown
395 # Recognize the various machine names and aliases which stand
396 # for a CPU type and a company and sometimes even an OS.
397 386bsd)
398 basic_machine=i386-unknown
399 os=-bsd
401 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
402 basic_machine=m68000-att
404 3b*)
405 basic_machine=we32k-att
407 a29khif)
408 basic_machine=a29k-amd
409 os=-udi
411 abacus)
412 basic_machine=abacus-unknown
414 adobe68k)
415 basic_machine=m68010-adobe
416 os=-scout
418 alliant | fx80)
419 basic_machine=fx80-alliant
421 altos | altos3068)
422 basic_machine=m68k-altos
424 am29k)
425 basic_machine=a29k-none
426 os=-bsd
428 amd64)
429 basic_machine=x86_64-pc
431 amd64-*)
432 basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
434 amdahl)
435 basic_machine=580-amdahl
436 os=-sysv
438 amiga | amiga-*)
439 basic_machine=m68k-unknown
441 amigaos | amigados)
442 basic_machine=m68k-unknown
443 os=-amigaos
445 amigaunix | amix)
446 basic_machine=m68k-unknown
447 os=-sysv4
449 apollo68)
450 basic_machine=m68k-apollo
451 os=-sysv
453 apollo68bsd)
454 basic_machine=m68k-apollo
455 os=-bsd
457 aros)
458 basic_machine=i386-pc
459 os=-aros
461 aux)
462 basic_machine=m68k-apple
463 os=-aux
465 balance)
466 basic_machine=ns32k-sequent
467 os=-dynix
469 blackfin)
470 basic_machine=bfin-unknown
471 os=-linux
473 blackfin-*)
474 basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
475 os=-linux
477 bluegene*)
478 basic_machine=powerpc-ibm
479 os=-cnk
481 c90)
482 basic_machine=c90-cray
483 os=-unicos
485 cegcc)
486 basic_machine=arm-unknown
487 os=-cegcc
489 convex-c1)
490 basic_machine=c1-convex
491 os=-bsd
493 convex-c2)
494 basic_machine=c2-convex
495 os=-bsd
497 convex-c32)
498 basic_machine=c32-convex
499 os=-bsd
501 convex-c34)
502 basic_machine=c34-convex
503 os=-bsd
505 convex-c38)
506 basic_machine=c38-convex
507 os=-bsd
509 cray | j90)
510 basic_machine=j90-cray
511 os=-unicos
513 craynv)
514 basic_machine=craynv-cray
515 os=-unicosmp
517 cr16)
518 basic_machine=cr16-unknown
519 os=-elf
521 crds | unos)
522 basic_machine=m68k-crds
524 crisv32 | crisv32-* | etraxfs*)
525 basic_machine=crisv32-axis
527 cris | cris-* | etrax*)
528 basic_machine=cris-axis
530 crx)
531 basic_machine=crx-unknown
532 os=-elf
534 da30 | da30-*)
535 basic_machine=m68k-da30
537 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
538 basic_machine=mips-dec
540 decsystem10* | dec10*)
541 basic_machine=pdp10-dec
542 os=-tops10
544 decsystem20* | dec20*)
545 basic_machine=pdp10-dec
546 os=-tops20
548 delta | 3300 | motorola-3300 | motorola-delta \
549 | 3300-motorola | delta-motorola)
550 basic_machine=m68k-motorola
552 delta88)
553 basic_machine=m88k-motorola
554 os=-sysv3
556 dicos)
557 basic_machine=i686-pc
558 os=-dicos
560 djgpp)
561 basic_machine=i586-pc
562 os=-msdosdjgpp
564 dpx20 | dpx20-*)
565 basic_machine=rs6000-bull
566 os=-bosx
568 dpx2* | dpx2*-bull)
569 basic_machine=m68k-bull
570 os=-sysv3
572 ebmon29k)
573 basic_machine=a29k-amd
574 os=-ebmon
576 elxsi)
577 basic_machine=elxsi-elxsi
578 os=-bsd
580 encore | umax | mmax)
581 basic_machine=ns32k-encore
583 es1800 | OSE68k | ose68k | ose | OSE)
584 basic_machine=m68k-ericsson
585 os=-ose
587 fx2800)
588 basic_machine=i860-alliant
590 genix)
591 basic_machine=ns32k-ns
593 gmicro)
594 basic_machine=tron-gmicro
595 os=-sysv
597 go32)
598 basic_machine=i386-pc
599 os=-go32
601 h3050r* | hiux*)
602 basic_machine=hppa1.1-hitachi
603 os=-hiuxwe2
605 h8300hms)
606 basic_machine=h8300-hitachi
607 os=-hms
609 h8300xray)
610 basic_machine=h8300-hitachi
611 os=-xray
613 h8500hms)
614 basic_machine=h8500-hitachi
615 os=-hms
617 harris)
618 basic_machine=m88k-harris
619 os=-sysv3
621 hp300-*)
622 basic_machine=m68k-hp
624 hp300bsd)
625 basic_machine=m68k-hp
626 os=-bsd
628 hp300hpux)
629 basic_machine=m68k-hp
630 os=-hpux
632 hp3k9[0-9][0-9] | hp9[0-9][0-9])
633 basic_machine=hppa1.0-hp
635 hp9k2[0-9][0-9] | hp9k31[0-9])
636 basic_machine=m68000-hp
638 hp9k3[2-9][0-9])
639 basic_machine=m68k-hp
641 hp9k6[0-9][0-9] | hp6[0-9][0-9])
642 basic_machine=hppa1.0-hp
644 hp9k7[0-79][0-9] | hp7[0-79][0-9])
645 basic_machine=hppa1.1-hp
647 hp9k78[0-9] | hp78[0-9])
648 # FIXME: really hppa2.0-hp
649 basic_machine=hppa1.1-hp
651 hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
652 # FIXME: really hppa2.0-hp
653 basic_machine=hppa1.1-hp
655 hp9k8[0-9][13679] | hp8[0-9][13679])
656 basic_machine=hppa1.1-hp
658 hp9k8[0-9][0-9] | hp8[0-9][0-9])
659 basic_machine=hppa1.0-hp
661 hppa-next)
662 os=-nextstep3
664 hppaosf)
665 basic_machine=hppa1.1-hp
666 os=-osf
668 hppro)
669 basic_machine=hppa1.1-hp
670 os=-proelf
672 i370-ibm* | ibm*)
673 basic_machine=i370-ibm
675 # I'm not sure what "Sysv32" means. Should this be sysv3.2?
676 i*86v32)
677 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
678 os=-sysv32
680 i*86v4*)
681 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
682 os=-sysv4
684 i*86v)
685 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
686 os=-sysv
688 i*86sol2)
689 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
690 os=-solaris2
692 i386mach)
693 basic_machine=i386-mach
694 os=-mach
696 i386-vsta | vsta)
697 basic_machine=i386-unknown
698 os=-vsta
700 iris | iris4d)
701 basic_machine=mips-sgi
702 case $os in
703 -irix*)
706 os=-irix4
708 esac
710 isi68 | isi)
711 basic_machine=m68k-isi
712 os=-sysv
714 m68knommu)
715 basic_machine=m68k-unknown
716 os=-linux
718 m68knommu-*)
719 basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
720 os=-linux
722 m88k-omron*)
723 basic_machine=m88k-omron
725 magnum | m3230)
726 basic_machine=mips-mips
727 os=-sysv
729 merlin)
730 basic_machine=ns32k-utek
731 os=-sysv
733 microblaze)
734 basic_machine=microblaze-xilinx
736 mingw32)
737 basic_machine=i386-pc
738 os=-mingw32
740 mingw32ce)
741 basic_machine=arm-unknown
742 os=-mingw32ce
744 miniframe)
745 basic_machine=m68000-convergent
747 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
748 basic_machine=m68k-atari
749 os=-mint
751 mips3*-*)
752 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
754 mips3*)
755 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
757 monitor)
758 basic_machine=m68k-rom68k
759 os=-coff
761 morphos)
762 basic_machine=powerpc-unknown
763 os=-morphos
765 msdos)
766 basic_machine=i386-pc
767 os=-msdos
769 ms1-*)
770 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
772 mvs)
773 basic_machine=i370-ibm
774 os=-mvs
776 ncr3000)
777 basic_machine=i486-ncr
778 os=-sysv4
780 netbsd386)
781 basic_machine=i386-unknown
782 os=-netbsd
784 netwinder)
785 basic_machine=armv4l-rebel
786 os=-linux
788 news | news700 | news800 | news900)
789 basic_machine=m68k-sony
790 os=-newsos
792 news1000)
793 basic_machine=m68030-sony
794 os=-newsos
796 news-3600 | risc-news)
797 basic_machine=mips-sony
798 os=-newsos
800 necv70)
801 basic_machine=v70-nec
802 os=-sysv
804 next | m*-next )
805 basic_machine=m68k-next
806 case $os in
807 -nextstep* )
809 -ns2*)
810 os=-nextstep2
813 os=-nextstep3
815 esac
817 nh3000)
818 basic_machine=m68k-harris
819 os=-cxux
821 nh[45]000)
822 basic_machine=m88k-harris
823 os=-cxux
825 nindy960)
826 basic_machine=i960-intel
827 os=-nindy
829 mon960)
830 basic_machine=i960-intel
831 os=-mon960
833 nonstopux)
834 basic_machine=mips-compaq
835 os=-nonstopux
837 np1)
838 basic_machine=np1-gould
840 nsr-tandem)
841 basic_machine=nsr-tandem
843 op50n-* | op60c-*)
844 basic_machine=hppa1.1-oki
845 os=-proelf
847 openrisc | openrisc-*)
848 basic_machine=or32-unknown
850 os400)
851 basic_machine=powerpc-ibm
852 os=-os400
854 OSE68000 | ose68000)
855 basic_machine=m68000-ericsson
856 os=-ose
858 os68k)
859 basic_machine=m68k-none
860 os=-os68k
862 pa-hitachi)
863 basic_machine=hppa1.1-hitachi
864 os=-hiuxwe2
866 paragon)
867 basic_machine=i860-intel
868 os=-osf
870 parisc)
871 basic_machine=hppa-unknown
872 os=-linux
874 parisc-*)
875 basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
876 os=-linux
878 pbd)
879 basic_machine=sparc-tti
881 pbb)
882 basic_machine=m68k-tti
884 pc532 | pc532-*)
885 basic_machine=ns32k-pc532
887 pc98)
888 basic_machine=i386-pc
890 pc98-*)
891 basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
893 pentium | p5 | k5 | k6 | nexgen | viac3)
894 basic_machine=i586-pc
896 pentiumpro | p6 | 6x86 | athlon | athlon_*)
897 basic_machine=i686-pc
899 pentiumii | pentium2 | pentiumiii | pentium3)
900 basic_machine=i686-pc
902 pentium4)
903 basic_machine=i786-pc
905 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
906 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
908 pentiumpro-* | p6-* | 6x86-* | athlon-*)
909 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
911 pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
912 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
914 pentium4-*)
915 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
918 basic_machine=pn-gould
920 power) basic_machine=power-ibm
922 ppc) basic_machine=powerpc-unknown
924 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
926 ppcle | powerpclittle | ppc-le | powerpc-little)
927 basic_machine=powerpcle-unknown
929 ppcle-* | powerpclittle-*)
930 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
932 ppc64) basic_machine=powerpc64-unknown
934 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
936 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
937 basic_machine=powerpc64le-unknown
939 ppc64le-* | powerpc64little-*)
940 basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
942 ps2)
943 basic_machine=i386-ibm
945 pw32)
946 basic_machine=i586-unknown
947 os=-pw32
949 rdos)
950 basic_machine=i386-pc
951 os=-rdos
953 rom68k)
954 basic_machine=m68k-rom68k
955 os=-coff
957 rm[46]00)
958 basic_machine=mips-siemens
960 rtpc | rtpc-*)
961 basic_machine=romp-ibm
963 s390 | s390-*)
964 basic_machine=s390-ibm
966 s390x | s390x-*)
967 basic_machine=s390x-ibm
969 sa29200)
970 basic_machine=a29k-amd
971 os=-udi
973 sb1)
974 basic_machine=mipsisa64sb1-unknown
976 sb1el)
977 basic_machine=mipsisa64sb1el-unknown
979 sde)
980 basic_machine=mipsisa32-sde
981 os=-elf
983 sei)
984 basic_machine=mips-sei
985 os=-seiux
987 sequent)
988 basic_machine=i386-sequent
991 basic_machine=sh-hitachi
992 os=-hms
994 sh5el)
995 basic_machine=sh5le-unknown
997 sh64)
998 basic_machine=sh64-unknown
1000 sparclite-wrs | simso-wrs)
1001 basic_machine=sparclite-wrs
1002 os=-vxworks
1004 sps7)
1005 basic_machine=m68k-bull
1006 os=-sysv2
1008 spur)
1009 basic_machine=spur-unknown
1011 st2000)
1012 basic_machine=m68k-tandem
1014 stratus)
1015 basic_machine=i860-stratus
1016 os=-sysv4
1018 sun2)
1019 basic_machine=m68000-sun
1021 sun2os3)
1022 basic_machine=m68000-sun
1023 os=-sunos3
1025 sun2os4)
1026 basic_machine=m68000-sun
1027 os=-sunos4
1029 sun3os3)
1030 basic_machine=m68k-sun
1031 os=-sunos3
1033 sun3os4)
1034 basic_machine=m68k-sun
1035 os=-sunos4
1037 sun4os3)
1038 basic_machine=sparc-sun
1039 os=-sunos3
1041 sun4os4)
1042 basic_machine=sparc-sun
1043 os=-sunos4
1045 sun4sol2)
1046 basic_machine=sparc-sun
1047 os=-solaris2
1049 sun3 | sun3-*)
1050 basic_machine=m68k-sun
1052 sun4)
1053 basic_machine=sparc-sun
1055 sun386 | sun386i | roadrunner)
1056 basic_machine=i386-sun
1058 sv1)
1059 basic_machine=sv1-cray
1060 os=-unicos
1062 symmetry)
1063 basic_machine=i386-sequent
1064 os=-dynix
1066 t3e)
1067 basic_machine=alphaev5-cray
1068 os=-unicos
1070 t90)
1071 basic_machine=t90-cray
1072 os=-unicos
1074 tic54x | c54x*)
1075 basic_machine=tic54x-unknown
1076 os=-coff
1078 tic55x | c55x*)
1079 basic_machine=tic55x-unknown
1080 os=-coff
1082 tic6x | c6x*)
1083 basic_machine=tic6x-unknown
1084 os=-coff
1086 tile*)
1087 basic_machine=tile-unknown
1088 os=-linux-gnu
1090 tx39)
1091 basic_machine=mipstx39-unknown
1093 tx39el)
1094 basic_machine=mipstx39el-unknown
1096 toad1)
1097 basic_machine=pdp10-xkl
1098 os=-tops20
1100 tower | tower-32)
1101 basic_machine=m68k-ncr
1103 tpf)
1104 basic_machine=s390x-ibm
1105 os=-tpf
1107 udi29k)
1108 basic_machine=a29k-amd
1109 os=-udi
1111 ultra3)
1112 basic_machine=a29k-nyu
1113 os=-sym1
1115 v810 | necv810)
1116 basic_machine=v810-nec
1117 os=-none
1119 vaxv)
1120 basic_machine=vax-dec
1121 os=-sysv
1123 vms)
1124 basic_machine=vax-dec
1125 os=-vms
1127 vpp*|vx|vx-*)
1128 basic_machine=f301-fujitsu
1130 vxworks960)
1131 basic_machine=i960-wrs
1132 os=-vxworks
1134 vxworks68)
1135 basic_machine=m68k-wrs
1136 os=-vxworks
1138 vxworks29k)
1139 basic_machine=a29k-wrs
1140 os=-vxworks
1142 w65*)
1143 basic_machine=w65-wdc
1144 os=-none
1146 w89k-*)
1147 basic_machine=hppa1.1-winbond
1148 os=-proelf
1150 xbox)
1151 basic_machine=i686-pc
1152 os=-mingw32
1154 xps | xps100)
1155 basic_machine=xps100-honeywell
1157 ymp)
1158 basic_machine=ymp-cray
1159 os=-unicos
1161 z8k-*-coff)
1162 basic_machine=z8k-unknown
1163 os=-sim
1165 z80-*-coff)
1166 basic_machine=z80-unknown
1167 os=-sim
1169 none)
1170 basic_machine=none-none
1171 os=-none
1174 # Here we handle the default manufacturer of certain CPU types. It is in
1175 # some cases the only manufacturer, in others, it is the most popular.
1176 w89k)
1177 basic_machine=hppa1.1-winbond
1179 op50n)
1180 basic_machine=hppa1.1-oki
1182 op60c)
1183 basic_machine=hppa1.1-oki
1185 romp)
1186 basic_machine=romp-ibm
1188 mmix)
1189 basic_machine=mmix-knuth
1191 rs6000)
1192 basic_machine=rs6000-ibm
1194 vax)
1195 basic_machine=vax-dec
1197 pdp10)
1198 # there are many clones, so DEC is not a safe bet
1199 basic_machine=pdp10-unknown
1201 pdp11)
1202 basic_machine=pdp11-dec
1204 we32k)
1205 basic_machine=we32k-att
1207 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
1208 basic_machine=sh-unknown
1210 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
1211 basic_machine=sparc-sun
1213 cydra)
1214 basic_machine=cydra-cydrome
1216 orion)
1217 basic_machine=orion-highlevel
1219 orion105)
1220 basic_machine=clipper-highlevel
1222 mac | mpw | mac-mpw)
1223 basic_machine=m68k-apple
1225 pmac | pmac-mpw)
1226 basic_machine=powerpc-apple
1228 # LLVM LOCAL begin - TCE target
1229 tce*)
1230 basic_machine=tce-
1232 # LLVM LOCAL end - TCE target
1233 *-unknown)
1234 # Make sure to match an already-canonicalized machine name.
1237 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1238 exit 1
1240 esac
1242 # Here we canonicalize certain aliases for manufacturers.
1243 case $basic_machine in
1244 *-digital*)
1245 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
1247 *-commodore*)
1248 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
1252 esac
1254 # Decode manufacturer-specific aliases for certain operating systems.
1256 if [ x"$os" != x"" ]
1257 then
1258 case $os in
1259 # First match some system type aliases
1260 # that might get confused with valid system types.
1261 # -solaris* is a basic system type, with this one exception.
1262 -solaris1 | -solaris1.*)
1263 os=`echo $os | sed -e 's|solaris1|sunos4|'`
1265 -solaris)
1266 os=-solaris2
1268 -svr4*)
1269 os=-sysv4
1271 -unixware*)
1272 os=-sysv4.2uw
1274 -gnu/linux*)
1275 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
1277 # First accept the basic system types.
1278 # The portable systems comes first.
1279 # Each alternative MUST END IN A *, to match a version number.
1280 # -sysv* is not here because it comes later, after sysvr4.
1281 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1282 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
1283 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1284 | -kopensolaris* \
1285 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1286 | -aos* | -aros* \
1287 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1288 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1289 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1290 | -openbsd* | -solidbsd* \
1291 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
1292 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1293 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1294 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1295 | -chorusos* | -chorusrdb* | -cegcc* \
1296 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1297 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
1298 | -uxpv* | -beos* | -mpeix* | -udk* \
1299 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1300 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1301 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1302 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1303 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1304 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1305 | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1306 # Remember, each alternative MUST END IN *, to match a version number.
1308 -qnx*)
1309 case $basic_machine in
1310 x86-* | i*86-*)
1313 os=-nto$os
1315 esac
1317 -nto-qnx*)
1319 -nto*)
1320 os=`echo $os | sed -e 's|nto|nto-qnx|'`
1322 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1323 | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
1324 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
1326 -mac*)
1327 os=`echo $os | sed -e 's|mac|macos|'`
1329 -linux-dietlibc)
1330 os=-linux-dietlibc
1332 -linux*)
1333 os=`echo $os | sed -e 's|linux|linux-gnu|'`
1335 -sunos5*)
1336 os=`echo $os | sed -e 's|sunos5|solaris2|'`
1338 -sunos6*)
1339 os=`echo $os | sed -e 's|sunos6|solaris3|'`
1341 -opened*)
1342 os=-openedition
1344 -os400*)
1345 os=-os400
1347 -wince*)
1348 os=-wince
1350 -osfrose*)
1351 os=-osfrose
1353 -osf*)
1354 os=-osf
1356 -utek*)
1357 os=-bsd
1359 -dynix*)
1360 os=-bsd
1362 -acis*)
1363 os=-aos
1365 -atheos*)
1366 os=-atheos
1368 -syllable*)
1369 os=-syllable
1371 -386bsd)
1372 os=-bsd
1374 -ctix* | -uts*)
1375 os=-sysv
1377 -nova*)
1378 os=-rtmk-nova
1380 -ns2 )
1381 os=-nextstep2
1383 -nsk*)
1384 os=-nsk
1386 # Preserve the version number of sinix5.
1387 -sinix5.*)
1388 os=`echo $os | sed -e 's|sinix|sysv|'`
1390 -sinix*)
1391 os=-sysv4
1393 -tpf*)
1394 os=-tpf
1396 -triton*)
1397 os=-sysv3
1399 -oss*)
1400 os=-sysv3
1402 -svr4)
1403 os=-sysv4
1405 -svr3)
1406 os=-sysv3
1408 -sysvr4)
1409 os=-sysv4
1411 # This must come after -sysvr4.
1412 -sysv*)
1414 -ose*)
1415 os=-ose
1417 -es1800*)
1418 os=-ose
1420 -xenix)
1421 os=-xenix
1423 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1424 os=-mint
1426 -aros*)
1427 os=-aros
1429 -kaos*)
1430 os=-kaos
1432 -zvmoe)
1433 os=-zvmoe
1435 -dicos*)
1436 os=-dicos
1438 # LLVM LOCAL begin - TCE target
1439 -llvm*)
1441 # LLVM LOCAL end - TCE target
1442 -none)
1445 # Get rid of the `-' at the beginning of $os.
1446 os=`echo $os | sed 's/[^-]*-//'`
1447 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
1448 exit 1
1450 esac
1451 else
1453 # Here we handle the default operating systems that come with various machines.
1454 # The value should be what the vendor currently ships out the door with their
1455 # machine or put another way, the most popular os provided with the machine.
1457 # Note that if you're going to try to match "-MANUFACTURER" here (say,
1458 # "-sun"), then you have to tell the case statement up towards the top
1459 # that MANUFACTURER isn't an operating system. Otherwise, code above
1460 # will signal an error saying that MANUFACTURER isn't an operating
1461 # system, and we'll never get to this point.
1463 case $basic_machine in
1464 score-*)
1465 os=-elf
1467 spu-*)
1468 os=-elf
1470 *-acorn)
1471 os=-riscix1.2
1473 arm*-rebel)
1474 os=-linux
1476 arm*-semi)
1477 os=-aout
1479 c4x-* | tic4x-*)
1480 os=-coff
1482 # This must come before the *-dec entry.
1483 pdp10-*)
1484 os=-tops20
1486 pdp11-*)
1487 os=-none
1489 *-dec | vax-*)
1490 os=-ultrix4.2
1492 m68*-apollo)
1493 os=-domain
1495 i386-sun)
1496 os=-sunos4.0.2
1498 m68000-sun)
1499 os=-sunos3
1500 # This also exists in the configure program, but was not the
1501 # default.
1502 # os=-sunos4
1504 m68*-cisco)
1505 os=-aout
1507 mep-*)
1508 os=-elf
1510 mips*-cisco)
1511 os=-elf
1513 mips*-*)
1514 os=-elf
1516 or32-*)
1517 os=-coff
1519 *-tti) # must be before sparc entry or we get the wrong os.
1520 os=-sysv3
1522 sparc-* | *-sun)
1523 os=-sunos4.1.1
1525 *-be)
1526 os=-beos
1528 *-haiku)
1529 os=-haiku
1531 *-ibm)
1532 os=-aix
1534 *-knuth)
1535 os=-mmixware
1537 *-wec)
1538 os=-proelf
1540 *-winbond)
1541 os=-proelf
1543 *-oki)
1544 os=-proelf
1546 *-hp)
1547 os=-hpux
1549 *-hitachi)
1550 os=-hiux
1552 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
1553 os=-sysv
1555 *-cbm)
1556 os=-amigaos
1558 *-dg)
1559 os=-dgux
1561 *-dolphin)
1562 os=-sysv3
1564 m68k-ccur)
1565 os=-rtu
1567 m88k-omron*)
1568 os=-luna
1570 *-next )
1571 os=-nextstep
1573 *-sequent)
1574 os=-ptx
1576 *-crds)
1577 os=-unos
1579 *-ns)
1580 os=-genix
1582 i370-*)
1583 os=-mvs
1585 *-next)
1586 os=-nextstep3
1588 *-gould)
1589 os=-sysv
1591 *-highlevel)
1592 os=-bsd
1594 *-encore)
1595 os=-bsd
1597 *-sgi)
1598 os=-irix
1600 *-siemens)
1601 os=-sysv4
1603 *-masscomp)
1604 os=-rtu
1606 f30[01]-fujitsu | f700-fujitsu)
1607 os=-uxpv
1609 *-rom68k)
1610 os=-coff
1612 *-*bug)
1613 os=-coff
1615 *-apple)
1616 os=-macos
1618 *-atari*)
1619 os=-mint
1622 os=-none
1624 esac
1627 # Here we handle the case where we know the os, and the CPU type, but not the
1628 # manufacturer. We pick the logical manufacturer.
1629 vendor=unknown
1630 case $basic_machine in
1631 *-unknown)
1632 case $os in
1633 -riscix*)
1634 vendor=acorn
1636 -sunos*)
1637 vendor=sun
1639 -cnk*|-aix*)
1640 vendor=ibm
1642 -beos*)
1643 vendor=be
1645 -hpux*)
1646 vendor=hp
1648 -mpeix*)
1649 vendor=hp
1651 -hiux*)
1652 vendor=hitachi
1654 -unos*)
1655 vendor=crds
1657 -dgux*)
1658 vendor=dg
1660 -luna*)
1661 vendor=omron
1663 -genix*)
1664 vendor=ns
1666 -mvs* | -opened*)
1667 vendor=ibm
1669 -os400*)
1670 vendor=ibm
1672 -ptx*)
1673 vendor=sequent
1675 -tpf*)
1676 vendor=ibm
1678 -vxsim* | -vxworks* | -windiss*)
1679 vendor=wrs
1681 -aux*)
1682 vendor=apple
1684 -hms*)
1685 vendor=hitachi
1687 -mpw* | -macos*)
1688 vendor=apple
1690 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1691 vendor=atari
1693 -vos*)
1694 vendor=stratus
1696 esac
1697 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
1699 esac
1701 echo $basic_machine$os
1702 exit
1704 # Local variables:
1705 # eval: (add-hook 'write-file-hooks 'time-stamp)
1706 # time-stamp-start: "timestamp='"
1707 # time-stamp-format: "%:y-%02m-%02d"
1708 # time-stamp-end: "'"
1709 # End: