]> git.saurik.com Git - apt.git/blame - buildlib/archtable
* buildlib/archtable:
[apt.git] / buildlib / archtable
CommitLineData
d7bccc73 1# This file contains a table of known architecture strings, with
b2e465d6
AL
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.
d7bccc73 5
b2e465d6
AL
6# The left side is a regex for awk
7
8i.86 i386
9pentium i386
10sparc sparc
11sparc64 sparc
12alpha.* alpha
13m68k m68k
670c56e5 14arm.*b armeb
b2e465d6
AL
15arm.* arm
16powerpc powerpc
17ppc powerpc
47f17da4 18powerpc64 ppc64
b2e465d6
AL
19mipsel mipsel
20mipseb mips
21mips mips
22sheb sheb
23shel sh
24sh sh
507e1718
MV
25sh3 sh3
26sh4 sh4
27m32r m32r
b2e465d6
AL
28hppa.* hppa
29ia64 ia64
4f325597 30s390 s390
fc5d1867 31s390x s390x
f3be5a8b 32x86_64 amd64
507e1718 33# lipa has gnulp-linux-i.86 (see dpkg archtable and ostable)