~ubuntu-branches/ubuntu/oneiric/ppracer/oneiric

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Schmehl, Alexander Schmehl, Eddy Petrişor
  • Date: 2006-08-22 21:52:18 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060822215218-pszpddwt68v00roq
Tags: 0.3.1-8
[ Alexander Schmehl ]
* fixed watch file
* Adding missing Conflicts to planetpenguin-racer-data (<= 0.3.1-6)
  (this should really fix #362870)
* debian/control:  replacing ${Source-version} with binNMU safe
  ${Source:Version}
  - addings build-depends on dpkg-dev (>= 1.13.19)
* adding linda overrides for the font (which is not installed, but still
  present in the tarball)

[ Eddy Petrişor ]
* added a RO translation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Configuration validation subroutine script.
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
 
#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
4
#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
5
5
 
6
 
timestamp='2005-02-10'
 
6
timestamp='2003-07-17'
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
70
70
version="\
71
71
GNU config.sub ($timestamp)
72
72
 
73
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
73
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
74
74
Free Software Foundation, Inc.
75
75
 
76
76
This is free software; see the source for copying conditions.  There is NO
118
118
# Here we must recognize all the valid KERNEL-OS combinations.
119
119
maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
120
120
case $maybe_os in
121
 
  nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
122
 
  kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
 
121
  nto-qnx* | linux-gnu* | kfreebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
123
122
    os=-$maybe_os
124
123
    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
125
124
    ;;
145
144
        -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
146
145
        -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
147
146
        -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
148
 
        -apple | -axis | -knuth | -cray)
 
147
        -apple | -axis)
149
148
                os=
150
149
                basic_machine=$1
151
150
                ;;
237
236
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
238
237
        | i370 | i860 | i960 | ia64 \
239
238
        | ip2k | iq2000 \
240
 
        | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
 
239
        | m32r | m68000 | m68k | m88k | mcore \
241
240
        | mips | mipsbe | mipseb | mipsel | mipsle \
242
241
        | mips16 \
243
242
        | mips64 | mips64el \
249
248
        | mipsisa32 | mipsisa32el \
250
249
        | mipsisa32r2 | mipsisa32r2el \
251
250
        | mipsisa64 | mipsisa64el \
252
 
        | mipsisa64r2 | mipsisa64r2el \
253
251
        | mipsisa64sb1 | mipsisa64sb1el \
254
252
        | mipsisa64sr71k | mipsisa64sr71kel \
255
253
        | mipstx39 | mipstx39el \
262
260
        | pyramid \
263
261
        | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
264
262
        | sh64 | sh64le \
265
 
        | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \
 
263
        | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \
266
264
        | strongarm \
267
265
        | tahoe | thumb | tic4x | tic80 | tron \
268
266
        | v850 | v850e \
269
267
        | we32k \
270
 
        | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
 
268
        | x86 | xscale | xstormy16 | xtensa \
271
269
        | z8k)
272
270
                basic_machine=$basic_machine-unknown
273
271
                ;;
300
298
        | avr-* \
301
299
        | bs2000-* \
302
300
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
303
 
        | clipper-* | craynv-* | cydra-* \
 
301
        | clipper-* | cydra-* \
304
302
        | d10v-* | d30v-* | dlx-* \
305
303
        | elxsi-* \
306
304
        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
308
306
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
309
307
        | i*86-* | i860-* | i960-* | ia64-* \
310
308
        | ip2k-* | iq2000-* \
311
 
        | m32r-* | m32rle-* \
 
309
        | m32r-* \
312
310
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
313
 
        | m88110-* | m88k-* | maxq-* | mcore-* \
 
311
        | m88110-* | m88k-* | mcore-* \
314
312
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
315
313
        | mips16-* \
316
314
        | mips64-* | mips64el-* \
322
320
        | mipsisa32-* | mipsisa32el-* \
323
321
        | mipsisa32r2-* | mipsisa32r2el-* \
324
322
        | mipsisa64-* | mipsisa64el-* \
325
 
        | mipsisa64r2-* | mipsisa64r2el-* \
