]>
Commit | Line | Data |
---|---|---|
d7bccc73 AL |
1 | # This file contains a table of known architecture strings, with |
2 | # things to map them to. `configure' will take the output of gcc | |
3 | # --print-libgcc-file-name, strip off leading directories up to and | |
4 | # including gcc-lib, strip off trailing /libgcc.a and trailing version | |
5 | # number directory, and then strip off everything after the first | |
6 | # hyphen. The idea is that you're left with this bit: | |
7 | # $ gcc --print-libgcc-file-name | |
8 | # /usr/lib/gcc-lib/i486-linux/2.7.2/libgcc.a | |
9 | # ^^^^ | |
10 | # This is then looked up in the table below, to find out what to map | |
11 | # it to. If it isn't found then configure will print a warning and | |
12 | # continue. You can override configure's ideas using --with-arch. | |
13 | # The third field is the GNU configure architecture to use with | |
14 | # this build architecture. | |
15 | # | |
16 | # This file is mirrored from dpkg. | |
17 | # | |
18 | ||
19 | i386 i386 i486 | |
20 | i486 i386 i486 | |
21 | i586 i386 i486 | |
22 | i686 i386 i486 | |
23 | pentium i386 i486 | |
24 | sparc sparc sparc | |
be512dcc | 25 | sparc64 sparc64 sparc64 |
d7bccc73 AL |
26 | alpha alpha alpha |
27 | m68k m68k m68k | |
28 | arm arm arm | |
dd57cc05 | 29 | armv4l arm arm |
d7bccc73 AL |
30 | powerpc powerpc powerpc |
31 | ppc powerpc powerpc | |
31a0531d | 32 | mipsel mipsel mipsel |
a31c1a6d | 33 | mips mips mips |
1ae93c94 | 34 | hppa1.1 hppa hppa |