Rev 2442 | Rev 2465 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2442 | Rev 2443 | ||
---|---|---|---|
1 | ## General configuration directives |
1 | ## General configuration directives |
2 | 2 | ||
3 | # Platform |
3 | # Platform |
4 | @ "amd64" AMD64/Intel EM64T (PC) |
4 | @ "amd64" AMD64/Intel EM64T (PC) |
5 | @ "arm32" ARM 32-bit |
5 | @ "arm32" ARM 32-bit |
6 | @ "ia32" Intel IA-32 (PC) |
6 | @ "ia32" Intel IA-32 (PC) |
7 | @ "ia32xen" Intel IA-32 on Xen hypervisor |
7 | @ "ia32xen" Intel IA-32 on Xen hypervisor |
8 | @ "ia64" Intel IA-64 |
8 | @ "ia64" Intel IA-64 |
9 | @ "mips32" MIPS 32-bit |
9 | @ "mips32" MIPS 32-bit |
10 | @ "ppc32" PowerPC 32-bit (iMac G4) |
10 | @ "ppc32" PowerPC 32-bit (iMac G4) |
11 | @ "ppc64" PowerPC 64-bit (iMac G5) |
11 | @ "ppc64" PowerPC 64-bit (iMac G5) |
12 | @ "sparc64" Sun UltraSPARC 64-bit |
12 | @ "sparc64" Sun UltraSPARC 64-bit |
13 | ! PLATFORM (choice) |
13 | ! PLATFORM (choice) |
14 | 14 | ||
15 | # Machine |
15 | # Machine |
16 | @ "msim" MSIM |
16 | @ "msim" MSIM |
17 | @ "simics" Simics |
17 | @ "simics" Simics |
18 | @ "bgxemul" GXEmul big endian |
18 | @ "bgxemul" GXEmul big endian |
19 | @ "lgxemul" GXEmul little endia |
19 | @ "lgxemul" GXEmul little endia |
20 | @ "indy" Sgi Indy |
20 | @ "indy" Sgi Indy |
21 | ! [PLATFORM=mips32] MACHINE (choice) |
21 | ! [PLATFORM=mips32] MACHINE (choice) |
22 | 22 | ||
23 | # Compiler |
23 | # Compiler |
24 | @ "gcc_cross" GCC Cross-compiler |
24 | @ "gcc_cross" GCC Cross-compiler |
25 | @ "gcc_native" GCC Native |
25 | @ "gcc_native" GCC Native |
26 | @ "icc_native" ICC Native |
26 | @ "icc_native" ICC Native |
27 | @ "sscc_native" Sun Studio C Compiler |
27 | @ "suncc_native" Sun Studio C Compiler |
28 | ! [PLATFORM=amd64|PLATFORM=ia32|PLATFORM=ia32xen] COMPILER (choice) |
28 | ! [PLATFORM=amd64|PLATFORM=ia32|PLATFORM=ia32xen] COMPILER (choice) |
29 | 29 | ||
30 | # Compiler |
30 | # Compiler |
31 | @ "gcc_cross" GCC Cross-compiler |
31 | @ "gcc_cross" GCC Cross-compiler |
32 | @ "gcc_native" GCC Native |
32 | @ "gcc_native" GCC Native |
33 | @ "icc_native" ICC Native |
33 | @ "icc_native" ICC Native |
34 | ! [PLATFORM=ia64] COMPILER (choice) |
34 | ! [PLATFORM=ia64] COMPILER (choice) |
35 | 35 | ||
36 | # Compiler |
36 | # Compiler |
37 | @ "gcc_cross" GCC Cross-compiler |
37 | @ "gcc_cross" GCC Cross-compiler |
38 | @ "gcc_native" GCC Native |
38 | @ "gcc_native" GCC Native |
39 | @ "sscc_native" Sun Studio C Compiler |
39 | @ "suncc_native" Sun Studio C Compiler |
40 | ! [PLATFORM=sparc64] COMPILER (choice) |
40 | ! [PLATFORM=sparc64] COMPILER (choice) |
41 | 41 | ||
42 | # Compiler |
42 | # Compiler |
43 | @ "gcc_cross" GCC Cross-compiler |
43 | @ "gcc_cross" GCC Cross-compiler |
44 | @ "gcc_native" GCC Native |
44 | @ "gcc_native" GCC Native |
45 | ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=ppc64] COMPILER (choice) |
45 | ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=ppc64] COMPILER (choice) |
46 | 46 | ||
47 | # Debug build |
47 | # Debug build |
48 | ! CONFIG_DEBUG (y/n) |
48 | ! CONFIG_DEBUG (y/n) |
49 | 49 |