~noskcaj/ubuntu/wily/lightdm-gtk-greeter/merge

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Package Import Robot
  • Author(s): Sean Davis
  • Date: 2014-08-20 19:39:03 UTC
  • mto: (1.3.7 experimental)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20140820193903-mvnpq7n5jipeh3la
Tags: upstream-1.9.0
ImportĀ upstreamĀ versionĀ 1.9.0

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-05-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."
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 \
282
283
        | mips64vr5900 | mips64vr5900el \
283
284
        | mipsisa32 | mipsisa32el \
284
285
        | mipsisa32r2 | mipsisa32r2el \
 
286
        | mipsisa32r6 | mipsisa32r6el \
285
287
        | mipsisa64 | mipsisa64el \
286
288
        | mipsisa64r2 | mipsisa64r2el \
 
289
        | mipsisa64r6 | mipsisa64r6el \
287
290
        | mipsisa64sb1 | mipsisa64sb1el \
288
291
        | mipsisa64sr71k | mipsisa64sr71kel \
289
292
        | mipsr5900 | mipsr5900el \
295
298
        | nds32 | nds32le | nds32be \
296
299
        | nios | nios2 | nios2eb | nios2el \
297
300
        | ns16k | ns32k \
298
 
        | open8 \
299
 
        | or1k | or32 \
 
301
        | open8 | or1k | or1knd | or32 \
300
302
        | pdp10 | pdp11 | pj | pjl \
301
303
        | powerpc | powerpc64 | powerpc64le | powerpcle \
302
304
        | pyramid \
324
326
        c6x)
325
327
                basic_machine=tic6x-unknown
326
328
                ;;
327
 
        m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
 
329
        m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
328
330
                basic_machine=$basic_machine-unknown
329
331
                os=-none
330
332
                ;;
381
383
        | hexagon-* \
382
384
        | i*86-* | i860-* | i960-* | ia64-* \
383
385
        | ip2k-* | iq2000-* \
 
386
        | k1om-* \
384
387
        | le32-* | le64-* \
385
388
        | lm32-* \
386
389
        | m32c-* | m32r-* | m32rle-* \
400
403
        | mips64vr5900-* | mips64vr5900el-* \
401
404
        | mipsisa32-* | mipsisa32el-* \
402
405
        | mipsisa32r2-* | mipsisa32r2el-* \
 
406
        | mipsisa32r6-* | mipsisa32r6el-* \
403
407
        | mipsisa64-* | mipsisa64el-* \
404
408
        | mipsisa64r2-* | mipsisa64r2el-* \
 
409
        | mipsisa64r6-* | mipsisa64r6el-* \
405
410
        | mipsisa64sb1-* | mipsisa64sb1el-* \
406
411
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
407
412
        | mipsr5900-* | mipsr5900el-* \
413
418
        | nios-* | nios2-* | nios2eb-* | nios2el-* \
414
419
        | none-* | np1-* | ns16k-* | ns32k-* \
415
420
        | open8-* \
 
421
        | or1k*-* \
416
422
        | orion-* \
417
423
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
418
424
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
1374
1380
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1375
1381
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1376
1382
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1377
 
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
 
1383
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
1378
1384
        # Remember, each alternative MUST END IN *, to match a version number.
1379
1385
                ;;
1380
1386
        -qnx*)
1592
1598
        mips*-*)
1593
1599
                os=-elf
1594
1600
                ;;
1595
 
        or1k-*)
1596
 
                os=-elf
1597
 
                ;;
1598
1601
        or32-*)
1599
1602
                os=-coff
1600
1603
                ;;