2 # Configuration validation subroutine script, version 1.1.
3 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
4 # Free Software Foundation, Inc.
8 # This file is (in principle) common to ALL GNU software.
9 # The presence of a machine in this file suggests that SOME GNU software
10 # can handle that machine. It does not imply ALL GNU software can.
12 # This file is free software; you can redistribute it and/or modify
13 # it under the terms of the GNU General Public License as published by
14 # the Free Software Foundation; either version 2 of the License, or
15 # (at your option) any later version.
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with this program; if not, write to the Free Software
24 # Foundation, Inc., 59 Temple Place - Suite 330,
25 # Boston, MA 02111-1307, USA.
27 # As a special exception to the GNU General Public License, if you
28 # distribute this file as part of a program that contains a
29 # configuration script generated by Autoconf, you may include it under
30 # the same distribution terms that you use for the rest of that program.
32 # Written by Per Bothner <bothner@cygnus.com>.
33 # Please send patches to <config-patches@gnu.org>.
35 # Configuration subroutine to validate and canonicalize a configuration type.
36 # Supply the specified configuration type as an argument.
37 # If it is invalid, we print an error message on stderr and exit with code 1.
38 # Otherwise, we print the canonical config type on stdout and succeed.
40 # This file is supposed to be the same for all GNU packages
41 # and recognize all the CPU types, system types and aliases
42 # that are meaningful with *any* GNU software.
43 # Each package is responsible for reporting which valid configurations
44 # it does not support. The user should be able to distinguish
45 # a failure to support a valid configuration from a meaningless
48 # The goal of this file is to map all the various variations of a given
49 # machine specification into a single specification in the form:
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
53 # It is wrong to echo any other type of specification.
55 me=`echo "$0" | sed -e 's,.*/,,'`
58 Usage: $0 [OPTION] CPU-MFR-OPSYS
61 Canonicalize a configuration name.
64 -h, --help print this help, then exit
65 -V, --version print version number, then exit"
68 Try \`$me --help' for more information."
71 while test $# -gt 0 ; do
73 --version | --vers* | -V )
74 echo "$version" ; exit 0 ;;
76 echo "$usage"; exit 0 ;;
77 -- ) # Stop option processing
79 - ) # Use stdin as input.
83 echo "$me: invalid option $1"
88 # First pass through any local machine types.
98 0) echo "$me: missing argument$help" >&2
101 *) echo "$me: too many arguments$help" >&2
105 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
106 # Here we must recognize all the valid KERNEL-OS combinations.
107 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
109 nto-qnx* | linux-gnu*)
111 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
114 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
115 if [ $basic_machine != $1 ]
116 then os=`echo $1 | sed 's/.*-/-/'`
121 ### Let's recognize common machines as not being operating systems so
122 ### that things like config.sub decstation-3100 work. We also
123 ### recognize some manufacturers as not being operating systems, so we
124 ### can provide default operating systems below.
127 # Prevent following clause from handling this invalid input.
129 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
130 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
131 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
132 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
133 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
134 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
139 -sim | -cisco | -oki | -wec | -winbond)
154 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
158 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
161 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
162 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
165 # Don't forget version if it is 3.2v4 or newer.
166 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
170 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
173 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
177 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
180 basic_machine=clipper-intergraph
183 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
189 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
192 os=`echo $os | sed -e 's/windowsnt/winnt/'`
198 basic_machine=m68k-atari
203 # Decode aliases for certain CPU-COMPANY combinations.
204 case $basic_machine in
205 # Recognize the basic CPU types without company name.
206 # Some are omitted here because they have special meanings below.
207 tahoe | i860 | ia64 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
208 | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
209 | 580 | i960 | h8300 \
210 | x86 | ppcbe | mipsbe | mipsle | shbe | shle | armbe | armle \
211 | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \
213 | alpha | alphaev[4-8] | alphaev56 | alphapca5[67] \
215 | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \
216 | 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipsel | mips64el \
217 | mips64orion | mips64orionel | mipstx39 | mipstx39el \
218 | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
219 | mips64vr5000 | miprs64vr5000el | mcore \
220 | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \
221 | thumb | d10v | fr30 | avr)
222 basic_machine=$basic_machine-unknown
224 m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | h8500 | w65 | pj | pjl)
227 # We use `pc' rather than `unknown'
228 # because (1) that's what they normally are, and
229 # (2) the word "unknown" tends to confuse beginning users.
231 basic_machine=$basic_machine-pc
233 # Object if more than one company name word.
235 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
238 # Recognize the basic CPU types with company name.
239 # FIXME: clean up the formatting here.
240 vax-* | tahoe-* | i[34567]86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \
241 | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \
242 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
243 | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \
245 | x86-* | ppcbe-* | mipsbe-* | mipsle-* | shbe-* | shle-* | armbe-* | armle-* \
246 | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* \
247 | hppa2.0n-* | hppa64-* \
248 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphapca5[67]-* \
250 | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \
251 | clipper-* | orion-* \
252 | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
253 | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | mipsel-* \
254 | mips64el-* | mips64orion-* | mips64orionel-* \
255 | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \
256 | mipstx39-* | mipstx39el-* | mcore-* \
257 | f301-* | armv*-* | s390-* | sv1-* | t3e-* \
258 | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \
259 | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \
260 | bs2000-* | tic54x-* | c54x-*)
262 # Recognize the various machine names and aliases which stand
263 # for a CPU type and a company and sometimes even an OS.
265 basic_machine=i386-unknown
268 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
269 basic_machine=m68000-att
272 basic_machine=we32k-att
275 basic_machine=a29k-amd
279 basic_machine=m68010-adobe
283 basic_machine=fx80-alliant
286 basic_machine=m68k-altos
289 basic_machine=a29k-none
293 basic_machine=580-amdahl
297 basic_machine=m68k-cbm
300 basic_machine=m68k-cbm
304 basic_machine=m68k-cbm
308 basic_machine=m68k-apollo
312 basic_machine=m68k-apollo
316 basic_machine=m68k-apple
320 basic_machine=ns32k-sequent
324 basic_machine=c1-convex
328 basic_machine=c2-convex
332 basic_machine=c32-convex
336 basic_machine=c34-convex
340 basic_machine=c38-convex
344 basic_machine=ymp-cray
348 basic_machine=cray2-cray
352 basic_machine=c90-cray
356 basic_machine=m68k-crds
359 basic_machine=m68k-da30
361 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
362 basic_machine=mips-dec
364 delta | 3300 | motorola-3300 | motorola-delta \
365 | 3300-motorola | delta-motorola)
366 basic_machine=m68k-motorola
369 basic_machine=m88k-motorola
373 basic_machine=rs6000-bull
377 basic_machine=m68k-bull
381 basic_machine=a29k-amd
385 basic_machine=elxsi-elxsi
388 encore | umax | mmax)
389 basic_machine=ns32k-encore
391 es1800 | OSE68k | ose68k | ose | OSE)
392 basic_machine=m68k-ericsson
396 basic_machine=i860-alliant
399 basic_machine=ns32k-ns
402 basic_machine=tron-gmicro
406 basic_machine=hppa1.1-hitachi
410 basic_machine=h8300-hitachi
414 basic_machine=h8300-hitachi
418 basic_machine=h8500-hitachi
422 basic_machine=m88k-harris
426 basic_machine=m68k-hp
429 basic_machine=m68k-hp
433 basic_machine=m68k-hp
436 hp3k9[0-9][0-9] | hp9[0-9][0-9])
437 basic_machine=hppa1.0-hp
439 hp9k2[0-9][0-9] | hp9k31[0-9])
440 basic_machine=m68000-hp
443 basic_machine=m68k-hp
445 hp9k6[0-9][0-9] | hp6[0-9][0-9])
446 basic_machine=hppa1.0-hp
448 hp9k7[0-79][0-9] | hp7[0-79][0-9])
449 basic_machine=hppa1.1-hp
451 hp9k78[0-9] | hp78[0-9])
452 # FIXME: really hppa2.0-hp
453 basic_machine=hppa1.1-hp
455 hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
456 # FIXME: really hppa2.0-hp
457 basic_machine=hppa1.1-hp
459 hp9k8[0-9][13679] | hp8[0-9][13679])
460 basic_machine=hppa1.1-hp
462 hp9k8[0-9][0-9] | hp8[0-9][0-9])
463 basic_machine=hppa1.0-hp
469 basic_machine=hppa1.1-hp
473 basic_machine=hppa1.1-hp
477 basic_machine=i370-ibm
479 # I'm not sure what "Sysv32" means. Should this be sysv3.2?
481 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
485 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
489 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
493 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
497 basic_machine=i386-mach
501 basic_machine=i386-unknown
505 basic_machine=i386-unknown
508 i386-mingw32 | mingw32)
509 basic_machine=i386-unknown
513 basic_machine=mips-sgi
523 basic_machine=m68k-isi
527 basic_machine=m88k-omron
530 basic_machine=mips-mips
534 basic_machine=ns32k-utek
538 basic_machine=m68000-convergent
540 *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
541 basic_machine=m68k-atari
545 basic_machine=mipsel-unknown
549 basic_machine=mips-unknown
553 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
556 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
559 basic_machine=mmix-knuth
563 basic_machine=m68k-rom68k
567 basic_machine=i386-unknown
571 basic_machine=i370-ibm
575 basic_machine=i486-ncr
579 basic_machine=i386-unknown
583 basic_machine=armv4l-rebel
586 news | news700 | news800 | news900)
587 basic_machine=m68k-sony
591 basic_machine=m68030-sony
594 news-3600 | risc-news)
595 basic_machine=mips-sony
599 basic_machine=v70-nec
603 basic_machine=m68k-next
616 basic_machine=m68k-harris
620 basic_machine=m88k-harris
624 basic_machine=i960-intel
628 basic_machine=i960-intel
632 basic_machine=np1-gould
635 basic_machine=nsr-tandem
638 basic_machine=hppa1.1-oki
642 basic_machine=m68000-ericsson
646 basic_machine=m68k-none
650 basic_machine=hppa1.1-hitachi
654 basic_machine=i860-intel
658 basic_machine=sparc-tti
661 basic_machine=m68k-tti
664 basic_machine=ns32k-pc532
666 pentium | p5 | k5 | k6 | nexen)
667 basic_machine=i586-pc
669 pentiumpro | p6 | 6x86)
670 basic_machine=i686-pc
672 pentiumii | pentium2)
673 basic_machine=i786-pc
675 pentium-* | p5-* | k5-* | k6-* | nexen-*)
676 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
678 pentiumpro-* | p6-* | 6x86-*)
679 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
681 pentiumii-* | pentium2-*)
682 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
685 basic_machine=pn-gould
687 power) basic_machine=rs6000-ibm
689 ppc) basic_machine=powerpc-unknown
691 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
693 ppcle | powerpclittle | ppc-le | powerpc-little)
694 basic_machine=powerpcle-unknown
696 ppcle-* | powerpclittle-*)
697 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
700 basic_machine=i386-ibm
703 basic_machine=m68k-rom68k
707 basic_machine=mips-siemens
710 basic_machine=romp-ibm
713 basic_machine=a29k-amd
717 basic_machine=i386-sequent
720 basic_machine=sh-hitachi
724 basic_machine=sparclite-wrs
728 basic_machine=m68k-bull
732 basic_machine=spur-unknown
735 basic_machine=m68k-tandem
738 basic_machine=i860-stratus
742 basic_machine=m68000-sun
745 basic_machine=m68000-sun
749 basic_machine=m68000-sun
753 basic_machine=m68k-sun
757 basic_machine=m68k-sun
761 basic_machine=sparc-sun
765 basic_machine=sparc-sun
769 basic_machine=sparc-sun
773 basic_machine=m68k-sun
776 basic_machine=sparc-sun
778 sun386 | sun386i | roadrunner)
779 basic_machine=i386-sun
782 basic_machine=sv1-cray
786 basic_machine=i386-sequent
790 basic_machine=tic54x-unknown
794 basic_machine=t3e-cray
798 basic_machine=mipstx39-unknown
801 basic_machine=mipstx39el-unknown
804 basic_machine=m68k-ncr
807 basic_machine=a29k-amd
811 basic_machine=a29k-nyu
815 basic_machine=v810-nec
819 basic_machine=vax-dec
823 basic_machine=vax-dec
827 basic_machine=f301-fujitsu
830 basic_machine=i960-wrs
834 basic_machine=m68k-wrs
838 basic_machine=a29k-wrs
842 basic_machine=w65-wdc
846 basic_machine=hppa1.1-winbond
850 basic_machine=xmp-cray
854 basic_machine=xps100-honeywell
857 basic_machine=z8k-unknown
861 basic_machine=none-none
865 # Here we handle the default manufacturer of certain CPU types. It is in
866 # some cases the only manufacturer, in others, it is the most popular.
868 basic_machine=hppa1.1-winbond
871 basic_machine=hppa1.1-oki
874 basic_machine=hppa1.1-oki
877 if [ x$os = x-linux-gnu ]; then
878 basic_machine=mips-unknown
880 basic_machine=mips-mips
884 basic_machine=romp-ibm
887 basic_machine=rs6000-ibm
890 basic_machine=vax-dec
893 basic_machine=pdp11-dec
896 basic_machine=we32k-att
899 basic_machine=sparc-sun
902 basic_machine=cydra-cydrome
905 basic_machine=orion-highlevel
908 basic_machine=clipper-highlevel
911 basic_machine=m68k-apple
914 basic_machine=powerpc-apple
917 basic_machine=c4x-none
921 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
926 # Here we canonicalize certain aliases for manufacturers.
927 case $basic_machine in
929 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
932 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
938 # Decode manufacturer-specific aliases for certain operating systems.
943 # First match some system type aliases
944 # that might get confused with valid system types.
945 # -solaris* is a basic system type, with this one exception.
946 -solaris1 | -solaris1.*)
947 os=`echo $os | sed -e 's|solaris1|sunos4|'`
959 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
961 # First accept the basic system types.
962 # The portable systems comes first.
963 # Each alternative MUST END IN A *, to match a version number.
964 # -sysv* is not here because it comes later, after sysvr4.
965 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
966 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
967 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
968 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
970 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
971 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
972 | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
973 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
974 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
975 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
976 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
977 | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
978 | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
979 | -openstep* | -oskit*)
980 # Remember, each alternative MUST END IN *, to match a version number.
983 case $basic_machine in
984 x86-* | i[34567]86-*)
994 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
995 | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
996 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
999 os=`echo $os | sed -e 's|mac|macos|'`
1002 os=`echo $os | sed -e 's|linux|linux-gnu|'`
1005 os=`echo $os | sed -e 's|sunos5|solaris2|'`
1008 os=`echo $os | sed -e 's|sunos6|solaris3|'`
1043 # Preserve the version number of sinix5.
1045 os=`echo $os | sed -e 's|sinix|sysv|'`
1065 # This must come after -sysvr4.
1083 # Get rid of the `-' at the beginning of $os.
1084 os=`echo $os | sed 's/[^-]*-//'`
1085 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
1091 # Here we handle the default operating systems that come with various machines.
1092 # The value should be what the vendor currently ships out the door with their
1093 # machine or put another way, the most popular os provided with the machine.
1095 # Note that if you're going to try to match "-MANUFACTURER" here (say,
1096 # "-sun"), then you have to tell the case statement up towards the top
1097 # that MANUFACTURER isn't an operating system. Otherwise, code above
1098 # will signal an error saying that MANUFACTURER isn't an operating
1099 # system, and we'll never get to this point.
1101 case $basic_machine in
1125 # This also exists in the configure program, but was not the
1138 *-tti) # must be before sparc entry or we get the wrong os.
1165 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
1240 # Here we handle the case where we know the os, and the CPU type, but not the
1241 # manufacturer. We pick the logical manufacturer.
1243 case $basic_machine in
1285 -vxsim* | -vxworks*)
1301 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
1305 echo $basic_machine$os
1309 # eval: (add-hook 'write-file-hooks 'time-stamp)
1310 # time-stamp-start: "version='"
1311 # time-stamp-format: "%:y-%02m-%02d"
1312 # time-stamp-end: "'"