Set OSABI field back to 0 (SysV), to avoid interoperability problems
[nacl-binutils.git] / config.sub
blobaeca74999ca8271784a9923aef094da051259bb5
1 #! /bin/sh
2 # Configuration validation subroutine script.
3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5 # Inc.
7 timestamp='2007-04-29'
9 # This file is (in principle) common to ALL GNU software.
10 # The presence of a machine in this file suggests that SOME GNU software
11 # can handle that machine. It does not imply ALL GNU software can.
13 # This file is free software; you can redistribute it and/or modify
14 # it under the terms of the GNU General Public License as published by
15 # the Free Software Foundation; either version 2 of the License, or
16 # (at your option) any later version.
18 # This program is distributed in the hope that it will be useful,
19 # but WITHOUT ANY WARRANTY; without even the implied warranty of
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 # GNU General Public License for more details.
23 # You should have received a copy of the GNU General Public License
24 # along with this program; if not, write to the Free Software
25 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
26 # 02110-1301, USA.
28 # As a special exception to the GNU General Public License, if you
29 # distribute this file as part of a program that contains a
30 # configuration script generated by Autoconf, you may include it under
31 # the same distribution terms that you use for the rest of that program.
34 # Please send patches to <config-patches@gnu.org>. Submit a context
35 # diff and a properly formatted ChangeLog entry.
37 # Configuration subroutine to validate and canonicalize a configuration type.
38 # Supply the specified configuration type as an argument.
39 # If it is invalid, we print an error message on stderr and exit with code 1.
40 # Otherwise, we print the canonical config type on stdout and succeed.
42 # This file is supposed to be the same for all GNU packages
43 # and recognize all the CPU types, system types and aliases
44 # that are meaningful with *any* GNU software.
45 # Each package is responsible for reporting which valid configurations
46 # it does not support. The user should be able to distinguish
47 # a failure to support a valid configuration from a meaningless
48 # configuration.
50 # The goal of this file is to map all the various variations of a given
51 # machine specification into a single specification in the form:
52 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
53 # or in some cases, the newer four-part form:
54 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
55 # It is wrong to echo any other type of specification.
57 me=`echo "$0" | sed -e 's,.*/,,'`
59 usage="\
60 Usage: $0 [OPTION] CPU-MFR-OPSYS
61 $0 [OPTION] ALIAS
63 Canonicalize a configuration name.
65 Operation modes:
66 -h, --help print this help, then exit
67 -t, --time-stamp print date of last modification, then exit
68 -v, --version print version number, then exit
70 Report bugs and patches to <config-patches@gnu.org>."
72 version="\
73 GNU config.sub ($timestamp)
75 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
76 Free Software Foundation, Inc.
78 This is free software; see the source for copying conditions. There is NO
79 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
81 help="
82 Try \`$me --help' for more information."
84 # Parse command line
85 while test $# -gt 0 ; do
86 case $1 in
87 --time-stamp | --time* | -t )
88 echo "$timestamp" ; exit ;;
89 --version | -v )
90 echo "$version" ; exit ;;
91 --help | --h* | -h )
92 echo "$usage"; exit ;;
93 -- ) # Stop option processing
94 shift; break ;;
95 - ) # Use stdin as input.
96 break ;;
97 -* )
98 echo "$me: invalid option $1$help"
99 exit 1 ;;
101 *local*)
102 # First pass through any local machine types.
103 echo $1
104 exit ;;
107 break ;;
108 esac
109 done
111 case $# in
112 0) echo "$me: missing argument$help" >&2
113 exit 1;;
114 1) ;;
115 *) echo "$me: too many arguments$help" >&2
116 exit 1;;
117 esac
119 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
120 # Here we must recognize all the valid KERNEL-OS combinations.
121 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
122 case $maybe_os in
123 nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
124 uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
125 storm-chaos* | os2-emx* | rtmk-nova*)
126 os=-$maybe_os
127 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
130 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
131 if [ $basic_machine != $1 ]
132 then os=`echo $1 | sed 's/.*-/-/'`
133 else os=; fi
135 esac
137 ### Let's recognize common machines as not being operating systems so
138 ### that things like config.sub decstation-3100 work. We also
139 ### recognize some manufacturers as not being operating systems, so we
140 ### can provide default operating systems below.
141 case $os in
142 -sun*os*)
143 # Prevent following clause from handling this invalid input.
145 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
146 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
147 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
148 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
149 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
150 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
151 -apple | -axis | -knuth | -cray)
153 basic_machine=$1
155 -sim | -cisco | -oki | -wec | -winbond)
157 basic_machine=$1
159 -scout)
161 -wrs)
162 os=-vxworks
163 basic_machine=$1
165 -chorusos*)
166 os=-chorusos
167 basic_machine=$1
169 -chorusrdb)
170 os=-chorusrdb
171 basic_machine=$1
173 -hiux*)
174 os=-hiuxwe2
176 -sco6)
177 os=-sco5v6
178 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
180 -sco5)
181 os=-sco3.2v5
182 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
184 -sco4)
185 os=-sco3.2v4
186 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
188 -sco3.2.[4-9]*)
189 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
190 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
192 -sco3.2v[4-9]*)
193 # Don't forget version if it is 3.2v4 or newer.
194 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
196 -sco5v6*)
197 # Don't forget version if it is 3.2v4 or newer.
198 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
200 -sco*)
201 os=-sco3.2v2
202 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
204 -udk*)
205 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
207 -isc)
208 os=-isc2.2
209 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
211 -clix*)
212 basic_machine=clipper-intergraph
214 -isc*)
215 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
217 -lynx*)
218 os=-lynxos
220 -ptx*)
221 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
223 -windowsnt*)
224 os=`echo $os | sed -e 's/windowsnt/winnt/'`
226 -psos*)
227 os=-psos
229 -mint | -mint[0-9]*)
230 basic_machine=m68k-atari
231 os=-mint
233 esac
235 # Decode aliases for certain CPU-COMPANY combinations.
236 case $basic_machine in
237 # Recognize the basic CPU types without company name.
238 # Some are omitted here because they have special meanings below.
239 1750a | 580 \
240 | a29k \
241 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
242 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
243 | am33_2.0 \
244 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
245 | bfin \
246 | c4x | clipper \
247 | d10v | d30v | dlx | dsp16xx \
248 | fido | fr30 | frv \
249 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
250 | i370 | i860 | i960 | ia64 \
251 | ip2k | iq2000 \
252 | m32c | m32r | m32rle | m68000 | m68k | m88k \
253 | maxq | mb | microblaze | mcore | mep \
254 | mips | mipsbe | mipseb | mipsel | mipsle \
255 | mips16 \
256 | mips64 | mips64el \
257 | mips64vr | mips64vrel \
258 | mips64orion | mips64orionel \
259 | mips64vr4100 | mips64vr4100el \
260 | mips64vr4300 | mips64vr4300el \
261 | mips64vr5000 | mips64vr5000el \
262 | mips64vr5900 | mips64vr5900el \
263 | mipsisa32 | mipsisa32el \
264 | mipsisa32r2 | mipsisa32r2el \
265 | mipsisa64 | mipsisa64el \
266 | mipsisa64r2 | mipsisa64r2el \
267 | mipsisa64sb1 | mipsisa64sb1el \
268 | mipsisa64sr71k | mipsisa64sr71kel \
269 | mipstx39 | mipstx39el \
270 | mn10200 | mn10300 \
271 | mt \
272 | msp430 \
273 | nios | nios2 \
274 | ns16k | ns32k \
275 | or32 \
276 | pdp10 | pdp11 | pj | pjl \
277 | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
278 | pyramid \
279 | score \
280 | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
281 | sh64 | sh64le \
282 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
283 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
284 | spu | strongarm \
285 | tahoe | thumb | tic4x | tic80 | tron \
286 | v850 | v850e \
287 | we32k \
288 | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
289 | z8k)
290 basic_machine=$basic_machine-unknown
292 m6811 | m68hc11 | m6812 | m68hc12)
293 # Motorola 68HC11/12.
294 basic_machine=$basic_machine-unknown
295 os=-none
297 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
299 ms1)
300 basic_machine=mt-unknown
303 # We use `pc' rather than `unknown'
304 # because (1) that's what they normally are, and
305 # (2) the word "unknown" tends to confuse beginning users.
306 i*86 | x86_64)
307 basic_machine=$basic_machine-pc
309 nacl*)
310 basic_machine=i686-pc
311 os=-nacl
313 # Object if more than one company name word.
314 *-*-*)
315 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
316 exit 1
318 # Recognize the basic CPU types with company name.
319 580-* \
320 | a29k-* \
321 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
322 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
323 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
324 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
325 | avr-* | avr32-* \
326 | bfin-* | bs2000-* \
327 | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
328 | clipper-* | craynv-* | cydra-* \
329 | d10v-* | d30v-* | dlx-* \
330 | elxsi-* \
331 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
332 | h8300-* | h8500-* \
333 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
334 | i*86-* | i860-* | i960-* | ia64-* \
335 | ip2k-* | iq2000-* \
336 | m32c-* | m32r-* | m32rle-* \
337 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
338 | m88110-* | m88k-* | maxq-* | mcore-* \
339 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
340 | mips16-* \
341 | mips64-* | mips64el-* \
342 | mips64vr-* | mips64vrel-* \
343 | mips64orion-* | mips64orionel-* \
344 | mips64vr4100-* | mips64vr4100el-* \
345 | mips64vr4300-* | mips64vr4300el-* \
346 | mips64vr5000-* | mips64vr5000el-* \
347 | mips64vr5900-* | mips64vr5900el-* \
348 | mipsisa32-* | mipsisa32el-* \
349 | mipsisa32r2-* | mipsisa32r2el-* \
350 | mipsisa64-* | mipsisa64el-* \
351 | mipsisa64r2-* | mipsisa64r2el-* \
352 | mipsisa64sb1-* | mipsisa64sb1el-* \
353 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
354 | mipstx39-* | mipstx39el-* \
355 | mmix-* \
356 | mt-* \
357 | msp430-* \
358 | nios-* | nios2-* \
359 | none-* | np1-* | ns16k-* | ns32k-* \
360 | orion-* \
361 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
362 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
363 | pyramid-* \
364 | romp-* | rs6000-* \
365 | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
366 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
367 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
368 | sparclite-* \
369 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
370 | tahoe-* | thumb-* \
371 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
372 | tron-* \
373 | v850-* | v850e-* | vax-* \
374 | we32k-* \
375 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
376 | xstormy16-* | xtensa-* \
377 | ymp-* \
378 | z8k-*)
380 # Recognize the various machine names and aliases which stand
381 # for a CPU type and a company and sometimes even an OS.
382 386bsd)
383 basic_machine=i386-unknown
384 os=-bsd
386 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
387 basic_machine=m68000-att
389 3b*)
390 basic_machine=we32k-att
392 a29khif)
393 basic_machine=a29k-amd
394 os=-udi
396 abacus)
397 basic_machine=abacus-unknown
399 adobe68k)
400 basic_machine=m68010-adobe
401 os=-scout
403 alliant | fx80)
404 basic_machine=fx80-alliant
406 altos | altos3068)
407 basic_machine=m68k-altos
409 am29k)
410 basic_machine=a29k-none
411 os=-bsd
413 amd64)
414 basic_machine=x86_64-pc
416 amd64-*)
417 basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
419 amdahl)
420 basic_machine=580-amdahl
421 os=-sysv
423 amiga | amiga-*)
424 basic_machine=m68k-unknown
426 amigaos | amigados)
427 basic_machine=m68k-unknown
428 os=-amigaos
430 amigaunix | amix)
431 basic_machine=m68k-unknown
432 os=-sysv4
434 apollo68)
435 basic_machine=m68k-apollo
436 os=-sysv
438 apollo68bsd)
439 basic_machine=m68k-apollo
440 os=-bsd
442 aux)
443 basic_machine=m68k-apple
444 os=-aux
446 balance)
447 basic_machine=ns32k-sequent
448 os=-dynix
450 c90)
451 basic_machine=c90-cray
452 os=-unicos
454 convex-c1)
455 basic_machine=c1-convex
456 os=-bsd
458 convex-c2)
459 basic_machine=c2-convex
460 os=-bsd
462 convex-c32)
463 basic_machine=c32-convex
464 os=-bsd
466 convex-c34)
467 basic_machine=c34-convex
468 os=-bsd
470 convex-c38)
471 basic_machine=c38-convex
472 os=-bsd
474 cray | j90)
475 basic_machine=j90-cray
476 os=-unicos
478 craynv)
479 basic_machine=craynv-cray
480 os=-unicosmp
482 cr16c)
483 basic_machine=cr16c-unknown
484 os=-elf
486 crds | unos)
487 basic_machine=m68k-crds
489 crisv32 | crisv32-* | etraxfs*)
490 basic_machine=crisv32-axis
492 cris | cris-* | etrax*)
493 basic_machine=cris-axis
495 crx)
496 basic_machine=crx-unknown
497 os=-elf
499 da30 | da30-*)
500 basic_machine=m68k-da30
502 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
503 basic_machine=mips-dec
505 decsystem10* | dec10*)
506 basic_machine=pdp10-dec
507 os=-tops10
509 decsystem20* | dec20*)
510 basic_machine=pdp10-dec
511 os=-tops20
513 delta | 3300 | motorola-3300 | motorola-delta \
514 | 3300-motorola | delta-motorola)
515 basic_machine=m68k-motorola
517 delta88)
518 basic_machine=m88k-motorola
519 os=-sysv3
521 djgpp)
522 basic_machine=i586-pc
523 os=-msdosdjgpp
525 dpx20 | dpx20-*)
526 basic_machine=rs6000-bull
527 os=-bosx
529 dpx2* | dpx2*-bull)
530 basic_machine=m68k-bull
531 os=-sysv3
533 ebmon29k)
534 basic_machine=a29k-amd
535 os=-ebmon
537 elxsi)
538 basic_machine=elxsi-elxsi
539 os=-bsd
541 encore | umax | mmax)
542 basic_machine=ns32k-encore
544 es1800 | OSE68k | ose68k | ose | OSE)
545 basic_machine=m68k-ericsson
546 os=-ose
548 fx2800)
549 basic_machine=i860-alliant
551 genix)
552 basic_machine=ns32k-ns
554 gmicro)
555 basic_machine=tron-gmicro
556 os=-sysv
558 go32)
559 basic_machine=i386-pc
560 os=-go32
562 h3050r* | hiux*)
563 basic_machine=hppa1.1-hitachi
564 os=-hiuxwe2
566 h8300hms)
567 basic_machine=h8300-hitachi
568 os=-hms
570 h8300xray)
571 basic_machine=h8300-hitachi
572 os=-xray
574 h8500hms)
575 basic_machine=h8500-hitachi
576 os=-hms
578 harris)
579 basic_machine=m88k-harris
580 os=-sysv3
582 hp300-*)
583 basic_machine=m68k-hp
585 hp300bsd)
586 basic_machine=m68k-hp
587 os=-bsd
589 hp300hpux)
590 basic_machine=m68k-hp
591 os=-hpux
593 hp3k9[0-9][0-9] | hp9[0-9][0-9])
594 basic_machine=hppa1.0-hp
596 hp9k2[0-9][0-9] | hp9k31[0-9])
597 basic_machine=m68000-hp
599 hp9k3[2-9][0-9])
600 basic_machine=m68k-hp
602 hp9k6[0-9][0-9] | hp6[0-9][0-9])
603 basic_machine=hppa1.0-hp
605 hp9k7[0-79][0-9] | hp7[0-79][0-9])
606 basic_machine=hppa1.1-hp
608 hp9k78[0-9] | hp78[0-9])
609 # FIXME: really hppa2.0-hp
610 basic_machine=hppa1.1-hp
612 hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
613 # FIXME: really hppa2.0-hp
614 basic_machine=hppa1.1-hp
616 hp9k8[0-9][13679] | hp8[0-9][13679])
617 basic_machine=hppa1.1-hp
619 hp9k8[0-9][0-9] | hp8[0-9][0-9])
620 basic_machine=hppa1.0-hp
622 hppa-next)
623 os=-nextstep3
625 hppaosf)
626 basic_machine=hppa1.1-hp
627 os=-osf
629 hppro)
630 basic_machine=hppa1.1-hp
631 os=-proelf
633 i370-ibm* | ibm*)
634 basic_machine=i370-ibm
636 # I'm not sure what "Sysv32" means. Should this be sysv3.2?
637 i*86v32)
638 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
639 os=-sysv32
641 i*86v4*)
642 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
643 os=-sysv4
645 i*86v)
646 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
647 os=-sysv
649 i*86sol2)
650 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
651 os=-solaris2
653 i386mach)
654 basic_machine=i386-mach
655 os=-mach
657 i386-vsta | vsta)
658 basic_machine=i386-unknown
659 os=-vsta
661 iris | iris4d)
662 basic_machine=mips-sgi
663 case $os in
664 -irix*)
667 os=-irix4
669 esac
671 isi68 | isi)
672 basic_machine=m68k-isi
673 os=-sysv
675 m88k-omron*)
676 basic_machine=m88k-omron
678 magnum | m3230)
679 basic_machine=mips-mips
680 os=-sysv
682 merlin)
683 basic_machine=ns32k-utek
684 os=-sysv
686 mingw32)
687 basic_machine=i386-pc
688 os=-mingw32
690 mingw32ce)
691 basic_machine=arm-unknown
692 os=-mingw32ce
694 miniframe)
695 basic_machine=m68000-convergent
697 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
698 basic_machine=m68k-atari
699 os=-mint
701 mips3*-*)
702 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
704 mips3*)
705 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
707 monitor)
708 basic_machine=m68k-rom68k
709 os=-coff
711 morphos)
712 basic_machine=powerpc-unknown
713 os=-morphos
715 msdos)
716 basic_machine=i386-pc
717 os=-msdos
719 ms1-*)
720 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
722 mvs)
723 basic_machine=i370-ibm
724 os=-mvs
726 ncr3000)
727 basic_machine=i486-ncr
728 os=-sysv4
730 netbsd386)
731 basic_machine=i386-unknown
732 os=-netbsd
734 netwinder)
735 basic_machine=armv4l-rebel
736 os=-linux
738 news | news700 | news800 | news900)
739 basic_machine=m68k-sony
740 os=-newsos
742 news1000)
743 basic_machine=m68030-sony
744 os=-newsos
746 news-3600 | risc-news)
747 basic_machine=mips-sony
748 os=-newsos
750 necv70)
751 basic_machine=v70-nec
752 os=-sysv
754 next | m*-next )
755 basic_machine=m68k-next
756 case $os in
757 -nextstep* )
759 -ns2*)
760 os=-nextstep2
763 os=-nextstep3
765 esac
767 nh3000)
768 basic_machine=m68k-harris
769 os=-cxux
771 nh[45]000)
772 basic_machine=m88k-harris
773 os=-cxux
775 nindy960)
776 basic_machine=i960-intel
777 os=-nindy
779 mon960)
780 basic_machine=i960-intel
781 os=-mon960
783 nonstopux)
784 basic_machine=mips-compaq
785 os=-nonstopux
787 np1)
788 basic_machine=np1-gould
790 nsr-tandem)
791 basic_machine=nsr-tandem
793 op50n-* | op60c-*)
794 basic_machine=hppa1.1-oki
795 os=-proelf
797 openrisc | openrisc-*)
798 basic_machine=or32-unknown
800 os400)
801 basic_machine=powerpc-ibm
802 os=-os400
804 OSE68000 | ose68000)
805 basic_machine=m68000-ericsson
806 os=-ose
808 os68k)
809 basic_machine=m68k-none
810 os=-os68k
812 pa-hitachi)
813 basic_machine=hppa1.1-hitachi
814 os=-hiuxwe2
816 paragon)
817 basic_machine=i860-intel
818 os=-osf
820 pbd)
821 basic_machine=sparc-tti
823 pbb)
824 basic_machine=m68k-tti
826 pc532 | pc532-*)
827 basic_machine=ns32k-pc532
829 pc98)
830 basic_machine=i386-pc
832 pc98-*)
833 basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
835 pentium | p5 | k5 | k6 | nexgen | viac3)
836 basic_machine=i586-pc
838 pentiumpro | p6 | 6x86 | athlon | athlon_*)
839 basic_machine=i686-pc
841 pentiumii | pentium2 | pentiumiii | pentium3)
842 basic_machine=i686-pc
844 pentium4)
845 basic_machine=i786-pc
847 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
848 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
850 pentiumpro-* | p6-* | 6x86-* | athlon-*)
851 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
853 pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
854 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
856 pentium4-*)
857 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
860 basic_machine=pn-gould
862 power) basic_machine=power-ibm
864 ppc) basic_machine=powerpc-unknown
866 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
868 ppcle | powerpclittle | ppc-le | powerpc-little)
869 basic_machine=powerpcle-unknown
871 ppcle-* | powerpclittle-*)
872 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
874 ppc64) basic_machine=powerpc64-unknown
876 ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
878 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
879 basic_machine=powerpc64le-unknown
881 ppc64le-* | powerpc64little-*)
882 basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
884 ps2)
885 basic_machine=i386-ibm
887 pw32)
888 basic_machine=i586-unknown
889 os=-pw32
891 rdos)
892 basic_machine=i386-pc
893 os=-rdos
895 rom68k)
896 basic_machine=m68k-rom68k
897 os=-coff
899 rm[46]00)
900 basic_machine=mips-siemens
902 rtpc | rtpc-*)
903 basic_machine=romp-ibm
905 s390 | s390-*)
906 basic_machine=s390-ibm
908 s390x | s390x-*)
909 basic_machine=s390x-ibm
911 sa29200)
912 basic_machine=a29k-amd
913 os=-udi
915 sb1)
916 basic_machine=mipsisa64sb1-unknown
918 sb1el)
919 basic_machine=mipsisa64sb1el-unknown
921 sde)
922 basic_machine=mipsisa32-sde
923 os=-elf
925 sei)
926 basic_machine=mips-sei
927 os=-seiux
929 sequent)
930 basic_machine=i386-sequent
933 basic_machine=sh-hitachi
934 os=-hms
936 sh5el)
937 basic_machine=sh5le-unknown
939 sh64)
940 basic_machine=sh64-unknown
942 sparclite-wrs | simso-wrs)
943 basic_machine=sparclite-wrs
944 os=-vxworks
946 sps7)
947 basic_machine=m68k-bull
948 os=-sysv2
950 spur)
951 basic_machine=spur-unknown
953 st2000)
954 basic_machine=m68k-tandem
956 stratus)
957 basic_machine=i860-stratus
958 os=-sysv4
960 sun2)
961 basic_machine=m68000-sun
963 sun2os3)
964 basic_machine=m68000-sun
965 os=-sunos3
967 sun2os4)
968 basic_machine=m68000-sun
969 os=-sunos4
971 sun3os3)
972 basic_machine=m68k-sun
973 os=-sunos3
975 sun3os4)
976 basic_machine=m68k-sun
977 os=-sunos4
979 sun4os3)
980 basic_machine=sparc-sun
981 os=-sunos3
983 sun4os4)
984 basic_machine=sparc-sun
985 os=-sunos4
987 sun4sol2)
988 basic_machine=sparc-sun
989 os=-solaris2
991 sun3 | sun3-*)
992 basic_machine=m68k-sun
994 sun4)
995 basic_machine=sparc-sun
997 sun386 | sun386i | roadrunner)
998 basic_machine=i386-sun
1000 sv1)
1001 basic_machine=sv1-cray
1002 os=-unicos
1004 symmetry)
1005 basic_machine=i386-sequent
1006 os=-dynix
1008 t3e)
1009 basic_machine=alphaev5-cray
1010 os=-unicos
1012 t90)
1013 basic_machine=t90-cray
1014 os=-unicos
1016 tic54x | c54x*)
1017 basic_machine=tic54x-unknown
1018 os=-coff
1020 tic55x | c55x*)
1021 basic_machine=tic55x-unknown
1022 os=-coff
1024 tic6x | c6x*)
1025 basic_machine=tic6x-unknown
1026 os=-coff
1028 tx39)
1029 basic_machine=mipstx39-unknown
1031 tx39el)
1032 basic_machine=mipstx39el-unknown
1034 toad1)
1035 basic_machine=pdp10-xkl
1036 os=-tops20
1038 tower | tower-32)
1039 basic_machine=m68k-ncr
1041 tpf)
1042 basic_machine=s390x-ibm
1043 os=-tpf
1045 udi29k)
1046 basic_machine=a29k-amd
1047 os=-udi
1049 ultra3)
1050 basic_machine=a29k-nyu
1051 os=-sym1
1053 v810 | necv810)
1054 basic_machine=v810-nec
1055 os=-none
1057 vaxv)
1058 basic_machine=vax-dec
1059 os=-sysv
1061 vms)
1062 basic_machine=vax-dec
1063 os=-vms
1065 vpp*|vx|vx-*)
1066 basic_machine=f301-fujitsu
1068 vxworks960)
1069 basic_machine=i960-wrs
1070 os=-vxworks
1072 vxworks68)
1073 basic_machine=m68k-wrs
1074 os=-vxworks
1076 vxworks29k)
1077 basic_machine=a29k-wrs
1078 os=-vxworks
1080 w65*)
1081 basic_machine=w65-wdc
1082 os=-none
1084 w89k-*)
1085 basic_machine=hppa1.1-winbond
1086 os=-proelf
1088 xbox)
1089 basic_machine=i686-pc
1090 os=-mingw32
1092 xps | xps100)
1093 basic_machine=xps100-honeywell
1095 ymp)
1096 basic_machine=ymp-cray
1097 os=-unicos
1099 z8k-*-coff)
1100 basic_machine=z8k-unknown
1101 os=-sim
1103 none)
1104 basic_machine=none-none
1105 os=-none
1108 # Here we handle the default manufacturer of certain CPU types. It is in
1109 # some cases the only manufacturer, in others, it is the most popular.
1110 w89k)
1111 basic_machine=hppa1.1-winbond
1113 op50n)
1114 basic_machine=hppa1.1-oki
1116 op60c)
1117 basic_machine=hppa1.1-oki
1119 romp)
1120 basic_machine=romp-ibm
1122 mmix)
1123 basic_machine=mmix-knuth
1125 rs6000)
1126 basic_machine=rs6000-ibm
1128 vax)
1129 basic_machine=vax-dec
1131 pdp10)
1132 # there are many clones, so DEC is not a safe bet
1133 basic_machine=pdp10-unknown
1135 pdp11)
1136 basic_machine=pdp11-dec
1138 we32k)
1139 basic_machine=we32k-att
1141 sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
1142 basic_machine=sh-unknown
1144 sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
1145 basic_machine=sparc-sun
1147 cydra)
1148 basic_machine=cydra-cydrome
1150 orion)
1151 basic_machine=orion-highlevel
1153 orion105)
1154 basic_machine=clipper-highlevel
1156 mac | mpw | mac-mpw)
1157 basic_machine=m68k-apple
1159 pmac | pmac-mpw)
1160 basic_machine=powerpc-apple
1162 *-unknown)
1163 # Make sure to match an already-canonicalized machine name.
1166 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1167 exit 1
1169 esac
1171 # Here we canonicalize certain aliases for manufacturers.
1172 case $basic_machine in
1173 *-digital*)
1174 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
1176 *-commodore*)
1177 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
1181 esac
1183 # Decode manufacturer-specific aliases for certain operating systems.
1185 if [ x"$os" != x"" ]
1186 then
1187 case $os in
1188 # First match some system type aliases
1189 # that might get confused with valid system types.
1190 # -solaris* is a basic system type, with this one exception.
1191 -solaris1 | -solaris1.*)
1192 os=`echo $os | sed -e 's|solaris1|sunos4|'`
1194 -solaris)
1195 os=-solaris2
1197 -svr4*)
1198 os=-sysv4
1200 -unixware*)
1201 os=-sysv4.2uw
1203 -gnu/linux*)
1204 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
1206 # First accept the basic system types.
1207 # The portable systems comes first.
1208 # Each alternative MUST END IN A *, to match a version number.
1209 # -sysv* is not here because it comes later, after sysvr4.
1210 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1211 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
1212 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1213 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1214 | -aos* \
1215 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1216 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1217 | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
1218 | -openbsd* | -solidbsd* \
1219 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
1220 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1221 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1222 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1223 | -chorusos* | -chorusrdb* \
1224 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1225 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
1226 | -uxpv* | -beos* | -mpeix* | -udk* \
1227 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1228 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1229 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1230 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1231 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1232 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1233 | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1234 # Remember, each alternative MUST END IN *, to match a version number.
1236 -qnx*)
1237 case $basic_machine in
1238 x86-* | i*86-*)
1241 os=-nto$os
1243 esac
1245 -nacl*)
1246 os=-nacl
1248 -nto-qnx*)
1250 -nto*)
1251 os=`echo $os | sed -e 's|nto|nto-qnx|'`
1253 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1254 | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
1255 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
1257 -mac*)
1258 os=`echo $os | sed -e 's|mac|macos|'`
1260 -linux-dietlibc)
1261 os=-linux-dietlibc
1263 -linux*)
1264 os=`echo $os | sed -e 's|linux|linux-gnu|'`
1266 -sunos5*)
1267 os=`echo $os | sed -e 's|sunos5|solaris2|'`
1269 -sunos6*)
1270 os=`echo $os | sed -e 's|sunos6|solaris3|'`
1272 -opened*)
1273 os=-openedition
1275 -os400*)
1276 os=-os400
1278 -wince*)
1279 os=-wince
1281 -osfrose*)
1282 os=-osfrose
1284 -osf*)
1285 os=-osf
1287 -utek*)
1288 os=-bsd
1290 -dynix*)
1291 os=-bsd
1293 -acis*)
1294 os=-aos
1296 -atheos*)
1297 os=-atheos
1299 -syllable*)
1300 os=-syllable
1302 -386bsd)
1303 os=-bsd
1305 -ctix* | -uts*)
1306 os=-sysv
1308 -nova*)
1309 os=-rtmk-nova
1311 -ns2 )
1312 os=-nextstep2
1314 -nsk*)
1315 os=-nsk
1317 # Preserve the version number of sinix5.
1318 -sinix5.*)
1319 os=`echo $os | sed -e 's|sinix|sysv|'`
1321 -sinix*)
1322 os=-sysv4
1324 -tpf*)
1325 os=-tpf
1327 -triton*)
1328 os=-sysv3
1330 -oss*)
1331 os=-sysv3
1333 -svr4)
1334 os=-sysv4
1336 -svr3)
1337 os=-sysv3
1339 -sysvr4)
1340 os=-sysv4
1342 # This must come after -sysvr4.
1343 -sysv*)
1345 -ose*)
1346 os=-ose
1348 -es1800*)
1349 os=-ose
1351 -xenix)
1352 os=-xenix
1354 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1355 os=-mint
1357 -aros*)
1358 os=-aros
1360 -kaos*)
1361 os=-kaos
1363 -zvmoe)
1364 os=-zvmoe
1366 -none)
1369 # Get rid of the `-' at the beginning of $os.
1370 os=`echo $os | sed 's/[^-]*-//'`
1371 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
1372 exit 1
1374 esac
1375 else
1377 # Here we handle the default operating systems that come with various machines.
1378 # The value should be what the vendor currently ships out the door with their
1379 # machine or put another way, the most popular os provided with the machine.
1381 # Note that if you're going to try to match "-MANUFACTURER" here (say,
1382 # "-sun"), then you have to tell the case statement up towards the top
1383 # that MANUFACTURER isn't an operating system. Otherwise, code above
1384 # will signal an error saying that MANUFACTURER isn't an operating
1385 # system, and we'll never get to this point.
1387 case $basic_machine in
1388 score-*)
1389 os=-elf
1391 spu-*)
1392 os=-elf
1394 *-acorn)
1395 os=-riscix1.2
1397 arm*-rebel)
1398 os=-linux
1400 arm*-semi)
1401 os=-aout
1403 c4x-* | tic4x-*)
1404 os=-coff
1406 # This must come before the *-dec entry.
1407 pdp10-*)
1408 os=-tops20
1410 pdp11-*)
1411 os=-none
1413 *-dec | vax-*)
1414 os=-ultrix4.2
1416 m68*-apollo)
1417 os=-domain
1419 i386-sun)
1420 os=-sunos4.0.2
1422 m68000-sun)
1423 os=-sunos3
1424 # This also exists in the configure program, but was not the
1425 # default.
1426 # os=-sunos4
1428 m68*-cisco)
1429 os=-aout
1431 mep-*)
1432 os=-elf
1434 mips*-cisco)
1435 os=-elf
1437 mips*-*)
1438 os=-elf
1440 or32-*)
1441 os=-coff
1443 *-tti) # must be before sparc entry or we get the wrong os.
1444 os=-sysv3
1446 sparc-* | *-sun)
1447 os=-sunos4.1.1
1449 *-be)
1450 os=-beos
1452 *-haiku)
1453 os=-haiku
1455 *-ibm)
1456 os=-aix
1458 *-knuth)
1459 os=-mmixware
1461 *-wec)
1462 os=-proelf
1464 *-winbond)
1465 os=-proelf
1467 *-oki)
1468 os=-proelf
1470 *-hp)
1471 os=-hpux
1473 *-hitachi)
1474 os=-hiux
1476 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
1477 os=-sysv
1479 *-cbm)
1480 os=-amigaos
1482 *-dg)
1483 os=-dgux
1485 *-dolphin)
1486 os=-sysv3
1488 m68k-ccur)
1489 os=-rtu
1491 m88k-omron*)
1492 os=-luna
1494 *-next )
1495 os=-nextstep
1497 *-sequent)
1498 os=-ptx
1500 *-crds)
1501 os=-unos
1503 *-ns)
1504 os=-genix
1506 i370-*)
1507 os=-mvs
1509 *-next)
1510 os=-nextstep3
1512 *-gould)
1513 os=-sysv
1515 *-highlevel)
1516 os=-bsd
1518 *-encore)
1519 os=-bsd
1521 *-sgi)
1522 os=-irix
1524 *-siemens)
1525 os=-sysv4
1527 *-masscomp)
1528 os=-rtu
1530 f30[01]-fujitsu | f700-fujitsu)
1531 os=-uxpv
1533 *-rom68k)
1534 os=-coff
1536 *-*bug)
1537 os=-coff
1539 *-apple)
1540 os=-macos
1542 *-atari*)
1543 os=-mint
1546 os=-none
1548 esac
1551 # Here we handle the case where we know the os, and the CPU type, but not the
1552 # manufacturer. We pick the logical manufacturer.
1553 vendor=unknown
1554 case $basic_machine in
1555 *-unknown)
1556 case $os in
1557 -riscix*)
1558 vendor=acorn
1560 -sunos*)
1561 vendor=sun
1563 -aix*)
1564 vendor=ibm
1566 -beos*)
1567 vendor=be
1569 -hpux*)
1570 vendor=hp
1572 -mpeix*)
1573 vendor=hp
1575 -hiux*)
1576 vendor=hitachi
1578 -unos*)
1579 vendor=crds
1581 -dgux*)
1582 vendor=dg
1584 -luna*)
1585 vendor=omron
1587 -genix*)
1588 vendor=ns
1590 -mvs* | -opened*)
1591 vendor=ibm
1593 -os400*)
1594 vendor=ibm
1596 -ptx*)
1597 vendor=sequent
1599 -tpf*)
1600 vendor=ibm
1602 -vxsim* | -vxworks* | -windiss*)
1603 vendor=wrs
1605 -aux*)
1606 vendor=apple
1608 -hms*)
1609 vendor=hitachi
1611 -mpw* | -macos*)
1612 vendor=apple
1614 -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1615 vendor=atari
1617 -vos*)
1618 vendor=stratus
1620 esac
1621 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
1623 esac
1625 echo $basic_machine$os
1626 exit
1628 # Local variables:
1629 # eval: (add-hook 'write-file-hooks 'time-stamp)
1630 # time-stamp-start: "timestamp='"
1631 # time-stamp-format: "%:y-%02m-%02d"
1632 # time-stamp-end: "'"
1633 # End: