2 # Configuration validation subroutine script, version 1.1.
3 # Copyright (C) 1991, 92-97, 1998 Free Software Foundation, Inc.
4 # This file is (in principle) common to ALL GNU software.
5 # The presence of a machine in this file suggests that SOME GNU software
6 # can handle that machine. It does not imply ALL GNU software can.
8 # This file is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2 of the License, or
11 # (at your option) any later version.
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this program; if not, write to the Free Software
20 # Foundation, Inc., 59 Temple Place - Suite 330,
21 # Boston, MA 02111-1307, USA.
23 # As a special exception to the GNU General Public License, if you
24 # distribute this file as part of a program that contains a
25 # configuration script generated by Autoconf, you may include it under
26 # the same distribution terms that you use for the rest of that program.
28 # Configuration subroutine to validate and canonicalize a configuration type.
29 # Supply the specified configuration type as an argument.
30 # If it is invalid, we print an error message on stderr and exit with code 1.
31 # Otherwise, we print the canonical config type on stdout and succeed.
33 # This file is supposed to be the same for all GNU packages
34 # and recognize all the CPU types, system types and aliases
35 # that are meaningful with *any* GNU software.
36 # Each package is responsible for reporting which valid configurations
37 # it does not support. The user should be able to distinguish
38 # a failure to support a valid configuration from a meaningless
41 # The goal of this file is to map all the various variations of a given
42 # machine specification into a single specification in the form:
43 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
44 # or in some cases, the newer four-part form:
45 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
46 # It is wrong to echo any other type of specification.
50 echo Configuration name missing. 1>&2
51 echo "Usage: $0 CPU-MFR-OPSYS" 1>&2
52 echo "or $0 ALIAS" 1>&2
53 echo where ALIAS is a recognized configuration type. 1>&2
57 # First pass through any local machine types.
67 # CYGNUS LOCAL marketing-names
68 # Here we handle any "marketing" names - translating them to
72 set mipstx39-unknown-elf
76 set mipstx19-unknown-elf
81 set mips64tx49-unknown-elf
84 # start-sanitize-cygnus
92 # END CYGNUS LOCAL marketing-names
94 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
95 # Here we must recognize all the valid KERNEL-OS combinations.
96 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
100 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
103 basic_machine=`echo $1 | sed 's/-[^-]*$//'`
104 if [ $basic_machine != $1 ]
105 then os=`echo $1 | sed 's/.*-/-/'`
110 ### Let's recognize common machines as not being operating systems so
111 ### that things like config.sub decstation-3100 work. We also
112 ### recognize some manufacturers as not being operating systems, so we
113 ### can provide default operating systems below.
116 # Prevent following clause from handling this invalid input.
118 -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
119 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
120 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
121 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
122 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
123 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
128 -sim | -cisco | -oki | -wec | -winbond ) # CYGNUS LOCAL
132 -scout) # CYGNUS LOCAL
143 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
147 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
150 os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
151 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
154 # Don't forget version if it is 3.2v4 or newer.
155 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
159 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
162 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
166 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
169 basic_machine=clipper-intergraph
172 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
178 basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
181 os=`echo $os | sed -e 's/windowsnt/winnt/'`
188 # Decode aliases for certain CPU-COMPANY combinations.
189 case $basic_machine in
190 # Recognize the basic CPU types without company name.
191 # Some are omitted here because they have special meanings below.
192 tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
193 | arme[lb] | pyramid | mn10200 | mn10300 \
194 | tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \
195 | alpha | alphaev5 | alphaev56 | alphapca56 | alphaev6 \
196 | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \
197 | 1750a | dsp16xx | pdp11 \
198 | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
199 | mipstx39 | mipstx39el \
200 | sparc | sparclet | sparclite | sparc64 | sparc86x | v850 \
202 | fr30) # CYGNUS LOCAL
203 basic_machine=$basic_machine-unknown
205 m88110 | m680[012346]0 | m683?2 | m68360 | m5200 | z8k | v70 \
206 | h8500 | w65) # CYGNUS LOCAL
207 basic_machine=$basic_machine-unknown
210 basic_machine=$basic_machine-unknown
212 # start-sanitize-vr4320
213 mips64vr4320 | mips64vr4320el)
214 basic_machine=$basic_machine-unknown
216 # end-sanitize-vr4320
217 mips64vr4300 | mips64vr4300el) # CYGNUS LOCAL jsmith/vr4300
218 basic_machine=$basic_machine-unknown
220 mips64vr4100 | mips64vr4100el) # CYGNUS LOCAL jsmith/vr4100
221 basic_machine=$basic_machine-unknown
223 mips64vr5000 | mips64vr5000el) # CYGNUS LOCAL ian/vr5000
224 basic_machine=$basic_machine-unknown
226 # start-sanitize-cygnus
227 mips64vr5400) # CYGNUS LOCAL cagney/vr5400
228 basic_machine=$basic_machine-unknown
230 # end-sanitize-cygnus
231 # start-sanitize-tx19
232 mipstx19 | mipstx19el)
233 basic_machine=$basic_machine-unknown
236 # start-sanitize-tx49
237 mips64tx49 | mips64tx49el)
238 basic_machine=$basic_machine-unknown
241 # start-sanitize-r5900
242 mips64r5900 | mips64r5900el) # CYGNUS LOCAL gavin/r5900
243 basic_machine=$basic_machine-unknown
247 basic_machine=$basic_machine-unknown
249 tic30) # CYGNUS LOCAL ian/tic30
250 basic_machine=$basic_machine-unknown
252 c30) # CYGNUS LOCAL ian/tic30
253 basic_machine=tic30-unknown
256 # start-sanitize-tic80
257 tic80) # CYGNUS LOCAL fnf/TIc80
258 basic_machine=$basic_machine-unknown
263 basic_machine=$basic_machine-unknown
266 # start-sanitize-v850e
267 v850e) # CYGNUS LOCAL jtc/v850
268 basic_machine=$basic_machine-unknown
270 v850ea) # CYGNUS LOCAL jtc/v850
271 basic_machine=$basic_machine-unknown
275 basic_machine=$basic_machine-unknown
277 d30v) # CYGNUS LOCAL hunt/d30v
278 basic_machine=$basic_machine-unknown
280 # We use `pc' rather than `unknown'
281 # because (1) that's what they normally are, and
282 # (2) the word "unknown" tends to confuse beginning users.
284 basic_machine=$basic_machine-pc
286 # Object if more than one company name word.
288 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
291 # Recognize the basic CPU types with company name.
292 vax-* | tahoe-* | i[34567]86-* | i860-* | m32r-* | m68k-* | m68000-* \
293 | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \
294 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
295 | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
296 | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* \
297 | alpha-* | alphaev5-* | alphaev56-* | alphapca56-* \
298 | alphaev6-* | we32k-* | cydra-* | ns16k-* | pn-* | np1-* \
299 | xps100-* | clipper-* | orion-* \
300 | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
301 | sparc64-* | sparcv9-* | sparc86x-* | mips64-* | mipsel-* \
302 | mips64el-* | mips64orion-* | mips64orionel-* \
303 | mipstx39-* | mipstx39el-* \
305 | fr30-*) # CYGNUS LOCAL
307 m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | h8500-* | d10v-*) # CYGNUS LOCAL
309 thumb-*) # CYGNUS LOCAL angela/thumb
315 v850-*) # CYGNUS LOCAL
317 # start-sanitize-v850e
318 v850e-*) # CYGNUS LOCAL
320 v850ea-*) # CYGNUS LOCAL
323 d30v-*) # CYGNUS LOCAL
325 # start-sanitize-vr4320
326 mips64vr4320-* | mips64vr4320el-*)
328 # end-sanitize-vr4320
329 mips64vr4300-* | mips64vr4300el-*) # CYGNUS LOCAL jsmith/vr4300
331 mips64vr4100-* | mips64vr4100el-*) # CYGNUS LOCAL jsmith/vr4100
333 # start-sanitize-tx19
334 mipstx19-* | mipstx19el-*)
337 # start-sanitize-tx49
338 mips64tx49-* | mips64tx49el-*)
341 # start-sanitize-r5900
342 mips64r5900-* | mips64r5900el-*) # CYGNUS LOCAL gavin/r5900
345 mips16-*) # CYGNUS LOCAL krk/mips16
347 tic30-*) # CYGNUS LOCAL ian/tic30
349 c30-*) # CYGNUS LOCAL ian/tic30
350 basic_machine=tic30-unknown
352 # start-sanitize-tic80
353 tic80-*) # CYGNUS LOCAL fnf/TIc80
356 # Recognize the various machine names and aliases which stand
357 # for a CPU type and a company and sometimes even an OS.
358 386bsd) # CYGNUS LOCAL
359 basic_machine=i386-unknown
362 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
363 basic_machine=m68000-att
366 basic_machine=we32k-att
368 a29khif) # CYGNUS LOCAL
369 basic_machine=a29k-amd
372 adobe68k) # CYGNUS LOCAL
373 basic_machine=m68010-adobe
377 basic_machine=fx80-alliant
380 basic_machine=m68k-altos
383 basic_machine=a29k-none
387 basic_machine=580-amdahl
391 basic_machine=m68k-cbm
394 basic_machine=m68k-cbm
398 basic_machine=m68k-cbm
402 basic_machine=m68k-apollo
405 apollo68bsd) # CYGNUS LOCAL
406 basic_machine=m68k-apollo
410 basic_machine=m68k-apple
414 basic_machine=ns32k-sequent
418 basic_machine=c1-convex
422 basic_machine=c2-convex
426 basic_machine=c32-convex
430 basic_machine=c34-convex
434 basic_machine=c38-convex
438 basic_machine=ymp-cray
442 basic_machine=cray2-cray
446 basic_machine=c90-cray
450 basic_machine=m68k-crds
453 basic_machine=m68k-da30
455 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
456 basic_machine=mips-dec
458 delta | 3300 | motorola-3300 | motorola-delta \
459 | 3300-motorola | delta-motorola)
460 basic_machine=m68k-motorola
463 basic_machine=m88k-motorola
467 basic_machine=rs6000-bull
471 basic_machine=m68k-bull
475 basic_machine=a29k-amd
479 basic_machine=elxsi-elxsi
482 encore | umax | mmax)
483 basic_machine=ns32k-encore
485 es1800 | OSE68k | ose68k | ose | OSE) # CYGNUS LOCAL
486 basic_machine=m68k-ericsson
490 basic_machine=i860-alliant
493 basic_machine=ns32k-ns
496 basic_machine=tron-gmicro
500 basic_machine=hppa1.1-hitachi
504 basic_machine=h8300-hitachi
507 h8300xray) # CYGNUS LOCAL
508 basic_machine=h8300-hitachi
511 h8500hms) # CYGNUS LOCAL
512 basic_machine=h8500-hitachi
516 basic_machine=m88k-harris
520 basic_machine=m68k-hp
523 basic_machine=m68k-hp
527 basic_machine=m68k-hp
530 w89k-*) # CYGNUS LOCAL
531 basic_machine=hppa1.1-winbond
534 op50n-*) # CYGNUS LOCAL
535 basic_machine=hppa1.1-oki
538 op60c-*) # CYGNUS LOCAL
539 basic_machine=hppa1.1-oki
542 hppro) # CYGNUS LOCAL
543 basic_machine=hppa1.1-hp
546 hp3k9[0-9][0-9] | hp9[0-9][0-9])
547 basic_machine=hppa1.0-hp
549 hp9k2[0-9][0-9] | hp9k31[0-9])
550 basic_machine=m68000-hp
553 basic_machine=m68k-hp
555 hp9k6[0-9][0-9] | hp6[0-9][0-9] )
556 basic_machine=hppa1.0-hp
558 hp9k7[0-79][0-9] | hp7[0-79][0-9] )
559 basic_machine=hppa1.1-hp
561 hp9k78[0-9] | hp78[0-9] )
562 # FIXME: really hppa2.0-hp
563 basic_machine=hppa1.1-hp
565 hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | \
566 hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893 )
567 # FIXME: really hppa2.0-hp
568 basic_machine=hppa1.1-hp
570 hp9k8[0-9][13679] | hp8[0-9][13679] )
571 basic_machine=hppa1.1-hp
573 hp9k8[0-9][0-9] | hp8[0-9][0-9])
574 basic_machine=hppa1.0-hp
579 hppaosf) # CYGNUS LOCAL
580 basic_machine=hppa1.1-hp
584 basic_machine=i370-ibm
587 # I'm not sure what "Sysv32" means. Should this be sysv3.2?
589 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
593 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
597 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
601 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
604 i386mach) # CYGNUS LOCAL
605 basic_machine=i386-mach
608 i386-vsta | vsta) # CYGNUS LOCAL
609 basic_machine=i386-unknown
612 i386-go32 | go32) # CYGNUS LOCAL
613 basic_machine=i386-unknown
616 i386-mingw32 | mingw32)
617 basic_machine=i386-unknown
621 basic_machine=mips-sgi
631 basic_machine=m68k-isi
635 basic_machine=m88k-omron
638 basic_machine=mips-mips
642 basic_machine=ns32k-utek
646 basic_machine=m68000-convergent
649 basic_machine=mipsel-unknown
653 basic_machine=mips-unknown
657 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
660 basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
662 monitor) # CYGNUS LOCAL
663 basic_machine=m68k-rom68k
666 msdos) # CYGNUS LOCAL
667 basic_machine=i386-unknown
671 basic_machine=i486-ncr
675 basic_machine=i386-unknown # CYGNUS LOCAL
678 news | news700 | news800 | news900)
679 basic_machine=m68k-sony
683 basic_machine=m68030-sony
686 news-3600 | risc-news)
687 basic_machine=mips-sony
690 necv70) # CYGNUS LOCAL
691 basic_machine=v70-nec
695 basic_machine=m68k-next
708 basic_machine=m68k-harris
712 basic_machine=m88k-harris
716 basic_machine=i960-intel
719 mon960) # CYGNUS LOCAL
720 basic_machine=i960-intel
724 basic_machine=np1-gould
726 OSE68000 | ose68000) # CYGNUS LOCAL
727 basic_machine=m68000-ericsson
730 os68k) # CYGNUS LOCAL
731 basic_machine=m68k-none
735 basic_machine=hppa1.1-hitachi
739 basic_machine=i860-intel
743 basic_machine=sparc-tti
746 basic_machine=m68k-tti
749 basic_machine=ns32k-pc532
751 pentium | p5 | k5 | nexen)
752 basic_machine=i586-pc
754 pentiumpro | p6 | k6 | 6x86)
755 basic_machine=i686-pc
757 pentiumii | pentium2)
758 basic_machine=i786-pc
760 pentium-* | p5-* | k5-* | nexen-*)
761 basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
763 pentiumpro-* | p6-* | k6-* | 6x86-*)
764 basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
766 pentiumii-* | pentium2-*)
767 basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
770 basic_machine=pn-gould
772 power) basic_machine=rs6000-ibm
774 ppc) basic_machine=powerpc-unknown
776 ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
778 ppcle | powerpclittle | ppc-le | powerpc-little)
779 basic_machine=powerpcle-unknown
781 ppcle-* | powerpclittle-*)
782 basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
785 basic_machine=i386-ibm
787 # start-sanitize-tx19
789 basic_machine=mipstx19-unknown
792 basic_machine=mipstx19el-unknown
795 # start-sanitize-r5900
796 r5900 | r5900el) # CYGNUS LOCAL
797 basic_machine=mips64r5900-unknown
800 rom68k) # CYGNUS LOCAL
801 basic_machine=m68k-rom68k
805 basic_machine=mips-siemens
808 basic_machine=romp-ibm
810 sa29200) # CYGNUS LOCAL
811 basic_machine=a29k-amd
815 basic_machine=i386-sequent
818 basic_machine=sh-hitachi
821 sparclite-wrs) # CYGNUS LOCAL
822 basic_machine=sparclite-wrs
826 basic_machine=m68k-bull
830 basic_machine=spur-unknown
832 st2000) # CYGNUS LOCAL
833 basic_machine=m68k-tandem
835 stratus) # CYGNUS LOCAL
836 basic_machine=i860-stratus
840 basic_machine=m68000-sun
843 basic_machine=m68000-sun
847 basic_machine=m68000-sun
851 basic_machine=m68k-sun
855 basic_machine=m68k-sun
859 basic_machine=sparc-sun
863 basic_machine=sparc-sun
867 basic_machine=sparc-sun
871 basic_machine=m68k-sun
874 basic_machine=sparc-sun
876 sun386 | sun386i | roadrunner)
877 basic_machine=i386-sun
880 basic_machine=i386-sequent
883 # start-sanitize-tx19
885 basic_machine=mipstx19-unknown
888 basic_machine=mipstx19el-unknown
892 basic_machine=mipstx39-unknown
895 basic_machine=mipstx39el-unknown
898 basic_machine=m68k-ncr
901 basic_machine=a29k-amd
905 basic_machine=a29k-nyu
908 v810 | necv810) # CYGNUS LOCAL
909 basic_machine=v810-nec
913 basic_machine=vax-dec
917 basic_machine=vax-dec
921 basic_machine=f301-fujitsu
924 basic_machine=i960-wrs
928 basic_machine=m68k-wrs
932 basic_machine=a29k-wrs
936 basic_machine=w65-wdc
940 basic_machine=xmp-cray
944 basic_machine=xps100-honeywell
946 z8k-*-coff) # CYGNUS LOCAL
947 basic_machine=z8k-unknown
951 basic_machine=none-none
955 # Here we handle the default manufacturer of certain CPU types. It is in
956 # some cases the only manufacturer, in others, it is the most popular.
958 basic_machine=hppa1.1-winbond
960 op50n) # CYGNUS LOCAL
961 basic_machine=hppa1.1-oki
963 op60c) # CYGNUS LOCAL
964 basic_machine=hppa1.1-oki
967 if [ x$os = x-linux-gnu ]; then
968 basic_machine=mips-unknown
970 basic_machine=mips-mips
974 basic_machine=romp-ibm
977 basic_machine=rs6000-ibm
980 basic_machine=vax-dec
983 basic_machine=pdp11-dec
986 basic_machine=we32k-att
989 basic_machine=sparc-sun
992 basic_machine=cydra-cydrome
995 basic_machine=orion-highlevel
998 basic_machine=clipper-highlevel
1000 mac | mpw | mac-mpw) # CYGNUS LOCAL
1001 basic_machine=m68k-apple
1003 pmac | pmac-mpw) # CYGNUS LOCAL
1004 basic_machine=powerpc-apple
1007 basic_machine=c4x-none
1011 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1016 # Here we canonicalize certain aliases for manufacturers.
1017 case $basic_machine in
1019 basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
1022 basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
1028 # Decode manufacturer-specific aliases for certain operating systems.
1030 if [ x"$os" != x"" ]
1033 # First match some system type aliases
1034 # that might get confused with valid system types.
1035 # -solaris* is a basic system type, with this one exception.
1036 -solaris1 | -solaris1.*)
1037 os=`echo $os | sed -e 's|solaris1|sunos4|'`
1049 os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
1051 # First accept the basic system types.
1052 # The portable systems comes first.
1053 # Each alternative MUST END IN A *, to match a version number.
1054 # -sysv* is not here because it comes later, after sysvr4.
1055 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1056 | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
1057 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1058 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1060 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1061 | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1062 | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \
1063 | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
1064 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1065 | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1066 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1067 | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk*)
1068 # Remember, each alternative MUST END IN *, to match a version number.
1071 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1072 | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
1073 | -macos* | -mpw* | -magic* | -mon960* | -lnews* )
1076 os=`echo $os | sed -e 's|mac|macos|'`
1080 os=`echo $os | sed -e 's|linux|linux-gnu|'`
1083 os=`echo $os | sed -e 's|sunos5|solaris2|'`
1086 os=`echo $os | sed -e 's|sunos6|solaris3|'`
1103 -386bsd) # CYGNUS LOCAL
1112 # Preserve the version number of sinix5.
1114 os=`echo $os | sed -e 's|sinix|sysv|'`
1134 # This must come after -sysvr4.
1137 -ose*) # CYGNUS LOCAL
1140 -es1800*) # CYGNUS LOCAL
1149 # Get rid of the `-' at the beginning of $os.
1150 os=`echo $os | sed 's/[^-]*-//'`
1151 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
1157 # Here we handle the default operating systems that come with various machines.
1158 # The value should be what the vendor currently ships out the door with their
1159 # machine or put another way, the most popular os provided with the machine.
1161 # Note that if you're going to try to match "-MANUFACTURER" here (say,
1162 # "-sun"), then you have to tell the case statement up towards the top
1163 # that MANUFACTURER isn't an operating system. Otherwise, code above
1164 # will signal an error saying that MANUFACTURER isn't an operating
1165 # system, and we'll never get to this point.
1167 case $basic_machine in
1188 # This also exists in the configure program, but was not the
1192 m68*-cisco) # CYGNUS LOCAL
1195 mips*-cisco) # CYGNUS LOCAL
1198 mips*-*) # CYGNUS LOCAL
1201 *-tti) # must be before sparc entry or we get the wrong os.
1213 *-wec) # CYGNUS LOCAL
1216 *-winbond) # CYGNUS LOCAL
1219 *-oki) # CYGNUS LOCAL
1228 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
1285 *-rom68k) # CYGNUS LOCAL
1288 *-*bug) # CYGNUS LOCAL
1291 *-apple) # CYGNUS LOCAL
1300 # Here we handle the case where we know the os, and the CPU type, but not the
1301 # manufacturer. We pick the logical manufacturer.
1303 case $basic_machine in
1345 -vxsim* | -vxworks*)
1351 -hms*) # CYGNUS LOCAL
1354 -mpw* | -macos*) # CYGNUS LOCAL
1358 basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
1362 echo $basic_machine$os