~ubuntu-branches/debian/stretch/spice/stretch

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Package Import Robot
  • Author(s): Michael Tokarev
  • Date: 2015-10-09 01:14:03 UTC
  • mfrom: (0.4.8) (2.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20151009011403-t4vpns687ezjcjvk
Tags: 0.12.6-2
* stop linking with libcacard as no symbols from it are
  actually used
* use dh-autoreconf since we're modifying automake files again

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-2015 Free Software Foundation, Inc.
4
4
 
5
 
timestamp='2013-10-01'
 
5
timestamp='2015-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
25
25
# of the GNU General Public License, version 3 ("GPLv3").
26
26
 
27
27
 
28
 
# Please send patches with a ChangeLog entry to config-patches@gnu.org.
 
28
# Please send patches to <config-patches@gnu.org>.
29
29
#
30
30
# Configuration subroutine to validate and canonicalize a configuration type.
31
31
# Supply the specified configuration type as an argument.
68
68
version="\
69
69
GNU config.sub ($timestamp)
70
70
 
71
 
Copyright 1992-2013 Free Software Foundation, Inc.
 
71
Copyright 1992-2015 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."
260
260
        | c4x | c8051 | clipper \
261
261
        | d10v | d30v | dlx | dsp16xx \
262
262
        | epiphany \
263
 
        | fido | fr30 | frv \
 
263
        | fido | fr30 | frv | ft32 \
264
264
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
265
265
        | hexagon \
266
266
        | i370 | i860 | i960 | ia64 \
283
283
        | mips64vr5900 | mips64vr5900el \
284
284
        | mipsisa32 | mipsisa32el \
285
285
        | mipsisa32r2 | mipsisa32r2el \
 
286
        | mipsisa32r6 | mipsisa32r6el \
286
287
        | mipsisa64 | mipsisa64el \
287
288
        | mipsisa64r2 | mipsisa64r2el \
 
289
        | mipsisa64r6 | mipsisa64r6el \
288
290
        | mipsisa64sb1 | mipsisa64sb1el \
289
291
        | mipsisa64sr71k | mipsisa64sr71kel \
290
292
        | mipsr5900 | mipsr5900el \
296
298
        | nds32 | nds32le | nds32be \
297
299
        | nios | nios2 | nios2eb | nios2el \
298
300
        | ns16k | ns32k \
299
 
        | open8 \
300
 
        | or1k | or32 \
 
301
        | open8 | or1k | or1knd | or32 \
301
302
        | pdp10 | pdp11 | pj | pjl \
302
303
        | powerpc | powerpc64 | powerpc64le | powerpcle \
303
304
        | pyramid \
 
305
        | riscv32 | riscv64 \
304
306
        | rl78 | rx \
305
307
        | score \
306
308
        | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
311
313
        | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
312
314
        | ubicom32 \
313
315
        | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
 
316
        | visium \
314
317
        | we32k \
315
318
        | x86 | xc16x | xstormy16 | xtensa \
316
319
        | z8k | z80)
325
328
        c6x)
326
329
                basic_machine=tic6x-unknown
327
330
                ;;
 
331
        leon|leon[3-9])
 
332
                basic_machine=sparc-$basic_machine
 
333
                ;;
328
334
        m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
329
335
                basic_machine=$basic_machine-unknown
330
336
                os=-none
402
408
        | mips64vr5900-* | mips64vr5900el-* \
403
409
        | mipsisa32-* | mipsisa32el-* \
404
410
        | mipsisa32r2-* | mipsisa32r2el-* \
 
411
        | mipsisa32r6-* | mipsisa32r6el-* \
405
412
        | mipsisa64-* | mipsisa64el-* \
406
413
        | mipsisa64r2-* | mipsisa64r2el-* \
 
414
        | mipsisa64r6-* | mipsisa64r6el-* \
407
415
        | mipsisa64sb1-* | mipsisa64sb1el-* \
408
416
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
409
417
        | mipsr5900-* | mipsr5900el-* \
415
423
        | nios-* | nios2-* | nios2eb-* | nios2el-* \
416
424
        | none-* | np1-* | ns16k-* | ns32k-* \
417
425
        | open8-* \
 
426
        | or1k*-* \
418
427
        | orion-* \
419
428
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
420
429
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
432
441
        | ubicom32-* \
433
442
        | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
434
443
        | vax-* \
 
444
        | visium-* \
435
445
        | we32k-* \
436
446
        | x86-* | x86_64-* | xc16x-* | xps100-* \
437
447
        | xstormy16-* | xtensa*-* \
769
779
                basic_machine=m68k-isi
770
780
                os=-sysv
771
781
                ;;
 
782
        leon-*|leon[3-9]-*)
 
783
                basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
 
784
                ;;
772
785
        m68knommu)
773
786
                basic_machine=m68k-unknown
774
787
                os=-linux
824
837
                basic_machine=powerpc-unknown
825
838
                os=-morphos
826
839
                ;;
 
840
        moxiebox)
 
841
                basic_machine=moxie-unknown
 
842
                os=-moxiebox
 
843
                ;;
827
844
        msdos)
828
845
                basic_machine=i386-pc
829
846
                os=-msdos
1369
1386
              | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1370
1387
              | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
1371
1388
              | -linux-newlib* | -linux-musl* | -linux-uclibc* \
1372
 
              | -uxpv* | -beos* | -mpeix* | -udk* \
 
1389
              | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
1373
1390
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1374
1391
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1375
1392
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1376
1393
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1377
1394
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1378
1395
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1379
 
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
 
1396
              | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
1380
1397
        # Remember, each alternative MUST END IN *, to match a version number.
1381
1398
                ;;
1382
1399
        -qnx*)
1594
1611
        mips*-*)
1595
1612
                os=-elf
1596
1613
                ;;
1597
 
        or1k-*)
1598
 
                os=-elf
1599
 
                ;;
1600
1614
        or32-*)
1601
1615
                os=-coff
1602
1616
                ;;