~ubuntu-branches/ubuntu/lucid/apr-util/lucid-updates

« back to all changes in this revision

Viewing changes to build/config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2008-02-29 20:59:49 UTC
  • Revision ID: james.westby@ubuntu.com-20080229205949-1aph3eebqlv392f1
Tags: 1.2.12+dfsg-3
* Fix integer overflow in apr_brigade_partition on 32bit systems.  Urgency
  medium because this made apache segfault when resuming a file larger than
  4GB.
* Point VCS tags in debian control to trunk, to make them useful with
  debcheckout.

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='2007-06-28'
 
7
timestamp='2006-07-02'
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
245
245
        | bfin \
246
246
        | c4x | clipper \
247
247
        | d10v | d30v | dlx | dsp16xx \
248
 
        | fido | fr30 | frv \
 
248
        | fr30 | frv \
249
249
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
250
250
        | i370 | i860 | i960 | ia64 \
251
251
        | ip2k | iq2000 \
252
252
        | m32c | m32r | m32rle | m68000 | m68k | m88k \
253
 
        | maxq | mb | microblaze | mcore | mep \
 
253
        | maxq | mb | microblaze | mcore \
254
254
        | mips | mipsbe | mipseb | mipsel | mipsle \
255
255
        | mips16 \
256
256
        | mips64 | mips64el \
276
276
        | pdp10 | pdp11 | pj | pjl \
277
277
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
278
278
        | pyramid \
279
 
        | score \
280
279
        | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
281
280
        | sh64 | sh64le \
282
281
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
285
284
        | tahoe | thumb | tic4x | tic80 | tron \
286
285
        | v850 | v850e \
287
286
        | we32k \
288
 
        | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
 
287
        | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
289
288
        | z8k)
290
289
                basic_machine=$basic_machine-unknown
291
290
                ;;
324
323
        | clipper-* | craynv-* | cydra-* \
325
324
        | d10v-* | d30v-* | dlx-* \
326
325
        | elxsi-* \
327
 
        | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
 
326
        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
328
327
        | h8300-* | h8500-* \
329
328
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
330
329
        | i*86-* | i860-* | i960-* | ia64-* \
368
367
        | tron-* \
369
368
        | v850-* | v850e-* | vax-* \
370
369
        | we32k-* \
371
 
        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
 
370
        | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
372
371
        | xstormy16-* | xtensa-* \
373
372
        | ymp-* \
374
373
        | z8k-*)
475
474
                basic_machine=craynv-cray
476
475
                os=-unicosmp
477
476
                ;;
478
 
        cr16)
479
 
                basic_machine=cr16-unknown
 
477
        cr16c)
 
478
                basic_machine=cr16c-unknown
480
479
                os=-elf
481
480
                ;;
482
481
        crds | unos)
683
682
                basic_machine=i386-pc
684
683
                os=-mingw32
685
684
                ;;
686
 
        mingw32ce)
687
 
                basic_machine=arm-unknown
688
 
                os=-mingw32ce
689
 
                ;;
690
685
        miniframe)
691
686
                basic_machine=m68000-convergent
692
687
                ;;
914
909
        sb1el)
915
910
                basic_machine=mipsisa64sb1el-unknown
916
911
                ;;
917
 
        sde)
918
 
                basic_machine=mipsisa32-sde
919
 
                os=-elf
920
 
                ;;
921
912
        sei)
922
913
                basic_machine=mips-sei
923
914
                os=-seiux
929
920
                basic_machine=sh-hitachi
930
921
                os=-hms
931
922
                ;;
932
 
        sh5el)
933
 
                basic_machine=sh5le-unknown
934
 
                ;;
935
923
        sh64)
936
924
                basic_machine=sh64-unknown
937
925
                ;;
1226
1214
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1227
1215
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1228
1216
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1229
 
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
 
1217
              | -skyos* | -haiku* | -rdos* | -toppers*)
1230
1218
        # Remember, each alternative MUST END IN *, to match a version number.
1231
1219
                ;;
1232
1220
        -qnx*)
1378
1366
# system, and we'll never get to this point.
1379
1367
 
1380
1368
case $basic_machine in
1381
 
        score-*)
1382
 
                os=-elf
1383
 
                ;;
1384
1369
        spu-*)
1385
1370
                os=-elf
1386
1371
                ;;
1421
1406
        m68*-cisco)
1422
1407
                os=-aout
1423
1408
                ;;
1424
 
        mep-*)
1425
 
                os=-elf
1426
 
                ;;
1427
1409
        mips*-cisco)
1428
1410
                os=-elf
1429
1411
                ;;