~ubuntu-branches/ubuntu/utopic/xfdesktop4/utopic

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-02-20 15:59:49 UTC
  • mfrom: (3.1.12 experimental)
  • Revision ID: package-import@ubuntu.com-20140220155949-otru8spst206sai0
Tags: 4.11.3-1ubuntu1
* Merge from debian. Remaining changes:
  - debian/patches/xubuntu_improve-nautilus-interactions.patch: added,
    should prevent nautilus from taking over the desktop if xfdesktop is
    running (and vice-versa).
  - debian/patches/xubuntu_set-accountsservice-user-bg.patch: update the
    user background property of Accountsservice on backdrop change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Configuration validation subroutine script.
3
 
#   Copyright 1992-2013 Free Software Foundation, Inc.
 
3
#   Copyright 1992-2014 Free Software Foundation, Inc.
4
4
 
5
 
timestamp='2013-08-10'
 
5
timestamp='2014-01-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
68
68
version="\
69
69
GNU config.sub ($timestamp)
70
70
 
71
 
Copyright 1992-2013 Free Software Foundation, Inc.
 
71
Copyright 1992-2014 Free Software Foundation, Inc.
72
72
 
73
73
This is free software; see the source for copying conditions.  There is NO
74
74
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
258
258
        | be32 | be64 \
259
259
        | bfin \
260
260
        | c4x | c8051 | clipper \
261
 
        | d10v | d30v | dlx | dsp16xx \
 
261
        | d10v | d30v | dlx | dsp16xx | dvp \
262
262
        | epiphany \
263
263
        | fido | fr30 | frv \
264
264
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
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
                ;;
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-* \
808
810
                basic_machine=m68k-atari
809
811
                os=-mint
810
812
                ;;
 
813
        mipsEE* | ee | ps2)
 
814
                basic_machine=mips64r5900el-scei
 
815
                case $os in
 
816
                    -linux*)
 
817
                        ;;
 
818
                    *)
 
819
                        os=-elf
 
820
                        ;;
 
821
                esac
 
822
                ;;
 
823
        iop)
 
824
                basic_machine=mipsel-scei
 
825
                os=-irx
 
826
                ;;
 
827
        dvp)
 
828
                basic_machine=dvp-scei
 
829
                os=-elf
 
830
                ;;
811
831
        mips3*-*)
812
832
                basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
813
833
                ;;
1370
1390
              | -uxpv* | -beos* | -mpeix* | -udk* \
1371
1391
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1372
1392
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1373
 
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
 
1393
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* | -irx* \
1374
1394
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1375
1395
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1376
1396
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \