]> git.saurik.com Git - apt.git/blame_incremental - buildlib/archtable
apt-pkg/deb/dpkgpm.{cc,h}
[apt.git] / buildlib / archtable
... / ...
CommitLineData
1# This file contains a table of known architecture strings, with
2# things to map them to. `configure' will take the output of the
3# autoconf cannon macros and look in here. This only deals with architecture
4# (CPU) names.
5
6# The left side is a regex for awk
7
8i.86 i386
9pentium i386
10sparc sparc
11sparc64 sparc
12alpha.* alpha
13m68k m68k
14arm.*b armeb
15arm.* arm
16powerpc powerpc
17ppc powerpc
18powerpc64 ppc64
19mipsel mipsel
20mipseb mips
21mips mips
22sheb sheb
23shel sh
24sh sh
25sh3 sh3
26sh4 sh4
27m32r m32r
28hppa.* hppa
29ia64 ia64
30s390 s390
31s390x s390x
32x86_64 amd64
33# lipa has gnulp-linux-i.86 (see dpkg archtable and ostable)