~ubuntu-branches/ubuntu/jaunty/eris/jaunty

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2004-11-10 11:47:09 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041110114709-ybzwmmnlvzosz3de
Tags: 1.2.1-1
* New upstream release
* Added debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
4
#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
5
5
 
6
 
timestamp='2003-01-03'
 
6
timestamp='2003-06-18'
7
7
 
8
8
# This file is (in principle) common to ALL GNU software.
9
9
# The presence of a machine in this file suggests that SOME GNU software
229
229
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
230
230
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
231
231
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
232
 
        | clipper \
 
232
        | c4x | clipper \
233
233
        | d10v | d30v | dlx | dsp16xx \
234
234
        | fr30 | frv \
235
235
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
258
258
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
259
259
        | pyramid \
260
260
        | s390 | s390x \
261
 
        | sh | sh[1234] | sh3e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
 
261
        | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
262
262
        | sh64 | sh64le \
263
263
        | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
264
264
        | strongarm \
265
 
        | tahoe | thumb | tic80 | tron \
 
265
        | tahoe | thumb | tic4x | tic80 | tron \
266
266
        | v850 | v850e \
267
267
        | we32k \
268
268
        | x86 | xscale | xstormy16 | xtensa \
297
297
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
298
298
        | avr-* \
299
299
        | bs2000-* \
300
 
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* \
 
300
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
301
301
        | clipper-* | cydra-* \
302
302
        | d10v-* | d30v-* | dlx-* \
303
303
        | elxsi-* \
331
331
        | pyramid-* \
332
332
        | romp-* | rs6000-* \
333
333
        | s390-* | s390x-* \
334
 
        | sh-* | sh[1234]-* | sh3e-* | sh[34]eb-* | shbe-* \
 
334
        | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
335
335
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
336
336
        | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
337
337
        | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
338
 
        | tahoe-* | thumb-* | tic30-* | tic4x-* | tic54x-* | tic80-* | tron-* \
 
338
        | tahoe-* | thumb-* \
 
339
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
 
340
        | tron-* \
339
341
        | v850-* | v850e-* | vax-* \
340
342
        | we32k-* \
341
343
        | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
373
375
                basic_machine=a29k-none
374
376
                os=-bsd
375
377
                ;;
 
378
        amd64)
 
379
                basic_machine=x86_64-pc
 
380
                ;;
376
381
        amdahl)
377
382
                basic_machine=580-amdahl
378
383
                os=-sysv
768
773
        pentiumpro | p6 | 6x86 | athlon | athlon_*)
769
774
                basic_machine=i686-pc
770
775
                ;;
771
 
        pentiumii | pentium2)
 
776
        pentiumii | pentium2 | pentiumiii | pentium3)
772
777
                basic_machine=i686-pc
773
778
                ;;
 
779
        pentium4)
 
780
                basic_machine=i786-pc
 
781
                ;;
774
782
        pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
775
783
                basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
776
784
                ;;
777
785
        pentiumpro-* | p6-* | 6x86-* | athlon-*)
778
786
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
779
787
                ;;
780
 
        pentiumii-* | pentium2-*)
 
788
        pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
781
789
                basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
782
790
                ;;
 
791
        pentium4-*)
 
792
                basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
 
793
                ;;
783
794
        pn)
784
795
                basic_machine=pn-gould
785
796
                ;;
832
843
        sb1el)
833
844
                basic_machine=mipsisa64sb1el-unknown
834
845
                ;;
 
846
        sei)
 
847
                basic_machine=mips-sei
 
848
                os=-seiux
 
849
                ;;
835
850
        sequent)
836
851
                basic_machine=i386-sequent
837
852
                ;;
839
854
                basic_machine=sh-hitachi
840
855
                os=-hms
841
856
                ;;
 
857
        sh64)
 
858
                basic_machine=sh64-unknown
 
859
                ;;
842
860
        sparclite-wrs | simso-wrs)
843
861
                basic_machine=sparclite-wrs
844
862
                os=-vxworks
913
931
                basic_machine=t90-cray
914
932
                os=-unicos
915
933
                ;;
916
 
        tic4x | c4x*)
917
 
                basic_machine=tic4x-unknown
918
 
                os=-coff
919
 
                ;;
920
934
        tic54x | c54x*)
921
935
                basic_machine=tic54x-unknown
922
936
                os=-coff
923
937
                ;;
 
938
        tic55x | c55x*)
 
939
                basic_machine=tic55x-unknown
 
940
                os=-coff
 
941
                ;;
 
942
        tic6x | c6x*)
 
943
                basic_machine=tic6x-unknown
 
944
                os=-coff
 
945
                ;;
924
946
        tx39)
925
947
                basic_machine=mipstx39-unknown
926
948
                ;;
1023
1045
        we32k)
1024
1046
                basic_machine=we32k-att
1025
1047
                ;;
1026
 
        sh3 | sh4 | sh3eb | sh4eb | sh[1234]le | sh3ele)
 
1048
        sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
1027
1049
                basic_machine=sh-unknown
1028
1050
                ;;
1029
1051
        sh64)
1114
1136
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1115
1137
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1116
1138
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1117
 
              | -powermax* | -dnix* | -microbsd*)
 
1139
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei*)
1118
1140
        # Remember, each alternative MUST END IN *, to match a version number.
1119
1141
                ;;
1120
1142
        -qnx*)
1223
1245
        -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1224
1246
                os=-mint
1225
1247
                ;;
 
1248
        -aros*)
 
1249
                os=-aros
 
1250
                ;;
 
1251
        -kaos*)
 
1252
                os=-kaos
 
1253
                ;;
1226
1254
        -none)
1227
1255
                ;;
1228
1256
        *)
1254
1282
        arm*-semi)
1255
1283
                os=-aout
1256
1284
                ;;
 
1285
        c4x-* | tic4x-*)
 
1286
                os=-coff
 
1287
                ;;
1257
1288
        # This must come before the *-dec entry.
1258
1289
        pdp10-*)
1259
1290
                os=-tops20