]> err.no Git - dpkg/blob - cputable
Merge commit 'err.no/master'
[dpkg] / cputable
1 # This file contains the table of known CPU names.
2 #
3 # Architecture names are formed as a combination of the system name
4 # (from ostable) and CPU name (from this table) after mapping from
5 # the Debian triplet (from triplettable). A list of architecture
6 # names in the Debian ‘sid’ distribution can be found in the archtable
7 # file.
8 #
9 # Column 1 is the Debian name for the CPU, used to form the cpu part in
10 # the Debian triplet.
11 # Column 2 is the GNU name for the CPU, used to output build and host
12 # targets in ‘dpkg-architecture’.
13 # Column 3 is an extended regular expression used to match against the
14 # CPU part of the output of the GNU config.guess script.
15 #
16 # <Debian name> <GNU name>      <config.guess regex>
17 i386            i486            (i[3456]86|pentium)
18 ia64            ia64            ia64
19 alpha           alpha           alpha.*
20 amd64           x86_64          x86_64
21 armeb           armeb           arm.*b
22 arm             arm             arm.*
23 hppa            hppa            hppa.*
24 m32r            m32r            m32r
25 m68k            m68k            m68k
26 mips            mips            mips(eb)?
27 mipsel          mipsel          mipsel
28 powerpc         powerpc         (powerpc|ppc)
29 ppc64           powerpc64       (powerpc|ppc)64
30 s390            s390            s390
31 s390x           s390x           s390x
32 sh3             sh3             sh3
33 sh3eb           sh3eb           sh3eb
34 sh4             sh4             sh4
35 sh4eb           sh4eb           sh4eb
36 sparc           sparc           sparc(64)?