2 # Configuration validation subroutine script.
3 # Copyright 1992-2018 Free Software Foundation, Inc.
7 # This file is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or
10 # (at your option) any later version.
12 # This program is distributed in the hope that it will be useful, but
13 # WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, see <https://www.gnu.org/licenses/>.
20 # As a special exception to the GNU General Public License, if you
21 # distribute this file as part of a program that contains a
22 # configuration script generated by Autoconf, you may include it under
23 # the same distribution terms that you use for the rest of that
24 # program. This Exception is an additional permission under section 7
25 # of the GNU General Public License, version 3 ("GPLv3").
28 # Please send patches to <config-patches@gnu.org>.
30 # Configuration subroutine to validate and canonicalize a configuration type.
31 # Supply the specified configuration type as an argument.
32 # If it is invalid, we print an error message on stderr and exit with code 1.
33 # Otherwise, we print the canonical config type on stdout and succeed.
35 # You can get the latest version of this script from:
36 # https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
38 # This file is supposed to be the same for all GNU packages
39 # and recognize all the CPU types, system types and aliases
40 # that are meaningful with *any* GNU software.
41 # Each package is responsible for reporting which valid configurations
42 # it does not support. The user should be able to distinguish
43 # a failure to support a valid configuration from a meaningless
46 # The goal of this file is to map all the various variations of a given
47 # machine specification into a single specification in the form:
48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
49 # or in some cases, the newer four-part form:
50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
51 # It is wrong to echo any other type of specification.
53 me=`echo "$0" | sed -e 's,.*/,,'`
56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
58 Canonicalize a configuration name.
61 -h, --help print this help, then exit
62 -t, --time-stamp print date of last modification, then exit
63 -v, --version print version number, then exit
65 Report bugs and patches to <config-patches@gnu.org>."
68 GNU config.sub ($timestamp)
70 Copyright 1992-2018 Free Software Foundation, Inc.
72 This is free software; see the source for copying conditions. There is NO
73 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
76 Try \`$me --help' for more information."
79 while test $# -gt 0 ; do
81 --time-stamp | --time* | -t )
82 echo "$timestamp" ; exit ;;
84 echo "$version" ; exit ;;
86 echo "$usage"; exit ;;
87 -- ) # Stop option processing
89 - ) # Use stdin as input.
92 echo "$me: invalid option $1$help"
96 # First pass through any local machine types.
106 0) echo "$me: missing argument$help" >&2
109 *) echo "$me: too many arguments$help" >&2
113 # Split fields of configuration type
114 IFS="-" read -r field1 field2 field3 field4 <<EOF
118 # Separate into logical components for further validation
121 echo Invalid configuration \`"$1"\': more than four components >&2
125 basic_machine=$field1-$field2
129 # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two
131 maybe_os=$field2-$field3
133 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc \
134 | linux-newlib* | linux-musl* | linux-uclibc* | uclinux-uclibc* \
135 | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \
136 | netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \
137 | storm-chaos* | os2-emx* | rtmk-nova*)
138 basic_machine=$field1
142 basic_machine=$field1-unknown
146 basic_machine=$field1-$field2
152 # Second component is usually, but not always the OS
154 # Prevent following clause from handling this valid os
156 basic_machine=$field1
160 dec* | mips* | sequent* | encore* | pc532* | sgi* | sony* \
161 | att* | 7300* | 3300* | delta* | motorola* | sun[234]* \
162 | unicom* | ibm* | next | hp | isi* | apollo | altos* \
163 | convergent* | ncr* | news | 32* | 3600* | 3100* | hitachi* \
164 | c[123]* | convex* | sun | crds | omron* | dg | ultra | tti* \
165 | harris | dolphin | highlevel | gould | cbm | ns | masscomp \
166 | apple | axis | knuth | cray | microblaze* \
167 | sim | cisco | oki | wec | wrs | winbond)
168 basic_machine=$field1-$field2
172 basic_machine=$field1
178 # Convert single-component short-hands not valid as part of
179 # multi-component configurations.
182 basic_machine=i386-pc
186 basic_machine=a29k-amd
190 basic_machine=m68010-adobe
194 basic_machine=a29k-none
198 basic_machine=580-amdahl
202 basic_machine=m68k-unknown
206 basic_machine=m68k-unknown
210 basic_machine=m68k-apollo
214 basic_machine=m68k-apollo
218 basic_machine=i386-pc
222 basic_machine=m68k-apple
226 basic_machine=ns32k-sequent
230 basic_machine=bfin-unknown
234 basic_machine=arm-unknown
238 basic_machine=j90-cray
242 basic_machine=craynv-cray
246 basic_machine=m88k-motorola
250 basic_machine=i686-pc
254 basic_machine=i586-pc
258 basic_machine=a29k-amd
261 es1800 | OSE68k | ose68k | ose | OSE)
262 basic_machine=m68k-ericsson
266 basic_machine=tron-gmicro
270 basic_machine=i386-pc
274 basic_machine=h8300-hitachi
278 basic_machine=h8300-hitachi
282 basic_machine=h8500-hitachi
286 basic_machine=m88k-harris
290 basic_machine=m68k-hp
294 basic_machine=m68k-hp
298 basic_machine=hppa1.1-hp
302 basic_machine=hppa1.1-hp
306 basic_machine=i386-mach
310 basic_machine=i386-unknown
314 basic_machine=m68k-isi
318 basic_machine=m68k-unknown
322 basic_machine=mips-mips
326 basic_machine=ns32k-utek
330 basic_machine=x86_64-pc
334 basic_machine=i686-pc
338 basic_machine=arm-unknown
342 basic_machine=m68k-rom68k
346 basic_machine=powerpc-unknown
350 basic_machine=moxie-unknown
354 basic_machine=i386-pc
358 basic_machine=i686-pc
362 basic_machine=i370-ibm
366 basic_machine=le32-unknown
370 basic_machine=i486-ncr
374 basic_machine=i386-unknown
378 basic_machine=armv4l-rebel
381 news | news700 | news800 | news900)
382 basic_machine=m68k-sony
386 basic_machine=m68030-sony
390 basic_machine=v70-nec
394 basic_machine=m68k-harris
398 basic_machine=m88k-harris
402 basic_machine=i960-intel
406 basic_machine=i960-intel
410 basic_machine=mips-compaq
414 basic_machine=powerpc-ibm
418 basic_machine=m68000-ericsson
422 basic_machine=m68k-none
426 basic_machine=i860-intel
430 basic_machine=hppa-unknown
434 basic_machine=i586-unknown
438 basic_machine=x86_64-pc
442 basic_machine=i386-pc
446 basic_machine=m68k-rom68k
450 basic_machine=a29k-amd
454 basic_machine=mips-sei
458 basic_machine=m68k-bull
462 basic_machine=i860-stratus
466 basic_machine=m68000-sun
470 basic_machine=m68000-sun
474 basic_machine=m68k-sun
478 basic_machine=m68k-sun
482 basic_machine=sparc-sun
486 basic_machine=sparc-sun
490 basic_machine=sparc-sun
494 basic_machine=sv1-cray
498 basic_machine=i386-sequent
502 basic_machine=alphaev5-cray
506 basic_machine=t90-cray
510 basic_machine=pdp10-xkl
514 basic_machine=s390x-ibm
518 basic_machine=a29k-amd
522 basic_machine=a29k-nyu
526 basic_machine=v810-nec
530 basic_machine=vax-dec
534 basic_machine=vax-dec
538 basic_machine=i960-wrs
542 basic_machine=m68k-wrs
546 basic_machine=a29k-wrs
550 basic_machine=i686-pc
554 basic_machine=ymp-cray
565 # Decode aliases for certain CPU-COMPANY combinations.
566 case $basic_machine in
567 # Recognize the basic CPU types without company name.
568 # Some are omitted here because they have special meanings below.
571 | aarch64 | aarch64_be \
572 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
573 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
576 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv6m | armv[78][arm] \
581 | c4x | c8051 | clipper | csky \
582 | d10v | d30v | dlx | dsp16xx \
584 | fido | fr30 | frv | ft32 \
585 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
587 | i370 | i860 | i960 | ia16 | ia64 \
592 | m32c | m32r | m32rle | m68000 | m68k | m88k \
593 | maxq | mb | microblaze | microblazeel | mcore | mep | metag \
594 | mips | mipsbe | mipseb | mipsel | mipsle \
596 | mips64 | mips64el \
597 | mips64octeon | mips64octeonel \
598 | mips64orion | mips64orionel \
599 | mips64r5900 | mips64r5900el \
600 | mips64vr | mips64vrel \
601 | mips64vr4100 | mips64vr4100el \
602 | mips64vr4300 | mips64vr4300el \
603 | mips64vr5000 | mips64vr5000el \
604 | mips64vr5900 | mips64vr5900el \
605 | mipsisa32 | mipsisa32el \
606 | mipsisa32r2 | mipsisa32r2el \
607 | mipsisa32r6 | mipsisa32r6el \
608 | mipsisa64 | mipsisa64el \
609 | mipsisa64r2 | mipsisa64r2el \
610 | mipsisa64r6 | mipsisa64r6el \
611 | mipsisa64sb1 | mipsisa64sb1el \
612 | mipsisa64sr71k | mipsisa64sr71kel \
613 | mipsr5900 | mipsr5900el \
614 | mipstx39 | mipstx39el \
615 | mn10200 | mn10300 \
619 | nds32 | nds32le | nds32be \
621 | nios | nios2 | nios2eb | nios2el \
623 | open8 | or1k | or1knd | or32 \
625 | powerpc | powerpc64 | powerpc64le | powerpcle \
628 | riscv | riscv32 | riscv64 \
631 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
633 | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
634 | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
636 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
638 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
641 | x86 | xc16x | xstormy16 | xtensa \
643 basic_machine=$basic_machine-unknown
646 basic_machine=tic54x-unknown
649 basic_machine=tic55x-unknown
652 basic_machine=tic6x-unknown
655 basic_machine=sparc-$basic_machine
657 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
658 basic_machine=$basic_machine-unknown
661 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65)
663 m9s12z | m68hcs12z | hcs12z | s12z)
664 basic_machine=s12z-unknown
668 basic_machine=mt-unknown
670 strongarm | thumb | xscale)
671 basic_machine=arm-unknown
674 basic_machine=$basic_machine-unknown
678 basic_machine=armeb-unknown
682 basic_machine=armel-unknown
685 # We use `pc' rather than `unknown'
686 # because (1) that's what they normally are, and
687 # (2) the word "unknown" tends to confuse beginning users.
689 basic_machine=$basic_machine-pc
691 # Recognize the basic CPU types with company name.
694 | aarch64-* | aarch64_be-* \
695 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
696 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
697 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
698 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
702 | bfin-* | bs2000-* \
703 | c[123]* | c30-* | [cjt]90-* | c4x-* \
704 | c8051-* | clipper-* | craynv-* | csky-* | cydra-* \
705 | d10v-* | d30v-* | dlx-* \
707 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
708 | h8300-* | h8500-* \
709 | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
711 | i*86-* | i860-* | i960-* | ia16-* | ia64-* \
712 | ip2k-* | iq2000-* \
716 | m32c-* | m32r-* | m32rle-* \
717 | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
718 | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
719 | microblaze-* | microblazeel-* \
720 | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
722 | mips64-* | mips64el-* \
723 | mips64octeon-* | mips64octeonel-* \
724 | mips64orion-* | mips64orionel-* \
725 | mips64r5900-* | mips64r5900el-* \
726 | mips64vr-* | mips64vrel-* \
727 | mips64vr4100-* | mips64vr4100el-* \
728 | mips64vr4300-* | mips64vr4300el-* \
729 | mips64vr5000-* | mips64vr5000el-* \
730 | mips64vr5900-* | mips64vr5900el-* \
731 | mipsisa32-* | mipsisa32el-* \
732 | mipsisa32r2-* | mipsisa32r2el-* \
733 | mipsisa32r6-* | mipsisa32r6el-* \
734 | mipsisa64-* | mipsisa64el-* \
735 | mipsisa64r2-* | mipsisa64r2el-* \
736 | mipsisa64r6-* | mipsisa64r6el-* \
737 | mipsisa64sb1-* | mipsisa64sb1el-* \
738 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
739 | mipsr5900-* | mipsr5900el-* \
740 | mipstx39-* | mipstx39el-* \
744 | nds32-* | nds32le-* | nds32be-* \
746 | nios-* | nios2-* | nios2eb-* | nios2el-* \
747 | none-* | np1-* | ns16k-* | ns32k-* \
751 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
752 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
755 | riscv-* | riscv32-* | riscv64-* \
756 | rl78-* | romp-* | rs6000-* | rx-* \
757 | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
758 | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
759 | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
761 | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \
763 | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
767 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
772 | x86-* | x86_64-* | xc16x-* | xps100-* \
773 | xstormy16-* | xtensa*-* \
777 # Recognize the basic CPU types without company name, with glob match.
779 basic_machine=$basic_machine-unknown
781 # Recognize the various machine names and aliases which stand
782 # for a CPU type and a company and sometimes even an OS.
783 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
784 basic_machine=m68000-att
787 basic_machine=we32k-att
790 basic_machine=abacus-unknown
793 basic_machine=fx80-alliant
796 basic_machine=m68k-altos
799 basic_machine=x86_64-pc
802 basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
805 basic_machine=m68k-unknown
808 basic_machine=asmjs-unknown
811 basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
815 basic_machine=powerpc-ibm
819 basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
822 basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
825 basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
828 basic_machine=c90-cray
832 basic_machine=c1-convex
836 basic_machine=c2-convex
840 basic_machine=c32-convex
844 basic_machine=c34-convex
848 basic_machine=c38-convex
852 basic_machine=cr16-unknown
856 basic_machine=m68k-crds
858 crisv32 | crisv32-* | etraxfs*)
859 basic_machine=crisv32-axis
861 cris | cris-* | etrax*)
862 basic_machine=cris-axis
865 basic_machine=crx-unknown
869 basic_machine=m68k-da30
871 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
872 basic_machine=mips-dec
874 decsystem10* | dec10*)
875 basic_machine=pdp10-dec
878 decsystem20* | dec20*)
879 basic_machine=pdp10-dec
882 delta | 3300 | motorola-3300 | motorola-delta \
883 | 3300-motorola | delta-motorola)
884 basic_machine=m68k-motorola
887 basic_machine=rs6000-bull
891 basic_machine=m68k-bull
895 basic_machine=powerpc-unknown
899 basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
902 encore | umax | mmax)
903 basic_machine=ns32k-encore
906 basic_machine=elxsi-elxsi
910 basic_machine=i860-alliant
913 basic_machine=ns32k-ns
916 basic_machine=hppa1.1-hitachi
920 basic_machine=m68k-hp
922 hp3k9[0-9][0-9] | hp9[0-9][0-9])
923 basic_machine=hppa1.0-hp
925 hp9k2[0-9][0-9] | hp9k31[0-9])
926 basic_machine=m68000-hp
929 basic_machine=m68k-hp
931 hp9k6[0-9][0-9] | hp6[0-9][0-9])
932 basic_machine=hppa1.0-hp
934 hp9k7[0-79][0-9] | hp7[0-79][0-9])
935 basic_machine=hppa1.1-hp
937 hp9k78[0-9] | hp78[0-9])
938 # FIXME: really hppa2.0-hp
939 basic_machine=hppa1.1-hp
941 hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
942 # FIXME: really hppa2.0-hp
943 basic_machine=hppa1.1-hp
945 hp9k8[0-9][13679] | hp8[0-9][13679])
946 basic_machine=hppa1.1-hp
948 hp9k8[0-9][0-9] | hp8[0-9][0-9])
949 basic_machine=hppa1.0-hp
952 basic_machine=i370-ibm
955 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
959 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
963 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
967 basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
971 basic_machine=j90-cray
975 basic_machine=mips-sgi
985 basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
988 basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
992 basic_machine=microblaze-xilinx
995 basic_machine=m68000-convergent
997 *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
998 basic_machine=m68k-atari
1002 basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
1005 basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
1008 basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
1010 news-3600 | risc-news)
1011 basic_machine=mips-sony
1015 basic_machine=m68k-next
1028 basic_machine=np1-gould
1031 basic_machine=neo-tandem
1034 basic_machine=nse-tandem
1037 basic_machine=nsr-tandem
1040 basic_machine=nsv-tandem
1043 basic_machine=nsx-tandem
1046 basic_machine=hppa1.1-oki
1049 openrisc | openrisc-*)
1050 basic_machine=or32-unknown
1053 basic_machine=hppa1.1-hitachi
1057 basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1061 basic_machine=sparc-tti
1064 basic_machine=m68k-tti
1067 basic_machine=ns32k-pc532
1070 basic_machine=i386-pc
1073 basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1075 pentium | p5 | k5 | k6 | nexgen | viac3)
1076 basic_machine=i586-pc
1078 pentiumpro | p6 | 6x86 | athlon | athlon_*)
1079 basic_machine=i686-pc
1081 pentiumii | pentium2 | pentiumiii | pentium3)
1082 basic_machine=i686-pc
1085 basic_machine=i786-pc
1087 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
1088 basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1090 pentiumpro-* | p6-* | 6x86-* | athlon-*)
1091 basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1093 pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
1094 basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1097 basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1100 basic_machine=pn-gould
1102 power) basic_machine=power-ibm
1104 ppc | ppcbe) basic_machine=powerpc-unknown
1107 basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1109 ppcle | powerpclittle)
1110 basic_machine=powerpcle-unknown
1112 ppcle-* | powerpclittle-*)
1113 basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1115 ppc64) basic_machine=powerpc64-unknown
1117 ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1119 ppc64le | powerpc64little)
1120 basic_machine=powerpc64le-unknown
1122 ppc64le-* | powerpc64little-*)
1123 basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1126 basic_machine=i386-ibm
1129 basic_machine=mips-siemens
1132 basic_machine=romp-ibm
1135 basic_machine=s390-ibm
1138 basic_machine=s390x-ibm
1141 basic_machine=mipsisa64sb1-unknown
1144 basic_machine=mipsisa64sb1el-unknown
1147 basic_machine=mipsisa32-sde
1151 basic_machine=i386-sequent
1154 basic_machine=sh5le-unknown
1157 basic_machine=sparclite-wrs
1161 basic_machine=spur-unknown
1164 basic_machine=m68k-tandem
1166 strongarm-* | thumb-*)
1167 basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
1170 basic_machine=m68000-sun
1173 basic_machine=m68k-sun
1176 basic_machine=sparc-sun
1178 sun386 | sun386i | roadrunner)
1179 basic_machine=i386-sun
1182 basic_machine=$basic_machine-unknown
1186 basic_machine=mipstx39-unknown
1189 basic_machine=mipstx39el-unknown
1192 basic_machine=m68k-ncr
1195 basic_machine=f301-fujitsu
1198 basic_machine=w65-wdc
1202 basic_machine=hppa1.1-winbond
1206 basic_machine=x86_64-pc
1209 basic_machine=xps100-honeywell
1211 xscale-* | xscalee[bl]-*)
1212 basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
1215 basic_machine=none-none
1219 # Here we handle the default manufacturer of certain CPU types. It is in
1220 # some cases the only manufacturer, in others, it is the most popular.
1222 basic_machine=hppa1.1-winbond
1225 basic_machine=hppa1.1-oki
1228 basic_machine=hppa1.1-oki
1231 basic_machine=romp-ibm
1234 basic_machine=mmix-knuth
1237 basic_machine=rs6000-ibm
1240 basic_machine=vax-dec
1243 basic_machine=pdp11-dec
1246 basic_machine=we32k-att
1248 sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
1249 basic_machine=sh-unknown
1252 basic_machine=cydra-cydrome
1255 basic_machine=orion-highlevel
1258 basic_machine=clipper-highlevel
1260 mac | mpw | mac-mpw)
1261 basic_machine=m68k-apple
1264 basic_machine=powerpc-apple
1267 # Make sure to match an already-canonicalized machine name.
1270 echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
1275 # Here we canonicalize certain aliases for manufacturers.
1276 case $basic_machine in
1278 basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
1281 basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
1287 # Decode manufacturer-specific aliases for certain operating systems.
1292 # First match some system type aliases that might get confused
1293 # with valid system types.
1294 # solaris* is a basic system type, with this one exception.
1301 solaris1 | solaris1.*)
1302 os=`echo $os | sed -e 's|solaris1|sunos4|'`
1311 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
1313 # es1800 is here to avoid being matched by es* (a different OS)
1317 # Some version numbers need modification
1334 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
1336 sco3.2v[4-9]* | sco5v6*)
1337 # Don't forget version if it is 3.2v4 or newer.
1348 # Now accept the basic system types.
1349 # The portable systems comes first.
1350 # Each alternative MUST end in a * to match a version number.
1351 # sysv* is not here because it comes later, after sysvr4.
1352 gnu* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
1353 | *vms* | esix* | aix* | cnk* | sunos | sunos[34]*\
1354 | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
1355 | sym* | kopensolaris* | plan9* \
1356 | amigaos* | amigados* | msdos* | newsos* | unicos* | aof* \
1357 | aos* | aros* | cloudabi* | sortix* \
1358 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1359 | clix* | riscos* | uniplus* | iris* | rtu* | xenix* \
1360 | knetbsd* | mirbsd* | netbsd* \
1361 | bitrig* | openbsd* | solidbsd* | libertybsd* \
1362 | ekkobsd* | kfreebsd* | freebsd* | riscix* | lynxos* \
1363 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
1364 | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \
1365 | udi* | eabi* | lites* | ieee* | go32* | aux* | hcos* \
1366 | chorusrdb* | cegcc* | glidix* \
1367 | cygwin* | msys* | pe* | moss* | proelf* | rtems* \
1368 | midipix* | mingw32* | mingw64* | linux-gnu* | linux-android* \
1369 | linux-newlib* | linux-musl* | linux-uclibc* \
1370 | uxpv* | beos* | mpeix* | udk* | moxiebox* \
1371 | interix* | uwin* | mks* | rhapsody* | darwin* \
1372 | openstep* | oskit* | conix* | pw32* | nonstopux* \
1373 | storm-chaos* | tops10* | tenex* | tops20* | its* \
1374 | os2* | vos* | palmos* | uclinux* | nucleus* \
1375 | morphos* | superux* | rtmk* | windiss* \
1376 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
1377 | skyos* | haiku* | rdos* | toppers* | drops* | es* \
1378 | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
1380 # Remember, each alternative MUST END IN *, to match a version number.
1383 case $basic_machine in
1397 os=`echo $os | sed -e 's|nto|nto-qnx|'`
1399 sim | xray | os68k* | v88r* \
1400 | windows* | osx | abug | netware* | os9* \
1401 | macos* | mpw* | magic* | mmixware* | mon960* | lnews*)
1407 os=`echo $os | sed -e 's|linux|linux-gnu|'`
1419 os=`echo "$os" | sed -e 's|mac|macos|'`
1428 os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
1431 os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
1466 # Preserve the version number of sinix5.
1468 os=`echo $os | sed -e 's|sinix|sysv|'`
1491 # This must come after sysvr4.
1497 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1507 # Until real need of OS specific support for
1508 # particular features comes up, bare metal
1509 # configurations are quite functional.
1510 case $basic_machine in
1528 echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
1534 # Here we handle the default operating systems that come with various machines.
1535 # The value should be what the vendor currently ships out the door with their
1536 # machine or put another way, the most popular os provided with the machine.
1538 # Note that if you're going to try to match "-MANUFACTURER" here (say,
1539 # "-sun"), then you have to tell the case statement up towards the top
1540 # that MANUFACTURER isn't an operating system. Otherwise, code above
1541 # will signal an error saying that MANUFACTURER isn't an operating
1542 # system, and we'll never get to this point.
1544 case $basic_machine in
1581 # This must come before the *-dec entry.
1615 *-tti) # must be before sparc entry or we get the wrong os.
1648 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
1699 f30[01]-fujitsu | f700-fujitsu)
1723 # Here we handle the case where we know the os, and the CPU type, but not the
1724 # manufacturer. We pick the logical manufacturer.
1726 case $basic_machine in
1777 vxsim* | vxworks* | windiss*)
1789 *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1796 basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
1800 echo "$basic_machine-$os"
1804 # eval: (add-hook 'before-save-hook 'time-stamp)
1805 # time-stamp-start: "timestamp='"
1806 # time-stamp-format: "%:y-%02m-%02d"
1807 # time-stamp-end: "'"