Rev 774 | Rev 848 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 774 | Rev 805 | ||
---|---|---|---|
1 | ## General configuration directives |
1 | ## General configuration directives |
2 | 2 | ||
3 | # Architecture |
3 | # Architecture |
4 | @ "ia32" Intel IA-32 |
4 | @ "ia32" Intel IA-32 |
- | 5 | @ "amd64" AMD64/Intel EM64T |
|
5 | @ "mips32" MIPS 32-bit |
6 | @ "mips32" MIPS 32-bit |
6 | ! ARCH (choice) |
7 | ! ARCH (choice) |
7 | 8 | ||
8 | # IA32 Compiler |
9 | # IA32 Compiler |
9 | @ "cross" Cross-compiler |
10 | @ "cross" Cross-compiler |
10 | @ "native" Native |
11 | @ "native" Native |
11 | ! [ARCH=ia32] IA32_COMPILER (choice) |
12 | ! [ARCH=ia32] IA32_COMPILER (choice) |
12 | % [ARCH=ia32] SAVEAS IA32_COMPILER COMPILER |
13 | % [ARCH=ia32] SAVEAS IA32_COMPILER COMPILER |
13 | 14 |