~binli/ubuntu/vivid/modemmanager/lp1441095

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Guido Günther, Michael Biebl
  • Date: 2014-06-25 02:23:09 UTC
  • mfrom: (20.2.2 sid)
  • Revision ID: package-import@ubuntu.com-20140625022309-43papaenj5ikbx3y
Tags: 1.2.0-1
[ Guido Günther ]
* New upstream version 1.2.0 (Closes: #731851)
* Update patches
* Install locale files
* Require newer libqmi
* Update symbols file
* Ship gobject introspection data
* Ship vala bindings

[ Michael Biebl ]
* Use canonical URI for Vcs-Git
* Use gir dh addon
* Update extendend package description (Closes: #744180)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Configuration validation subroutine script.
3
3
#   Copyright 1992-2013 Free Software Foundation, Inc.
4
4
 
5
 
timestamp='2013-04-24'
 
5
timestamp='2013-10-01'
6
6
 
7
7
# This file is free software; you can redistribute it and/or modify it
8
8
# under the terms of the GNU General Public License as published by
257
257
        | avr | avr32 \
258
258
        | be32 | be64 \
259
259
        | bfin \
260
 
        | c4x | clipper \
 
260
        | c4x | c8051 | clipper \
261
261
        | d10v | d30v | dlx | dsp16xx \
262
262
        | epiphany \
263
263
        | fido | fr30 | frv \
265
265
        | hexagon \
266
266
        | i370 | i860 | i960 | ia64 \
267
267
        | ip2k | iq2000 \
 
268
        | k1om \
268
269
        | le32 | le64 \
269
270
        | lm32 \
270
271
        | m32c | m32r | m32rle | m68000 | m68k | m88k \
324
325
        c6x)
325
326
                basic_machine=tic6x-unknown
326
327
                ;;
327
 
        m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
 
328
        m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
328
329
                basic_machine=$basic_machine-unknown
329
330
                os=-none
330
331
                ;;
372
373
        | be32-* | be64-* \
373
374
        | bfin-* | bs2000-* \
374
375
        | c[123]* | c30-* | [cjt]90-* | c4x-* \
375
 
        | clipper-* | craynv-* | cydra-* \
 
376
        | c8051-* | clipper-* | craynv-* | cydra-* \
376
377
        | d10v-* | d30v-* | dlx-* \
377
378
        | elxsi-* \
378
379
        | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
381
382
        | hexagon-* \
382
383
        | i*86-* | i860-* | i960-* | ia64-* \
383
384
        | ip2k-* | iq2000-* \
 
385
        | k1om-* \
384
386
        | le32-* | le64-* \
385
387
        | lm32-* \
386
388
        | m32c-* | m32r-* | m32rle-* \
794
796
                os=-mingw64
795
797
                ;;
796
798
        mingw32)
797
 
                basic_machine=i386-pc
 
799
                basic_machine=i686-pc
798
800
                os=-mingw32
799
801
                ;;
800
802
        mingw32ce)
830
832
                basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
831
833
                ;;
832
834
        msys)
833
 
                basic_machine=i386-pc
 
835
                basic_machine=i686-pc
834
836
                os=-msys
835
837
                ;;
836
838
        mvs)
1006
1008
                ;;
1007
1009
        ppc64)  basic_machine=powerpc64-unknown
1008
1010
                ;;
1009
 
        ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
 
1011
        ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
1010
1012
                ;;
1011
1013
        ppc64le | powerpc64little | ppc64-le | powerpc64-little)
1012
1014
                basic_machine=powerpc64le-unknown
1546
1548
        c4x-* | tic4x-*)
1547
1549
                os=-coff
1548
1550
                ;;
 
1551
        c8051-*)
 
1552
                os=-elf
 
1553
                ;;
1549
1554
        hexagon-*)
1550
1555
                os=-elf
1551
1556
                ;;