~ubuntu-branches/ubuntu/karmic/kid3/karmic

« back to all changes in this revision

Viewing changes to admin/config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2009-05-20 16:12:30 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20090520161230-qetp532r8ydujkz2
Tags: upstream-1.2
Import upstream version 1.2

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, 2006 Free Software Foundation,
5
 
#   Inc.
 
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 
5
#   Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2006-09-20'
 
7
timestamp='2008-01-16'
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
72
72
version="\
73
73
GNU config.sub ($timestamp)
74
74
 
75
 
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
76
 
Free Software Foundation, Inc.
 
75
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
 
76
2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
77
77
 
78
78
This is free software; see the source for copying conditions.  There is NO
79
79
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
245
245
        | bfin \
246
246
        | c4x | clipper \
247
247
        | d10v | d30v | dlx | dsp16xx \
248
 
        | fr30 | frv \
 
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 \
324
324
        | clipper-* | craynv-* | cydra-* \
325
325
        | d10v-* | d30v-* | dlx-* \
326
326
        | elxsi-* \
327
 
        | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
 
327
        | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
328
328
        | h8300-* | h8500-* \
329
329
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
330
330
        | i*86-* | i860-* | i960-* | ia64-* \
369
369
        | v850-* | v850e-* | vax-* \
370
370
        | we32k-* \
371
371
        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
372
 
        | xstormy16-* | xtensa-* \
 
372
        | xstormy16-* | xtensa*-* \
373
373
        | ymp-* \
374
374
        | z8k-*)
375
375
                ;;
 
376
        # Recognize the basic CPU types without company name, with glob match.
 
377
        xtensa*)
 
378
                basic_machine=$basic_machine-unknown
 
379
                ;;
376
380
        # Recognize the various machine names and aliases which stand
377
381
        # for a CPU type and a company and sometimes even an OS.
378
382
        386bsd)
443
447
                basic_machine=ns32k-sequent
444
448
                os=-dynix
445
449
                ;;
 
450
        blackfin)
 
451
                basic_machine=bfin-unknown
 
452
                os=-linux
 
453
                ;;
 
454
        blackfin-*)
 
455
                basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
 
456
                os=-linux
 
457
                ;;
446
458
        c90)
447
459
                basic_machine=c90-cray
448
460
                os=-unicos
475
487
                basic_machine=craynv-cray
476
488
                os=-unicosmp
477
489
                ;;
478
 
        cr16c)
479
 
                basic_machine=cr16c-unknown
 
490
        cr16)
 
491
                basic_machine=cr16-unknown
480
492
                os=-elf
481
493
                ;;
482
494
        crds | unos)
668
680
                basic_machine=m68k-isi
669
681
                os=-sysv
670
682
                ;;
 
683
        m68knommu)
 
684
                basic_machine=m68k-unknown
 
685
                os=-linux
 
686
                ;;
 
687
        m68knommu-*)
 
688
                basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
 
689
                os=-linux
 
690
                ;;
671
691
        m88k-omron*)
672
692
                basic_machine=m88k-omron
673
693
                ;;
683
703
                basic_machine=i386-pc
684
704
                os=-mingw32
685
705
                ;;
 
706
        mingw32ce)
 
707
                basic_machine=arm-unknown
 
708
                os=-mingw32ce
 
709
                ;;
686
710
        miniframe)
687
711
                basic_machine=m68000-convergent
688
712
                ;;
809
833
                basic_machine=i860-intel
810
834
                os=-osf
811
835
                ;;
 
836
        parisc)
 
837
                basic_machine=hppa-unknown
 
838
                os=-linux
 
839
                ;;
 
840
        parisc-*)
 
841
                basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
 
842
                os=-linux
 
843
                ;;
812
844
        pbd)
813
845
                basic_machine=sparc-tti
814
846
                ;;
925
957
                basic_machine=sh-hitachi
926
958
                os=-hms
927
959
                ;;
 
960
        sh5el)
 
961
                basic_machine=sh5le-unknown
 
962
                ;;
928
963
        sh64)
929
964
                basic_machine=sh64-unknown
930
965
                ;;
1014
1049
                basic_machine=tic6x-unknown
1015
1050
                os=-coff
1016
1051
                ;;
 
1052
        tile*)
 
1053
                basic_machine=tile-unknown
 
1054
                os=-linux-gnu
 
1055
                ;;
1017
1056
        tx39)
1018
1057
                basic_machine=mipstx39-unknown
1019
1058
                ;;
1219
1258
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1220
1259
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1221
1260
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1222
 
              | -skyos* | -haiku* | -rdos* | -toppers*)
 
1261
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
1223
1262
        # Remember, each alternative MUST END IN *, to match a version number.
1224
1263
                ;;
1225
1264
        -qnx*)
1414
1453
        m68*-cisco)
1415
1454
                os=-aout
1416
1455
                ;;
 
1456
        mep-*)
 
1457
                os=-elf
 
1458
                ;;
1417
1459
        mips*-cisco)
1418
1460
                os=-elf
1419
1461
                ;;