lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since d1e9321 was 6b781c0, checked in by Jakub Jermar <jakub@…>, 18 years ago |
Merge arm32 into trunk.
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[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 |
|
---|
[6b781c0] | 23 | # Machine
|
---|
| 24 | @ "gxemul_testarm" GXEmul testarm
|
---|
| 25 | ! [PLATFORM=arm32] MACHINE (choice)
|
---|
| 26 |
|
---|
[41f7564] | 27 | # Compiler
|
---|
[c31e536] | 28 | @ "gcc_cross" GCC Cross-compiler
|
---|
| 29 | @ "gcc_native" GCC Native
|
---|
| 30 | @ "icc_native" ICC Native
|
---|
[1e847fb] | 31 | @ "suncc_native" Sun Studio C Compiler
|
---|
[7bb0c32] | 32 | ! [PLATFORM=amd64|PLATFORM=ia32|PLATFORM=ia32xen] COMPILER (choice)
|
---|
| 33 |
|
---|
| 34 | # Compiler
|
---|
| 35 | @ "gcc_cross" GCC Cross-compiler
|
---|
| 36 | @ "gcc_native" GCC Native
|
---|
| 37 | @ "icc_native" ICC Native
|
---|
| 38 | ! [PLATFORM=ia64] COMPILER (choice)
|
---|
| 39 |
|
---|
| 40 | # Compiler
|
---|
| 41 | @ "gcc_cross" GCC Cross-compiler
|
---|
| 42 | @ "gcc_native" GCC Native
|
---|
[1e847fb] | 43 | @ "suncc_native" Sun Studio C Compiler
|
---|
[7bb0c32] | 44 | ! [PLATFORM=sparc64] COMPILER (choice)
|
---|
| 45 |
|
---|
| 46 | # Compiler
|
---|
| 47 | @ "gcc_cross" GCC Cross-compiler
|
---|
| 48 | @ "gcc_native" GCC Native
|
---|
| 49 | ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=ppc64] COMPILER (choice)
|
---|
[41f7564] | 50 |
|
---|
| 51 | # Debug build
|
---|
| 52 | ! CONFIG_DEBUG (y/n)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.