[41f7564] | 1 | ## General configuration directives
|
---|
| 2 |
|
---|
| 3 | # Platform
|
---|
| 4 | @ "amd64" AMD64/Intel EM64T (PC)
|
---|
[d630139] | 5 | @ "arm32" ARM 32-bit
|
---|
[41f7564] | 6 | @ "ia32" Intel IA-32 (PC)
|
---|
[57ce359] | 7 | @ "ia32xen" Intel IA-32 on Xen hypervisor
|
---|
[49319ac] | 8 | @ "ia64" Intel IA-64
|
---|
[1ba41c5] | 9 | @ "mips32" MIPS 32-bit
|
---|
[41f7564] | 10 | @ "ppc32" PowerPC 32-bit (iMac G4)
|
---|
| 11 | @ "ppc64" PowerPC 64-bit (iMac G5)
|
---|
| 12 | @ "sparc64" Sun UltraSPARC 64-bit
|
---|
| 13 | ! PLATFORM (choice)
|
---|
| 14 |
|
---|
[1ba41c5] | 15 | # Machine
|
---|
| 16 | @ "msim" MSIM
|
---|
| 17 | @ "simics" Simics
|
---|
| 18 | @ "bgxemul" GXEmul big endian
|
---|
| 19 | @ "lgxemul" GXEmul little endia
|
---|
| 20 | @ "indy" Sgi Indy
|
---|
| 21 | ! [PLATFORM=mips32] MACHINE (choice)
|
---|
| 22 |
|
---|
[c785296] | 23 | # Machine type
|
---|
| 24 | @ "ski" Ski ia64 simulator
|
---|
| 25 | @ "i460GX" i460GX chipset machine
|
---|
| 26 | ! [PLATFORM=ia64] MACHINE (choice)
|
---|
| 27 |
|
---|
[6b781c0] | 28 | # Machine
|
---|
| 29 | @ "gxemul_testarm" GXEmul testarm
|
---|
| 30 | ! [PLATFORM=arm32] MACHINE (choice)
|
---|
| 31 |
|
---|
[41f7564] | 32 | # Compiler
|
---|
[c31e536] | 33 | @ "gcc_cross" GCC Cross-compiler
|
---|
| 34 | @ "gcc_native" GCC Native
|
---|
| 35 | @ "icc_native" ICC Native
|
---|
[1e847fb] | 36 | @ "suncc_native" Sun Studio C Compiler
|
---|
[7bb0c32] | 37 | ! [PLATFORM=amd64|PLATFORM=ia32|PLATFORM=ia32xen] COMPILER (choice)
|
---|
| 38 |
|
---|
| 39 | # Compiler
|
---|
| 40 | @ "gcc_cross" GCC Cross-compiler
|
---|
| 41 | @ "gcc_native" GCC Native
|
---|
| 42 | @ "icc_native" ICC Native
|
---|
| 43 | ! [PLATFORM=ia64] COMPILER (choice)
|
---|
| 44 |
|
---|
| 45 | # Compiler
|
---|
| 46 | @ "gcc_cross" GCC Cross-compiler
|
---|
| 47 | @ "gcc_native" GCC Native
|
---|
[1e847fb] | 48 | @ "suncc_native" Sun Studio C Compiler
|
---|
[7bb0c32] | 49 | ! [PLATFORM=sparc64] COMPILER (choice)
|
---|
| 50 |
|
---|
| 51 | # Compiler
|
---|
| 52 | @ "gcc_cross" GCC Cross-compiler
|
---|
| 53 | @ "gcc_native" GCC Native
|
---|
| 54 | ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=ppc64] COMPILER (choice)
|
---|
[41f7564] | 55 |
|
---|
| 56 | # Debug build
|
---|
| 57 | ! CONFIG_DEBUG (y/n)
|
---|