Subversion Repositories HelenOS-historic

Rev

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

Rev 885 Rev 918
1
## General configuration directives
1
## General configuration directives
2
 
2
 
3
# Architecture
3
# Architecture
4
@ "ia32" Intel IA-32
4
@ "ia32" Intel IA-32
-
 
5
@ "ia64" Intel IA-64
5
@ "amd64" AMD64/Intel EM64T
6
@ "amd64" AMD64/Intel EM64T
6
@ "sparc64" Sun UltraSPARC
7
@ "sparc64" Sun UltraSPARC
7
@ "ppc32" PowerPC 32-bit
8
@ "ppc32" PowerPC 32-bit
8
! ARCH (choice)
9
! ARCH (choice)
9
 
10
 
10
# PPC32 Compiler
11
# PPC32 Compiler
11
@ "cross" Cross-compiler
12
@ "cross" Cross-compiler
12
@ "native" Native
13
@ "native" Native
13
! [ARCH=ppc32] PPC32_COMPILER (choice)
14
! [ARCH=ppc32] PPC32_COMPILER (choice)
14
% [ARCH=ppc32] SAVEAS PPC32_COMPILER COMPILER
15
% [ARCH=ppc32] SAVEAS PPC32_COMPILER COMPILER
15
 
16