326
323
        | mipsisa64sb1-* | mipsisa64sb1el-* \
327
324
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
328
325
        | mipstx39-* | mipstx39el-* \
329
 
        | mmix-* \
330
326
        | msp430-* \
331
 
        | none-* | np1-* | ns16k-* | ns32k-* \
 
327
        | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
332
328
        | orion-* \
333
329
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
334
330
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
337
333
        | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
338
334
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
339
335
        | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \
340
 
        | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
 
336
        | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
341
337
        | tahoe-* | thumb-* \
342
338
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
343
339
        | tron-* \
344
340
        | v850-* | v850e-* | vax-* \
345
341
        | we32k-* \
346
 
        | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
347
 
        | xstormy16-* | xtensa-* \
 
342
        | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
 
343
        | xtensa-* \
348
344
        | ymp-* \
349
345
        | z8k-*)
350
346
                ;;
364
360
                basic_machine=a29k-amd
365
361
                os=-udi
366
362
                ;;
367
 
        abacus)
368
 
                basic_machine=abacus-unknown
369
 
                ;;
370
363
        adobe68k)
371
364
                basic_machine=m68010-adobe
372
365
                os=-scout
384
377
        amd64)
385
378
                basic_machine=x86_64-pc
386
379
                ;;
387
 
        amd64-*)
388
 
                basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
389
 
                ;;
390
380
        amdahl)
391
381
                basic_machine=580-amdahl
392
382
                os=-sysv
446
436
                basic_machine=j90-cray
447
437
                os=-unicos
448
438
                ;;
449
 
        craynv)
450
 
                basic_machine=craynv-cray
451
 
                os=-unicosmp
452
 
                ;;
453
 
        cr16c)
454
 
                basic_machine=cr16c-unknown
455
 
                os=-elf
456
 
                ;;
457
439
        crds | unos)
458
440
                basic_machine=m68k-crds
459
441
                ;;
460
 
        crisv32 | crisv32-* | etraxfs*)
461
 
                basic_machine=crisv32-axis
462
 
                ;;
463
442
        cris | cris-* | etrax*)
464
443
                basic_machine=cris-axis
465
444
                ;;
466
 
        crx)
467
 
                basic_machine=crx-unknown
468
 
                os=-elf
469
 
                ;;
470
445
        da30 | da30-*)
471
446
                basic_machine=m68k-da30
472
447
                ;;
489
464
                basic_machine=m88k-motorola
490
465
                os=-sysv3
491
466
                ;;
492
 
        djgpp)
493
 
                basic_machine=i586-pc
494
 
                os=-msdosdjgpp
495
 
                ;;
496
467
        dpx20 | dpx20-*)
497
468
                basic_machine=rs6000-bull
498
469
                os=-bosx
671
642
        mips3*)
672
643
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
673
644
                ;;
 
645
        mmix*)
 
646
                basic_machine=mmix-knuth
 
647
                os=-mmixware
 
648
                ;;
674
649
        monitor)
675
650
                basic_machine=m68k-rom68k
676
651
                os=-coff
751
726
        np1)
752
727
                basic_machine=np1-gould
753
728
                ;;
 
729
        nv1)
 
730
                basic_machine=nv1-cray
 
731
                os=-unicosmp
 
732
                ;;
754
733
        nsr-tandem)
755
734
                basic_machine=nsr-tandem
756
735
                ;;
762
741
                basic_machine=or32-unknown
763
742
                os=-coff
764
743
                ;;
765
 
        os400)
766
 
                basic_machine=powerpc-ibm
767
 
                os=-os400
768
 
                ;;
769
744
        OSE68000 | ose68000)
770
745
                basic_machine=m68000-ericsson
771
746
                os=-ose
986
961
        tower | tower-32)
987
962
                basic_machine=m68k-ncr
988
963
                ;;
989
 
        tpf)
990
 
                basic_machine=s390x-ibm
991
 
                os=-tpf
992
 
                ;;
993
964
        udi29k)
994
965
                basic_machine=a29k-amd
995
966
                os=-udi
1033
1004
                basic_machine=hppa1.1-winbond
1034
1005
                os=-proelf
