]>
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 | |
17 | mipsel mipsel | |
18 | mipseb mips | |
19 | mips mips | |
20 | sheb sheb | |
21 | shel sh | |
22 | sh sh | |
23 | hppa.* hppa | |
24 | ia64 ia64 |