Subversion Repositories HelenOS

Rev

Rev 2465 | Rev 2830 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2465 Rev 2511
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
# Machine type
-
 
24
@ "ski" Ski ia64 simulator
-
 
25
@ "i460GX" i460GX chipset machine
-
 
26
! [PLATFORM=ia64] MACHINE (choice)
-
 
27
 
23
# Machine
28
# Machine
24
@ "gxemul_testarm" GXEmul testarm
29
@ "gxemul_testarm" GXEmul testarm
25
! [PLATFORM=arm32] MACHINE (choice)
30
! [PLATFORM=arm32] MACHINE (choice)
26
 
31
 
27
# Compiler
32
# Compiler
28
@ "gcc_cross" GCC Cross-compiler
33
@ "gcc_cross" GCC Cross-compiler
29
@ "gcc_native" GCC Native
34
@ "gcc_native" GCC Native
30
@ "icc_native" ICC Native
35
@ "icc_native" ICC Native
31
@ "suncc_native" Sun Studio C Compiler
36
@ "suncc_native" Sun Studio C Compiler
32
! [PLATFORM=amd64|PLATFORM=ia32|PLATFORM=ia32xen] COMPILER (choice)
37
! [PLATFORM=amd64|PLATFORM=ia32|PLATFORM=ia32xen] COMPILER (choice)
33
 
38
 
34
# Compiler
39
# Compiler
35
@ "gcc_cross" GCC Cross-compiler
40
@ "gcc_cross" GCC Cross-compiler
36
@ "gcc_native" GCC Native
41
@ "gcc_native" GCC Native
37
@ "icc_native" ICC Native
42
@ "icc_native" ICC Native
38
! [PLATFORM=ia64] COMPILER (choice)
43
! [PLATFORM=ia64] COMPILER (choice)
39
 
44
 
40
# Compiler
45
# Compiler
41
@ "gcc_cross" GCC Cross-compiler
46
@ "gcc_cross" GCC Cross-compiler
42
@ "gcc_native" GCC Native
47
@ "gcc_native" GCC Native
43
@ "suncc_native" Sun Studio C Compiler
48
@ "suncc_native" Sun Studio C Compiler
44
! [PLATFORM=sparc64] COMPILER (choice)
49
! [PLATFORM=sparc64] COMPILER (choice)
45
 
50
 
46
# Compiler
51
# Compiler
47
@ "gcc_cross" GCC Cross-compiler
52
@ "gcc_cross" GCC Cross-compiler
48
@ "gcc_native" GCC Native
53
@ "gcc_native" GCC Native
49
! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=ppc64] COMPILER (choice)
54
! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=ppc64] COMPILER (choice)
50
 
55
 
51
# Debug build
56
# Debug build
52
! CONFIG_DEBUG (y/n)
57
! CONFIG_DEBUG (y/n)
53
 
58