eacc9889f2c68f38b8c261a85446b433a65744d0
[ntk/apt.git] / buildlib / archtable
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
8 i.86 i386
9 pentium i386
10 sparc sparc
11 sparc64 sparc
12 alpha.* alpha
13 m68k m68k
14 arm.*b armeb
15 arm.* arm
16 powerpc powerpc
17 ppc powerpc
18 powerpc64 ppc64
19 mipsel mipsel
20 mipseb mips
21 mips mips
22 sheb sheb
23 shel sh
24 sh sh
25 sh3 sh3
26 sh4 sh4
27 m32r m32r
28 hppa.* hppa
29 ia64 ia64
30 s390 s390
31 s390x s390x
32 x86_64 amd64
33 # lipa has gnulp-linux-i.86 (see dpkg archtable and ostable)