~ubuntu-branches/ubuntu/karmic/sdl-image1.2/karmic

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2009-07-21 21:08:48 UTC
  • mfrom: (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090721210848-fgds32w1q9z6y1tt
Tags: 1.2.7-1
* New upstream release.
* debian/control: Build-Depends on debhelper (>= 5).
* debian/control: Updated Standards-Version to 3.8.2.
* debian/control: Add Homepage field.
* debian/watch: Updated watch file for easier upstream updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
5
5
#   Inc.
6
6
 
7
 
timestamp='2006-09-20'
 
7
timestamp='2007-12-05'
8
8
 
9
9
# This file is (in principle) common to ALL GNU software.
10
10
# The presence of a machine in this file suggests that SOME GNU software
177
177
                os=-sco5v6
178
178
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
179
179
                ;;
 
180
        -sco6)
 
181
                os=-sco5v6
 
182
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
 
183
                ;;
180
184
        -sco5)
181
185
                os=-sco3.2v5
182
186
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
197
201
                # Don't forget version if it is 3.2v4 or newer.
198
202
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
199
203
                ;;
 
204
        -sco5v6*)
 
205
                # Don't forget version if it is 3.2v4 or newer.
 
206
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
 
207
                ;;
200
208
        -sco*)
201
209
                os=-sco3.2v2
202
210
                basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
245
253
        | bfin \
246
254
        | c4x | clipper \
247
255
        | d10v | d30v | dlx | dsp16xx \
248
 
        | fr30 | frv \
 
256
        | fido | fr30 | frv \
249
257
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
250
258
        | i370 | i860 | i960 | ia64 \
251
259
        | ip2k | iq2000 \
252
260
        | m32c | m32r | m32rle | m68000 | m68k | m88k \
253
 
        | maxq | mb | microblaze | mcore \
 
261
        | maxq | mb | microblaze | mcore | mep \
254
262
        | mips | mipsbe | mipseb | mipsel | mipsle \
255
263
        | mips16 \
256
264
        | mips64 | mips64el \
299
307
        ms1)
300
308
                basic_machine=mt-unknown
301
309
                ;;
 
310
        ms1)
 
311
                basic_machine=mt-unknown
 
312
                ;;
302
313
 
303
314
        # We use `pc' rather than `unknown'
304
315
        # because (1) that's what they normally are, and
324
335
        | clipper-* | craynv-* | cydra-* \
325
336
        | d10v-* | d30v-* | dlx-* \
326
337
        | elxsi-* \
327
 
        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
 
338
        | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
328
339
        | h8300-* | h8500-* \
329
340
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
330
341
        | i*86-* | i860-* | i960-* | ia64-* \
369
380
        | v850-* | v850e-* | vax-* \
370
381
        | we32k-* \
371
382
        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
372
 
        | xstormy16-* | xtensa-* \
 
383
        | xstormy16-* | xtensa*-* \
373
384
        | ymp-* \
374
385
        | z8k-*)
375
386
                ;;
 
387
        # Recognize the basic CPU types without company name, with glob match.
 
388
        xtensa*)
 
389
                basic_machine=$basic_machine-unknown
 
390
                ;;
376
391
        # Recognize the various machine names and aliases which stand
377
392
        # for a CPU type and a company and sometimes even an OS.
378
393
        386bsd)
392
407
        abacus)
393
408
                basic_machine=abacus-unknown
394
409
                ;;
 
410
        abacus)
 
411
                basic_machine=abacus-unknown
 
412
                ;;
395
413
        adobe68k)
396
414
                basic_machine=m68010-adobe
397
415
                os=-scout
412
430
        amd64-*)
413
431
                basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
414
432
                ;;
 
433
        amd64)
 
434
                basic_machine=x86_64-pc
 
435
                ;;
 
436
        amd64-*)
 
437
                basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
 
438
                ;;
415
439
        amdahl)
416
440
                basic_machine=580-amdahl
417
441
                os=-sysv
443
467
                basic_machine=ns32k-sequent
444
468
                os=-dynix
445
469
                ;;
 
470
        blackfin)
 
471
                basic_machine=bfin-unknown
 
472
                os=-linux
 
473
                ;;
 
474
        blackfin-*)
 
475
                basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
 
476
                os=-linux
 
477
                ;;
446
478
        c90)
447
479
                basic_machine=c90-cray
448
480
                os=-unicos
475
507
                basic_machine=craynv-cray
476
508
                os=-unicosmp
477
509
                ;;
478
 
        cr16c)
479
 
                basic_machine=cr16c-unknown
 
510
        cr16)
 
511
                basic_machine=cr16-unknown
480
512
                os=-elf
481
513
                ;;
482
514
        crds | unos)
518
550
                basic_machine=i586-pc
519
551
                os=-msdosdjgpp
520
552
                ;;
 
553
        djgpp)
 
554
                basic_machine=i586-pc
 
555
                os=-msdosdjgpp
 
556
                ;;
521
557
        dpx20 | dpx20-*)
522
558
                basic_machine=rs6000-bull
523
559
                os=-bosx
668
704
                basic_machine=m68k-isi
669
705
                os=-sysv
670
706
                ;;
 
707
        m68knommu)
 
708
                basic_machine=m68k-unknown
 
709
                os=-linux
 
710
                ;;
 
711
        m68knommu-*)
 
712
                basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
 
713
                os=-linux
 
