/[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.11 by akim, Thu Jul 18 12:06:37 2002 UTC revision 1.12 by eggert, Sat Aug 31 05:49:05 2002 UTC
# Line 3  Line 3 
3  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,  #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4  #   2000, 2001, 2002 Free Software Foundation, Inc.  #   2000, 2001, 2002 Free Software Foundation, Inc.
5    
6  timestamp='2002-07-03'  timestamp='2002-08-22'
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 239  case $basic_machine in Line 239  case $basic_machine in
239          | mips | mipsbe | mipseb | mipsel | mipsle \          | mips | mipsbe | mipseb | mipsel | mipsle \
240          | mips16 \          | mips16 \
241          | mips64 | mips64el \          | mips64 | mips64el \
242            | mips64vr | mips64vrel \
243          | mips64orion | mips64orionel \          | mips64orion | mips64orionel \
244          | mips64vr4100 | mips64vr4100el \          | mips64vr4100 | mips64vr4100el \
245          | mips64vr4300 | mips64vr4300el \          | mips64vr4300 | mips64vr4300el \
# Line 246  case $basic_machine in Line 247  case $basic_machine in
247          | mipsisa32 | mipsisa32el \          | mipsisa32 | mipsisa32el \
248          | mipsisa64 | mipsisa64el \          | mipsisa64 | mipsisa64el \
249          | mipsisa64sb1 | mipsisa64sb1el \          | mipsisa64sb1 | mipsisa64sb1el \
250            | mipsisa64sr71k | mipsisa64sr71kel \
251          | mipstx39 | mipstx39el \          | mipstx39 | mipstx39el \
252          | mn10200 | mn10300 \          | mn10200 | mn10300 \
253          | ns16k | ns32k \          | ns16k | ns32k \
# Line 307  case $basic_machine in Line 309  case $basic_machine in
309          | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \          | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
310          | mips16-* \          | mips16-* \
311          | mips64-* | mips64el-* \          | mips64-* | mips64el-* \
312            | mips64vr-* | mips64vrel-* \
313          | mips64orion-* | mips64orionel-* \          | mips64orion-* | mips64orionel-* \
314          | mips64vr4100-* | mips64vr4100el-* \          | mips64vr4100-* | mips64vr4100el-* \
315          | mips64vr4300-* | mips64vr4300el-* \          | mips64vr4300-* | mips64vr4300el-* \
# Line 314  case $basic_machine in Line 317  case $basic_machine in
317          | mipsisa32-* | mipsisa32el-* \          | mipsisa32-* | mipsisa32el-* \
318          | mipsisa64-* | mipsisa64el-* \          | mipsisa64-* | mipsisa64el-* \
319          | mipsisa64sb1-* | mipsisa64sb1el-* \          | mipsisa64sb1-* | mipsisa64sb1el-* \
320            | mipsisa64sr71k-* | mipsisa64sr71kel-* \
321          | mipstx39 | mipstx39el \          | mipstx39 | mipstx39el \
322          | none-* | np1-* | ns16k-* | ns32k-* \          | none-* | np1-* | ns16k-* | ns32k-* \
323          | orion-* \          | orion-* \
# Line 745  case $basic_machine in Line 749  case $basic_machine in
749          pbb)          pbb)
750                  basic_machine=m68k-tti                  basic_machine=m68k-tti
751                  ;;                  ;;
752          pc532 | pc532-*)          pc532 | pc532-*)
753                  basic_machine=ns32k-pc532                  basic_machine=ns32k-pc532
754                  ;;                  ;;
755          pentium | p5 | k5 | k6 | nexgen | viac3)          pentium | p5 | k5 | k6 | nexgen | viac3)
756                  basic_machine=i586-pc                  basic_machine=i586-pc
757                  ;;                  ;;
758          pentiumpro | p6 | 6x86 | athlon)          pentiumpro | p6 | 6x86 | athlon | athlon_*)
759                  basic_machine=i686-pc                  basic_machine=i686-pc
760                  ;;                  ;;
761          pentiumii | pentium2)          pentiumii | pentium2)
# Line 772  case $basic_machine in Line 776  case $basic_machine in
776          power)  basic_machine=power-ibm          power)  basic_machine=power-ibm
777                  ;;                  ;;
778          ppc)    basic_machine=powerpc-unknown          ppc)    basic_machine=powerpc-unknown
779                  ;;                  ;;
780          ppc-*)  basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`          ppc-*)  basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
781                  ;;                  ;;
782          ppcle | powerpclittle | ppc-le | powerpc-little)          ppcle | powerpclittle | ppc-le | powerpc-little)
783                  basic_machine=powerpcle-unknown                  basic_machine=powerpcle-unknown
784                  ;;                  ;;
785          ppcle-* | powerpclittle-*)          ppcle-* | powerpclittle-*)
786                  basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`                  basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
787                  ;;                  ;;
788          ppc64)  basic_machine=powerpc64-unknown          ppc64)  basic_machine=powerpc64-unknown
789                  ;;                  ;;
790          ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`          ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
791                  ;;                  ;;
792          ppc64le | powerpc64little | ppc64-le | powerpc64-little)          ppc64le | powerpc64little | ppc64-le | powerpc64-little)
793                  basic_machine=powerpc64le-unknown                  basic_machine=powerpc64le-unknown
794                  ;;                  ;;
795          ppc64le-* | powerpc64little-*)          ppc64le-* | powerpc64little-*)
796                  basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`                  basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
797                  ;;                  ;;
# Line 818  case $basic_machine in Line 822  case $basic_machine in
822                  basic_machine=a29k-amd                  basic_machine=a29k-amd
823                  os=-udi                  os=-udi
824                  ;;                  ;;
825            sb1)
826                    basic_machine=mipsisa64sb1-unknown
827                    ;;
828            sb1el)
829                    basic_machine=mipsisa64sb1el-unknown
830                    ;;
831          sequent)          sequent)
832                  basic_machine=i386-sequent                  basic_machine=i386-sequent
833                  ;;                  ;;
# Line 883  case $basic_machine in Line 893  case $basic_machine in
893          sun386 | sun386i | roadrunner)          sun386 | sun386i | roadrunner)
894                  basic_machine=i386-sun                  basic_machine=i386-sun
895                  ;;                  ;;
896          sv1)          sv1)
897                  basic_machine=sv1-cray                  basic_machine=sv1-cray
898                  os=-unicos                  os=-unicos
899                  ;;                  ;;
# Line 941  case $basic_machine in Line 951  case $basic_machine in
951                  os=-vms                  os=-vms
952                  ;;                  ;;
953          vpp*|vx|vx-*)          vpp*|vx|vx-*)
954                 basic_machine=f301-fujitsu                  basic_machine=f301-fujitsu
955                 ;;                  ;;
956          vxworks960)          vxworks960)
957                  basic_machine=i960-wrs                  basic_machine=i960-wrs
958                  os=-vxworks                  os=-vxworks
# Line 967  case $basic_machine in Line 977  case $basic_machine in
977                  basic_machine=i386-pc                  basic_machine=i386-pc
978                  os=-windows32-msvcrt                  os=-windows32-msvcrt
979                  ;;                  ;;
980          xps | xps100)          xps | xps100)
981                  basic_machine=xps100-honeywell                  basic_machine=xps100-honeywell
982                  ;;                  ;;
983          ymp)          ymp)
# Line 1022  case $basic_machine in Line 1032  case $basic_machine in
1032          sparc | sparcv9 | sparcv9b)          sparc | sparcv9 | sparcv9b)
1033                  basic_machine=sparc-sun                  basic_machine=sparc-sun
1034                  ;;                  ;;
1035          cydra)          cydra)
1036                  basic_machine=cydra-cydrome                  basic_machine=cydra-cydrome
1037                  ;;                  ;;
1038          orion)          orion)
# Line 1172  case $os in Line 1182  case $os in
1182                  os=-rtmk-nova                  os=-rtmk-nova
1183                  ;;                  ;;
1184          -ns2 )          -ns2 )
1185                  os=-nextstep2                  os=-nextstep2
1186                  ;;                  ;;
1187          -nsk*)          -nsk*)
1188                  os=-nsk                  os=-nsk
# Line 1211  case $os in Line 1221  case $os in
1221          -xenix)          -xenix)
1222                  os=-xenix                  os=-xenix
1223                  ;;                  ;;
1224          -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)          -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1225                  os=-mint                  os=-mint
1226                  ;;                  ;;
1227          -none)          -none)
1228                  ;;                  ;;
# Line 1249  case $basic_machine in Line 1259  case $basic_machine in
1259          pdp10-*)          pdp10-*)
1260                  os=-tops20                  os=-tops20
1261                  ;;                  ;;
1262          pdp11-*)          pdp11-*)
1263                  os=-none                  os=-none
1264                  ;;                  ;;
1265          *-dec | vax-*)          *-dec | vax-*)
# Line 1342  case $basic_machine in Line 1352  case $basic_machine in
1352          *-next)          *-next)
1353                  os=-nextstep3                  os=-nextstep3
1354                  ;;                  ;;
1355          *-gould)          *-gould)
1356                  os=-sysv                  os=-sysv
1357                  ;;                  ;;
1358          *-highlevel)          *-highlevel)
1359                  os=-bsd                  os=-bsd
1360                  ;;                  ;;
1361          *-encore)          *-encore)
1362                  os=-bsd                  os=-bsd
1363                  ;;                  ;;
1364          *-sgi)          *-sgi)
1365                  os=-irix                  os=-irix
1366                  ;;                  ;;
1367          *-siemens)          *-siemens)
1368                  os=-sysv4                  os=-sysv4
1369                  ;;                  ;;
1370          *-masscomp)          *-masscomp)

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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