~ubuntu-branches/ubuntu/intrepid/lasso/intrepid

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2006-10-21 17:31:47 UTC
  • Revision ID: james.westby@ubuntu.com-20061021173147-b5vs51vpemdxv0x9
Tags: 0.6.5-3
* Converted to new Python policy (merged from unreported Ubuntu patch)
  * debian/control: keep conflict on python2.4-lasso which is unnecessary
    for Debian but will reduce Ubuntu changes.

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, 2004, 2005, 2006 Free Software Foundation,
 
5
#   Inc.
5
6
 
6
 
timestamp='2006-02-23'
 
7
timestamp='2006-09-20'
7
8
 
8
9
# This file is (in principle) common to ALL GNU software.
9
10
# The presence of a machine in this file suggests that SOME GNU software
240
241
        | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
241
242
        | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
242
243
        | am33_2.0 \
243
 
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
 
244
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
244
245
        | bfin \
245
246
        | c4x | clipper \
246
247
        | d10v | d30v | dlx | dsp16xx \
248
249
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
249
250
        | i370 | i860 | i960 | ia64 \
250
251
        | ip2k | iq2000 \
251
 
        | m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore \
 
252
        | m32c | m32r | m32rle | m68000 | m68k | m88k \
 
253
        | maxq | mb | microblaze | mcore \
252
254
        | mips | mipsbe | mipseb | mipsel | mipsle \
253
255
        | mips16 \
254
256
        | mips64 | mips64el \
274
276
        | pdp10 | pdp11 | pj | pjl \
275
277
        | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
276
278
        | pyramid \
277
 
        | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
 
279
        | score \
 
280
        | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
278
281
        | sh64 | sh64le \
279
 
        | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
280
 
        | sparcv8 | sparcv9 | sparcv9b \
281
 
        | strongarm \
 
282
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
 
283
        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
 
284
        | spu | strongarm \
282
285
        | tahoe | thumb | tic4x | tic80 | tron \
283
286
        | v850 | v850e \
284
287
        | we32k \
285
 
        | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
 
288
        | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
286
289
        | z8k)
287
290
                basic_machine=$basic_machine-unknown
288
291
                ;;
289
 
        m32c)
290
 
                basic_machine=$basic_machine-unknown
291
 
                ;;
292
292
        m6811 | m68hc11 | m6812 | m68hc12)
293
293
                # Motorola 68HC11/12.
294
294
                basic_machine=$basic_machine-unknown
318
318
        | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
319
319
        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
320
320
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
321
 
        | avr-* \
 
321
        | avr-* | avr32-* \
322
322
        | bfin-* | bs2000-* \
323
323
        | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
324
324
        | clipper-* | craynv-* | cydra-* \
329
329
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
330
330
        | i*86-* | i860-* | i960-* | ia64-* \
331
331
        | ip2k-* | iq2000-* \
332
 
        | m32r-* | m32rle-* \
 
332
        | m32c-* | m32r-* | m32rle-* \
333
333
        | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
334
334
        | m88110-* | m88k-* | maxq-* | mcore-* \
335
335
        | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
358
358
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
359
359
        | pyramid-* \
360
360
        | romp-* | rs6000-* \
361
 
        | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
 
361
        | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
362
362
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
363
 
        | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
 
363
        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
364
364
        | sparclite-* \
365
 
        | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
 
365
        | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
366
366
        | tahoe-* | thumb-* \
367
367
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
368
368
        | tron-* \
369
369
        | v850-* | v850e-* | vax-* \
370
370
        | we32k-* \
371
 
        | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
 
371
        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
372
372
        | xstormy16-* | xtensa-* \
373
373
        | ymp-* \
374
374
        | z8k-*)
375
375
                ;;
376
 
        m32c-*)
377
 
                ;;
378
376
        # Recognize the various machine names and aliases which stand
379
377
        # for a CPU type and a company and sometimes even an OS.
380
378
        386bsd)
912
910
        sb1el)
913
911
                basic_machine=mipsisa64sb1el-unknown
914
912
                ;;
 
913
        sde)
 
914
                basic_machine=mipsisa32-sde
 
915
                os=-elf
 
916
                ;;
915
917
        sei)
916
918
                basic_machine=mips-sei
917
919
                os=-seiux
1128
1130
        sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
1129
1131
                basic_machine=sh-unknown
1130
1132
                ;;
1131
 
        sparc | sparcv8 | sparcv9 | sparcv9b)
 
1133
        sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
1132
1134
                basic_machine=sparc-sun
1133
1135
                ;;
1134
1136
        cydra)
1217
1219
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1218
1220
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1219
1221
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1220
 
              | -skyos* | -haiku* | -rdos*)
 
1222
              | -skyos* | -haiku* | -rdos* | -toppers*)
1221
1223
        # Remember, each alternative MUST END IN *, to match a version number.
1222
1224
                ;;
1223
1225
        -qnx*)
1369
1371
# system, and we'll never get to this point.
1370
1372
 
1371
1373
case $basic_machine in
 
1374
        score-*)
 
1375
                os=-elf
 
1376
                ;;
 
1377
        spu-*)
 
1378
                os=-elf
 
1379
                ;;
1372
1380
        *-acorn)
1373
1381
                os=-riscix1.2
1374
1382
                ;;
1378
1386
        arm*-semi)
1379
1387
                os=-aout
1380
1388
                ;;
1381
 
    c4x-* | tic4x-*)
1382
 
        os=-coff
1383
 
        ;;
 
1389
        c4x-* | tic4x-*)
 
1390
                os=-coff
 
1391
                ;;
1384
1392
        # This must come before the *-dec entry.
1385
1393
        pdp10-*)
1386
1394
                os=-tops20