]>
Commit | Line | Data |
---|---|---|
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 | ||
8 | i.86 i386 | |
9 | pentium i386 | |
10 | sparc sparc | |
11 | sparc64 sparc | |
12 | alpha.* alpha | |
13 | m68k m68k | |
670c56e5 | 14 | arm.*b armeb |
b2e465d6 AL |
15 | arm.* arm |
16 | powerpc powerpc | |
17 | ppc powerpc | |
47f17da4 | 18 | powerpc64 ppc64 |
b2e465d6 AL |
19 | mipsel mipsel |
20 | mipseb mips | |
21 | mips mips | |
22 | sheb sheb | |
23 | shel sh | |
24 | sh sh | |
507e1718 MV |
25 | sh3 sh3 |
26 | sh4 sh4 | |
27 | m32r m32r | |
b2e465d6 AL |
28 | hppa.* hppa |
29 | ia64 ia64 | |
4f325597 | 30 | s390 s390 |
fc5d1867 | 31 | s390x s390x |
f3be5a8b | 32 | x86_64 amd64 |
507e1718 | 33 | # lipa has gnulp-linux-i.86 (see dpkg archtable and ostable) |