]>
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 | |
c5198dc1 | 14 | armeb.* 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 | |
25 | hppa.* hppa | |
26 | ia64 ia64 | |
4f325597 | 27 | s390 s390 |
fc5d1867 | 28 | s390x s390x |
f3be5a8b | 29 | x86_64 amd64 |