714
                ;;
671
715
        m88k-omron*)
672
716
                basic_machine=m88k-omron
673
717
                ;;
683
727
                basic_machine=i386-pc
684
728
                os=-mingw32
685
729
                ;;
 
730
        mingw32ce)
 
731
                basic_machine=arm-unknown
 
732
                os=-mingw32ce
 
733
                ;;
686
734
        miniframe)
687
735
                basic_machine=m68000-convergent
688
736
                ;;
711
759
        ms1-*)
712
760
                basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
713
761
                ;;
 
762
        ms1-*)
 
763
                basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
 
764
                ;;
714
765
        mvs)
715
766
                basic_machine=i370-ibm
716
767
                os=-mvs
809
860
                basic_machine=i860-intel
810
861
                os=-osf
811
862
                ;;
 
863
        parisc)
 
864
                basic_machine=hppa-unknown
 
865
                os=-linux
 
866
                ;;
 
867
        parisc-*)
 
868
                basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
 
869
                os=-linux
 
870
                ;;
812
871
        pbd)
813
872
                basic_machine=sparc-tti
814
873
                ;;
884
943
                basic_machine=i386-pc
885
944
                os=-rdos
886
945
                ;;
 
946
        rdos)
 
947
                basic_machine=i386-pc
 
948
                os=-rdos
 
949
                ;;
887
950
        rom68k)
888
951
                basic_machine=m68k-rom68k
889
952
                os=-coff
918
981
                basic_machine=mips-sei
919
982
                os=-seiux
920
983
                ;;
 
984
        sde)
 
985
                basic_machine=mipsisa32-sde
 
986
                os=-elf
 
987
                ;;
 
988
        sei)
 
989
                basic_machine=mips-sei
 
990
                os=-seiux
 
991
                ;;
921
992
        sequent)
922
993
                basic_machine=i386-sequent
923
994
                ;;
925
996
                basic_machine=sh-hitachi
926
997
                os=-hms
927
998
                ;;
 
999
        sh5el)
 
1000
                basic_machine=sh5le-unknown
 
1001
                ;;
 
1002
        sh64)
 
1003
                basic_machine=sh64-unknown
 
1004
                ;;
928
1005
        sh64)
929
1006
                basic_machine=sh64-unknown
930
1007
                ;;
1031
1108
                basic_machine=s390x-ibm
1032
1109
                os=-tpf
1033
1110
                ;;
 
1111
        tpf)
 
1112
                basic_machine=s390x-ibm
 
1113
                os=-tpf
 
1114
                ;;
1034
1115
        udi29k)
1035
1116
                basic_machine=a29k-amd
1036
1117
                os=-udi
1078
1159
                basic_machine=i686-pc
1079
1160
                os=-mingw32
1080
1161
                ;;
 
1162
        xbox)
 
1163
                basic_machine=i686-pc
 
1164
                os=-mingw32
 
1165
                ;;
1081
1166
        xps | xps100)
1082
1167
                basic_machine=xps100-honeywell
1083
1168
                ;;
1111
1196
        mmix)
1112
1197
                basic_machine=mmix-knuth
1113
1198
                ;;
 
1199
        mmix)
 
1200
                basic_machine=mmix-knuth
 
1201
                ;;
1114
1202
        rs6000)
1115
1203
                basic_machine=rs6000-ibm
1116
1204
                ;;
1219
1307
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1220
1308
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1221
1309
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1222
 
              | -skyos* | -haiku* | -rdos* | -toppers*)
 
1310
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1223
1311
        # Remember, each alternative MUST END IN *, to match a version number.
1224
1312
                ;;
1225
1313
        -qnx*)
1261
1349
        -os400*)
1262
1350
                os=-os400
1263
1351
                ;;
 
1352
        -os400*)
 
1353
                os=-os400
 
1354
                ;;
1264
1355
        -wince*)
1265
1356
                os=-wince
1266
1357
                ;;
1285
1376
        -syllable*)
1286
1377
                os=-syllable
1287
1378
                ;;
 
1379
        -syllable*)
 
1380
                os=-syllable
 
1381
                ;;
1288
1382
        -386bsd)
1289
1383
                os=-bsd
1290
1384
                ;;
1310
1404
        -tpf*)
1311
1405
                os=-tpf
1312
1406
                ;;
 
1407
        -tpf*)
 
1408
                os=-tpf
 
1409
                ;;
1313
1410
        -triton*)
1314
1411
                os=-sysv3
1315
1412
                ;;
1349
1446
        -zvmoe)
1350
1447
                os=-zvmoe
1351
1448
                ;;
 
1449
        -zvmoe)
 
1450
                os=-zvmoe
 
1451
                ;;
1352
1452
        -none)
1353
1453
                ;;
1354
1454
        *)
1389
1489
        c4x-* | tic4x-*)
1390
1490
                os=-coff
1391
1491
                ;;
 
1492
        c4x-* | tic4x-*)
 
1493
                os=-coff
 
1494
                ;;
1392
1495
        # This must come before the *-dec entry.
1393
1496
        pdp10-*)
1394
1497
                os=-tops20
1414
1517
        m68*-cisco)
1415
1518
                os=-aout
1416
1519
                ;;
 
1520
        mep-*)
 
1521
                os=-elf
 
1522
                ;;
1417
1523
        mips*-cisco)
1418
1524
                os=-elf
1419
1525
                ;;