~ubuntu-branches/ubuntu/karmic/extace/karmic

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-24 10:54:56 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080124105456-zoz60usxbobbkcy2
Tags: 1.9.7-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Change fftw3-dev to libfftw3-dev.

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-07-02'
 
7
timestamp='2007-01-18'
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
244
244
        | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
245
245
        | bfin \
246
246
        | c4x | clipper \
247
 
        | d10v | d30v | dlx | dsp16xx | dvp \
248
 
        | fr30 | frv \
 
247
        | d10v | d30v | dlx | dsp16xx \
 
248
        | fido | 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 \
 
253
        | maxq | mb | microblaze | mcore | mep \
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
 
        | sh | sh[1234] | sh[24]a | sh[24]a*eb | sh[23]e | sh[34]eb | sheb | 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 \
280
281
        | sh64 | sh64le \
281
282
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
282
283
        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
284
285
        | tahoe | thumb | tic4x | tic80 | tron \
285
286
        | v850 | v850e \
286
287
        | we32k \
287
 
        | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
 
288
        | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
288
289
        | z8k)
289
290
                basic_machine=$basic_machine-unknown
290
291
                ;;
323
324
        | clipper-* | craynv-* | cydra-* \
324
325
        | d10v-* | d30v-* | dlx-* \
325
326
        | elxsi-* \
326
 
        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
 
327
        | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
327
328
        | h8300-* | h8500-* \
328
329
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
329
330
        | i*86-* | i860-* | i960-* | ia64-* \
357
358
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
358
359
        | pyramid-* \
359
360
        | romp-* | rs6000-* \
360
 
        | sh-* | sh[1234]-* | sh[24]a-* | sh[24]a*eb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
 
361
        | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
361
362
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
362
363
        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
363
364
        | sparclite-* \
367
368
        | tron-* \
368
369
        | v850-* | v850e-* | vax-* \
369
370
        | we32k-* \
370
 
        | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
 
371
        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
371
372
        | xstormy16-* | xtensa-* \
372
373
        | ymp-* \
373
374
        | z8k-*)
689
690
                basic_machine=m68k-atari
690
691
                os=-mint
691
692
                ;;
692
 
        mipsEE* | ee | ps2)
693
 
                basic_machine=mips64r5900el-scei
694
 
                case $os in
695
 
                    -linux*)
696
 
                        ;;
697
 
                    *)
698
 
                        os=-elf
699
 
                        ;;
700
 
                esac
701
 
                ;;
702
 
        iop)
703
 
                basic_machine=mipsel-scei
704
 
                os=-irx
705
 
                ;;
706
 
        dvp)
707
 
                basic_machine=dvp-scei
708
 
                os=-elf
709
 
                ;;
710
693
        mips3*-*)
711
694
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
712
695
                ;;
927
910
        sb1el)
928
911
                basic_machine=mipsisa64sb1el-unknown
929
912
                ;;
 
913
        sde)
 
914
                basic_machine=mipsisa32-sde
 
915
                os=-elf
 
916
                ;;
930
917
        sei)
931
918
                basic_machine=mips-sei
932
919
                os=-seiux
938
925
                basic_machine=sh-hitachi
939
926
                os=-hms
940
927
                ;;
 
928
        sh5el)
 
929
                basic_machine=sh5le-unknown
 
930
                ;;
941
931
        sh64)
942
932
                basic_machine=sh64-unknown
943
933
                ;;
1232
1222
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1233
1223
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1234
1224
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1235
 
              | -skyos* | -haiku* | -rdos* | -toppers* | -irx*)
 
1225
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1236
1226
        # Remember, each alternative MUST END IN *, to match a version number.
1237
1227
                ;;
1238
1228
        -qnx*)
1384
1374
# system, and we'll never get to this point.
1385
1375
 
1386
1376
case $basic_machine in
 
1377
        score-*)
 
1378
                os=-elf
 
1379
                ;;
1387
1380
        spu-*)
1388
1381
                os=-elf
1389
1382
                ;;
1424
1417
        m68*-cisco)
1425
1418
                os=-aout
1426
1419
                ;;
 
1420
        mep-*)
 
1421
                os=-elf
 
1422
                ;;
1427
1423
        mips*-cisco)
1428
1424
                os=-elf
1429
1425
                ;;