]>
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 | |
14 | arm.* arm | |
15 | powerpc powerpc | |
16 | ppc powerpc | |
47f17da4 | 17 | powerpc64 ppc64 |
b2e465d6 AL |
18 | mipsel mipsel |
19 | mipseb mips | |
20 | mips mips | |
21 | sheb sheb | |
22 | shel sh | |
23 | sh sh | |
24 | hppa.* hppa | |
25 | ia64 ia64 | |
4f325597 | 26 | s390 s390 |
fc5d1867 | 27 | s390x s390x |
f3be5a8b | 28 | x86_64 amd64 |