1035
1006
                ;;
1036
 
        xbox)
1037
 
                basic_machine=i686-pc
1038
 
                os=-mingw32
1039
 
                ;;
1040
1007
        xps | xps100)
1041
1008
                basic_machine=xps100-honeywell
1042
1009
                ;;
1067
1034
        romp)
1068
1035
                basic_machine=romp-ibm
1069
1036
                ;;
1070
 
        mmix)
1071
 
                basic_machine=mmix-knuth
1072
 
                ;;
1073
1037
        rs6000)
1074
1038
                basic_machine=rs6000-ibm
1075
1039
                ;;
1092
1056
        sh64)
1093
1057
                basic_machine=sh64-unknown
1094
1058
                ;;
1095
 
        sparc | sparcv8 | sparcv9 | sparcv9b)
 
1059
        sparc | sparcv9 | sparcv9b)
1096
1060
                basic_machine=sparc-sun
1097
1061
                ;;
1098
1062
        cydra)
1165
1129
              | -aos* \
1166
1130
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1167
1131
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1168
 
              | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
1169
 
              | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
1170
 
              | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
 
1132
              | -hiux* | -386bsd* | -netbsd* | -openbsd* | -kfreebsd* | -freebsd* | -riscix* \
 
1133
              | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1171
1134
              | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1172
1135
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1173
1136
              | -chorusos* | -chorusrdb* \
1174
1137
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1175
 
              | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
 
1138
              | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \
1176
1139
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1177
1140
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1178
1141
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1179
1142
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1180
1143
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1181
 
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
 
1144
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei*)
1182
1145
        # Remember, each alternative MUST END IN *, to match a version number.
1183
1146
                ;;
1184
1147
        -qnx*)
1202
1165
        -mac*)
1203
1166
                os=`echo $os | sed -e 's|mac|macos|'`
1204
1167
                ;;
1205
 
        -linux-dietlibc)
1206
 
                os=-linux-dietlibc
1207
 
                ;;
1208
1168
        -linux*)
1209
1169
                os=`echo $os | sed -e 's|linux|linux-gnu|'`
1210
1170
                ;;
1217
1177
        -opened*)
1218
1178
                os=-openedition
1219
1179
                ;;
1220
 
        -os400*)
1221
 
                os=-os400
1222
 
                ;;
1223
1180
        -wince*)
1224
1181
                os=-wince
1225
1182
                ;;
1241
1198
        -atheos*)
1242
1199
                os=-atheos
1243
1200
                ;;
1244
 
        -syllable*)
1245
 
                os=-syllable
1246
 
                ;;
1247
1201
        -386bsd)
1248
1202
                os=-bsd
1249
1203
                ;;
1266
1220
        -sinix*)
1267
1221
                os=-sysv4
1268
1222
                ;;
1269
 
        -tpf*)
1270
 
                os=-tpf
1271
 
                ;;
1272
1223
        -triton*)
1273
1224
                os=-sysv3
1274
1225
                ;;
1305
1256
        -kaos*)
1306
1257
                os=-kaos
1307
1258
                ;;
1308
 
        -zvmoe)
1309
 
                os=-zvmoe
1310
 
                ;;
1311
1259
        -none)
1312
1260
                ;;
1313
1261
        *)
1388
1336
        *-ibm)
1389
1337
                os=-aix
1390
1338
                ;;
1391
 
        *-knuth)
1392
 
                os=-mmixware
1393
 
                ;;
1394
1339
        *-wec)
1395
1340
                os=-proelf
1396
1341
                ;;
1523
1468
                        -mvs* | -opened*)
1524
1469
                                vendor=ibm
1525
1470
                                ;;
1526
 
                        -os400*)
1527
 
                                vendor=ibm
1528
 
                                ;;
1529
1471
                        -ptx*)
1530
1472
                                vendor=sequent
1531
1473
                                ;;
1532
 
                        -tpf*)
1533
 
                                vendor=ibm
1534
 
                                ;;
1535
1474
                        -vxsim* | -vxworks* | -windiss*)
1536
1475
                                vendor=wrs
1537
1476
                                ;;