~ubuntu-branches/ubuntu/wily/alltray/wily

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Ignace Mouzannar
  • Date: 2010-11-20 16:16:12 UTC
  • mfrom: (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20101120161612-12y0wqt6g86fb7hu
Tags: 0.71b-1
* New upstream release. (Closes: #602233)
  - Fixes no windows hiding when using compiz. (Closes: #579503)
* debian/control:
  - Bumped Standards-Version to 3.9.1.
* debian/patches:
  - Removed 01_minor_type.diff as it has been integrated upstream.

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, 2007, 2008
5
 
#   Free Software Foundation, Inc.
 
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 
5
#   Inc.
6
6
 
7
 
timestamp='2008-01-16'
 
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
72
72
version="\
73
73
GNU config.sub ($timestamp)
74
74
 
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.
 
75
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
76
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."
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
 
                ;;
380
376
        # Recognize the various machine names and aliases which stand
381
377
        # for a CPU type and a company and sometimes even an OS.
382
378
        386bsd)
447
443
                basic_machine=ns32k-sequent
448
444
                os=-dynix
449
445
                ;;
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
 
                ;;
458
446
        c90)
459
447
                basic_machine=c90-cray
460
448
                os=-unicos
487
475
                basic_machine=craynv-cray
488
476
                os=-unicosmp
489
477
                ;;
490
 
        cr16)
491
 
                basic_machine=cr16-unknown
 
478
        cr16c)
 
479
                basic_machine=cr16c-unknown
492
480
                os=-elf
493
481
                ;;
494
482
        crds | unos)
680
668
                basic_machine=m68k-isi
681
669
                os=-sysv
682
670
                ;;
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
 
                ;;
691
671
        m88k-omron*)
692
672
                basic_machine=m88k-omron
693
673
                ;;
703
683
                basic_machine=i386-pc
704
684
                os=-mingw32
705
685
                ;;
706
 
        mingw32ce)
707
 
                basic_machine=arm-unknown
708
 
                os=-mingw32ce
709
 
                ;;
710
686
        miniframe)
711
687
                basic_machine=m68000-convergent
712
688
                ;;
833
809
                basic_machine=i860-intel
834
810
                os=-osf
835
811
                ;;
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
 
                ;;
844
812
        pbd)
845
813
                basic_machine=sparc-tti
846
814
                ;;
1049
1017
                basic_machine=tic6x-unknown
1050
1018
                os=-coff
1051
1019
                ;;
1052
 
        tile*)
1053
 
                basic_machine=tile-unknown
1054
 
                os=-linux-gnu
1055
 
                ;;
1056
1020
        tx39)
1057
1021
                basic_machine=mipstx39-unknown
1058
1022
                ;;