/[autoconf]/autoconf/config/config.sub
ViewVC logotype

Diff of /autoconf/config/config.sub

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by akim, Fri Nov 2 16:38:16 2001 UTC revision 1.6 by akim, Thu Jan 24 17:35:01 2002 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2  # Configuration validation subroutine script.  # Configuration validation subroutine script.
3  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4  #   Free Software Foundation, Inc.  #   2000, 2001, 2002 Free Software Foundation, Inc.
5    
6  timestamp='2001-10-05'  timestamp='2002-01-02'
7    
8  # This file is (in principle) common to ALL GNU software.  # This file is (in principle) common to ALL GNU software.
9  # The presence of a machine in this file suggests that SOME GNU software  # The presence of a machine in this file suggests that SOME GNU software
# Line 227  case $basic_machine in Line 227  case $basic_machine in
227          1750a | 580 \          1750a | 580 \
228          | a29k \          | a29k \
229          | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \          | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
230            | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
231          | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \          | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
232          | c4x | clipper \          | c4x | clipper \
233          | d10v | d30v | dsp16xx \          | d10v | d30v | dsp16xx \
# Line 245  case $basic_machine in Line 246  case $basic_machine in
246          | pdp10 | pdp11 | pj | pjl \          | pdp10 | pdp11 | pj | pjl \
247          | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \          | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
248          | pyramid \          | pyramid \
         | s390 | s390x \  
249          | sh | sh[34] | sh[34]eb | shbe | shle \          | sh | sh[34] | sh[34]eb | shbe | shle \
250          | sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \          | sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \
251          | stormy16 | strongarm \          | strongarm \
252          | tahoe | thumb | tic80 | tron \          | tahoe | thumb | tic80 | tron \
253          | v850 \          | v850 | v850e \
254          | we32k \          | we32k \
255          | x86 | xscale \          | x86 | xscale | xstormy16 | xtensa \
256          | z8k)          | z8k)
257                  basic_machine=$basic_machine-unknown                  basic_machine=$basic_machine-unknown
258                  ;;                  ;;
# Line 279  case $basic_machine in Line 279  case $basic_machine in
279          580-* \          580-* \
280          | a29k-* \          | a29k-* \
281          | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \          | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
282          | alphapca5[67]-* | arc-* \          | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
283            | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
284          | arm-*  | armbe-* | armle-* | armv*-* \          | arm-*  | armbe-* | armle-* | armv*-* \
285          | avr-* \          | avr-* \
286          | bs2000-* \          | bs2000-* \
# Line 304  case $basic_machine in Line 305  case $basic_machine in
305          | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \          | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
306          | pyramid-* \          | pyramid-* \
307          | romp-* | rs6000-* \          | romp-* | rs6000-* \
         | s390-* | s390x-* \  
308          | sh-* | sh[34]-* | sh[34]eb-* | shbe-* | shle-* \          | sh-* | sh[34]-* | sh[34]eb-* | shbe-* | shle-* \
309          | sparc-* | sparc64-* | sparc86x-* | sparclite-* \          | sparc-* | sparc64-* | sparc86x-* | sparclite-* \
310          | sparcv9-* | sparcv9b-* | stormy16-* | strongarm-* | sv1-* \          | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* \
311          | t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \          | t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
312          | v850-* | vax-* \          | v850-* | v850e-* | vax-* \
313          | we32k-* \          | we32k-* \
314          | x86-* | x86_64-* | xmp-* | xps100-* | xscale-* \          | x86-* | x86_64-* | xmp-* | xps100-* | xscale-* | xstormy16-* \
315            | xtensa-* \
316          | ymp-* \          | ymp-* \
317          | z8k-*)          | z8k-*)
318                  ;;                  ;;
# Line 420  case $basic_machine in Line 421  case $basic_machine in
421          decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)          decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
422                  basic_machine=mips-dec                  basic_machine=mips-dec
423                  ;;                  ;;
424            decsystem10* | dec10*)
425                    basic_machine=pdp10-dec
426                    os=-tops10
427                    ;;
428            decsystem20* | dec20*)
429                    basic_machine=pdp10-dec
430                    os=-tops20
431                    ;;
432          delta | 3300 | motorola-3300 | motorola-delta \          delta | 3300 | motorola-3300 | motorola-delta \
433                | 3300-motorola | delta-motorola)                | 3300-motorola | delta-motorola)
434                  basic_machine=m68k-motorola                  basic_machine=m68k-motorola
# Line 622  case $basic_machine in Line 631  case $basic_machine in
631                  basic_machine=m68k-rom68k                  basic_machine=m68k-rom68k
632                  os=-coff                  os=-coff
633                  ;;                  ;;
634            morphos)
635                    basic_machine=powerpc-unknown
636                    os=-morphos
637                    ;;
638          msdos)          msdos)
639                  basic_machine=i386-pc                  basic_machine=i386-pc
640                  os=-msdos                  os=-msdos
# Line 786  case $basic_machine in Line 799  case $basic_machine in
799          rtpc | rtpc-*)          rtpc | rtpc-*)
800                  basic_machine=romp-ibm                  basic_machine=romp-ibm
801                  ;;                  ;;
802            s390 | s390-*)
803                    basic_machine=s390-ibm
804                    ;;
805            s390x | s390x-*)
806                    basic_machine=s390x-ibm
807                    ;;
808          sa29200)          sa29200)
809                  basic_machine=a29k-amd                  basic_machine=a29k-amd
810                  os=-udi                  os=-udi
# Line 877  case $basic_machine in Line 896  case $basic_machine in
896          tx39el)          tx39el)
897                  basic_machine=mipstx39el-unknown                  basic_machine=mipstx39el-unknown
898                  ;;                  ;;
899            toad1)
900                    basic_machine=pdp10-xkl
901                    os=-tops20
902                    ;;
903          tower | tower-32)          tower | tower-32)
904                  basic_machine=m68k-ncr                  basic_machine=m68k-ncr
905                  ;;                  ;;
# Line 1070  case $os in Line 1093  case $os in
1093                | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \                | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \
1094                | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \                | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1095                | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \                | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1096                | -os2* | -vos*)                | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* | -morphos*)
1097          # Remember, each alternative MUST END IN *, to match a version number.          # Remember, each alternative MUST END IN *, to match a version number.
1098                  ;;                  ;;
1099          -qnx*)          -qnx*)
# Line 1122  case $os in Line 1145  case $os in
1145          -acis*)          -acis*)
1146                  os=-aos                  os=-aos
1147                  ;;                  ;;
1148            -atheos*)
1149                    os=-atheos
1150                    ;;
1151          -386bsd)          -386bsd)
1152                  os=-bsd                  os=-bsd
1153                  ;;                  ;;
# Line 1202  case $basic_machine in Line 1228  case $basic_machine in
1228          arm*-semi)          arm*-semi)
1229                  os=-aout                  os=-aout
1230                  ;;                  ;;
1231            # This must come before the *-dec entry.
1232          pdp10-*)          pdp10-*)
1233                  os=-tops20                  os=-tops20
1234                  ;;                  ;;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26