~ubuntu-branches/debian/sid/bijiben/sid

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2015-06-12 01:14:42 UTC
  • mfrom: (7.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20150612011442-ey2h787uixugso9x
Tags: 3.16.2-2
Upload to unstable.

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-2014 Free Software Foundation, Inc.
 
3
#   Copyright 1992-2015 Free Software Foundation, Inc.
4
4
 
5
 
timestamp='2014-07-28'
 
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-2014 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 \
302
302
        | pdp10 | pdp11 | pj | pjl \
303
303
        | powerpc | powerpc64 | powerpc64le | powerpcle \
304
304
        | pyramid \
 
305
        | riscv32 | riscv64 \
305
306
        | rl78 | rx \
306
307
        | score \
307
308
        | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
312
313
        | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
313
314
        | ubicom32 \
314
315
        | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
 
316
        | visium \
315
317
        | we32k \
316
318
        | x86 | xc16x | xstormy16 | xtensa \
317
319
        | z8k | z80)
326
328
        c6x)
327
329
                basic_machine=tic6x-unknown
328
330
                ;;
 
331
        leon|leon[3-9])
 
332
                basic_machine=sparc-$basic_machine
 
333
                ;;
329
334
        m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
330
335
                basic_machine=$basic_machine-unknown
331
336
                os=-none
436
441
        | ubicom32-* \
437
442
        | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
438
443
        | vax-* \
 
444
        | visium-* \
439
445
        | we32k-* \
440
446
        | x86-* | x86_64-* | xc16x-* | xps100-* \
441
447
        | xstormy16-* | xtensa*-* \
773
779
                basic_machine=m68k-isi
774
780
                os=-sysv
775
781
                ;;
 
782
        leon-*|leon[3-9]-*)
 
783
                basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
 
784
                ;;
776
785
        m68knommu)
777
786
                basic_machine=m68k-unknown
778
787
                os=-linux