lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since cc85fb9 was d630139, checked in by Jakub Jermar <jakub@…>, 18 years ago |
Add arm32 architecture. The 32 suffix is used to specify that 16-bit Thumb
instructions are not used. The arm32 code is mostly composed of placeholders
that need to be replaced by real implementation. So far, the arm32 tree
only compiles. If run under GXEmul simulator, an infinit loop at the
kernel entry point will be entered.
|
-
Property mode
set to
100644
|
File size:
609 bytes
|
Line | |
---|
1 | ## General configuration directives
|
---|
2 |
|
---|
3 | # Platform
|
---|
4 | @ "amd64" AMD64/Intel EM64T (PC)
|
---|
5 | @ "arm32" ARM 32-bit
|
---|
6 | @ "ia32" Intel IA-32 (PC)
|
---|
7 | @ "ia32xen" Intel IA-32 on Xen hypervisor
|
---|
8 | @ "ia64" Intel IA-64
|
---|
9 | @ "mips32" MIPS 32-bit
|
---|
10 | @ "ppc32" PowerPC 32-bit (iMac G4)
|
---|
11 | @ "ppc64" PowerPC 64-bit (iMac G5)
|
---|
12 | @ "sparc64" Sun UltraSPARC 64-bit
|
---|
13 | ! PLATFORM (choice)
|
---|
14 |
|
---|
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 |
|
---|
23 | # Compiler
|
---|
24 | @ "cross" Cross-compiler
|
---|
25 | @ "native" Native
|
---|
26 | ! COMPILER (choice)
|
---|
27 |
|
---|
28 | # Debug build
|
---|
29 | ! CONFIG_DEBUG (y/n)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.