~psusi/ubuntu/utopic/udisks2/fix-standby

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Martin Pitt, Colin Watson, Andreas Henriksson
  • Date: 2014-01-14 10:04:52 UTC
  • mfrom: (14.2.3 sid)
  • Revision ID: package-import@ubuntu.com-20140114100452-hpj6k2wt5gtml2xb
Tags: 2.1.2-1
[ Martin Pitt ]
* New upstream release:
  - Add exfat support (Closes: #720695)
  - Fix crash when waiting for loop device (LP: #1128275)
  - Use dosfstools instead of mtools
  - Add polkit authorization variables for removable media
  - Hide more rescue partitions
* Drop dosfslabel.patch, fixed upstream.
* Add Recommends: gdisk, as we need it for manipulating GPT partition tables
  through sgdisk. (LP: #1080745)
* Bump Standards-Version to 3.9.5. No changes necessary.

[ Colin Watson ]
* Use dh-autoreconf to update libtool macros for new ports.
  (Closes: #732287)

[ Andreas Henriksson ]
* Add parted dependency. (Closes: #720491)

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-08-10'
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 \
372
372
        | be32-* | be64-* \
373
373
        | bfin-* | bs2000-* \
374
374
        | c[123]* | c30-* | [cjt]90-* | c4x-* \
375
 
        | clipper-* | craynv-* | cydra-* \
 
375
        | c8051-* | clipper-* | craynv-* | cydra-* \
376
376
        | d10v-* | d30v-* | dlx-* \
377
377
        | elxsi-* \
378
378
        | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
794
794
                os=-mingw64
795
795
                ;;
796
796
        mingw32)
797
 
                basic_machine=i386-pc
 
797
                basic_machine=i686-pc
798
798
                os=-mingw32
799
799
                ;;
800
800
        mingw32ce)
830
830
                basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
831
831
                ;;
832
832
        msys)
833
 
                basic_machine=i386-pc
 
833
                basic_machine=i686-pc
834
834
                os=-msys
835
835
                ;;
836
836
        mvs)
1006
1006
                ;;
1007
1007
        ppc64)  basic_machine=powerpc64-unknown
1008
1008
                ;;
1009
 
        ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
 
1009
        ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
1010
1010
                ;;
1011
1011
        ppc64le | powerpc64little | ppc64-le | powerpc64-little)
1012
1012
                basic_machine=powerpc64le-unknown
1546
1546
        c4x-* | tic4x-*)
1547
1547
                os=-coff
1548
1548
                ;;
 
1549
        c8051-*)
 
1550
                os=-elf
 
1551
                ;;
1549
1552
        hexagon-*)
1550
1553
                os=-elf
1551
1554
                ;;