Subversion Repositories HelenOS

Rev

Rev 1787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1787 Rev 1802
Line 9... Line 9...
9
@ "ppc64" PowerPC 64-bit
9
@ "ppc64" PowerPC 64-bit
10
@ "sparc64" Sun UltraSPARC
10
@ "sparc64" Sun UltraSPARC
11
@ "xen32" Xen 32-bit
11
@ "xen32" Xen 32-bit
12
! ARCH (choice)
12
! ARCH (choice)
13
 
13
 
14
# PPC32 Compiler
14
# Compiler
15
@ "cross" Cross-compiler
15
@ "cross" Cross-compiler
16
@ "native" Native
16
@ "native" Native
17
! [ARCH=ppc32] PPC32_COMPILER (choice)
17
! COMPILER (choice)
18
% [ARCH=ppc32] SAVEAS PPC32_COMPILER COMPILER
-
 
19
 
-
 
20
# PPC64 Compiler
-
 
21
@ "cross" Cross-compiler
-
 
22
@ "native" Native
-
 
23
! [ARCH=ppc64] PPC64_COMPILER (choice)
-
 
24
% [ARCH=ppc64] SAVEAS PPC64_COMPILER COMPILER
-
 
25
 
-
 
26
# MIPS32 Compiler
-
 
27
@ "cross" Cross-compiler
-
 
28
@ "native" Native
-
 
29
! [ARCH=mips32] MIPS32_COMPILER (choice)
-
 
30
% [ARCH=mips32] SAVEAS MIPS32_COMPILER COMPILER
-
 
31
 
18
 
32
# Debug bootloader
19
# Debug bootloader
33
! [ARCH=ppc32] CONFIG_DEBUG (n/y)
20
! [ARCH=ppc32] CONFIG_DEBUG (n/y)
34
 
21
 
35
# Use Block Address Translation
22
# Use Block Address Translation
36
! [ARCH=ppc32] CONFIG_BAT (y/n)
23
! [ARCH=ppc32] CONFIG_BAT (y/n)
37
 
24
 
38
# Target image
25
# Target image
39
@ "binary" Binary image (MSIM)
26
@ "binary" Binary image (MSIM)
40
@ "ecoff" Ecoff image (GXEmul)
27
@ "ecoff" Ecoff image (GXEmul)
41
! [ARCH=mips32] CONFIG_IMAGE (choice)
28
! [ARCH=mips32] IMAGE (choice)