Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2129 → Rev 2130

/tags/0.2.0.4/HelenOS.config
0,0 → 1,29
## General configuration directives
 
# Platform
@ "amd64" AMD64/Intel EM64T (PC)
@ "arm32" ARM 32-bit
@ "ia32" Intel IA-32 (PC)
@ "ia32xen" Intel IA-32 on Xen hypervisor
@ "ia64" Intel IA-64
@ "mips32" MIPS 32-bit
@ "ppc32" PowerPC 32-bit (iMac G4)
@ "ppc64" PowerPC 64-bit (iMac G5)
@ "sparc64" Sun UltraSPARC 64-bit
! PLATFORM (choice)
 
# Machine
@ "msim" MSIM
@ "simics" Simics
@ "bgxemul" GXEmul big endian
@ "lgxemul" GXEmul little endia
@ "indy" Sgi Indy
! [PLATFORM=mips32] MACHINE (choice)
 
# Compiler
@ "cross" Cross-compiler
@ "native" Native
! COMPILER (choice)
 
# Debug build
! CONFIG_DEBUG (y/n)