source: mainline/HelenOS.config@ 33c0c649

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 33c0c649 was 57ce359, checked in by Jakub Jermar <jakub@…>, 19 years ago

Rename xen32 to ia32xen.
The name seems to be more logical as Xen supports more host architectures.

  • Property mode set to 100644
File size: 612 bytes
Line 
1## General configuration directives
2
3# Platform
4@ "amd64" AMD64/Intel EM64T (PC)
5@ "ia32" Intel IA-32 (PC)
6@ "ia32xen" Intel IA-32 on Xen hypervisor
7@ "ia64" Intel IA-64 (Ski)
8@ "mips32msim" MIPS 32-bit (MSIM)
9@ "mips32sim" MIPS 32-bit (Simics)
10@ "mips32gbe" MIPS 32-bit (GXEmul big endian)
11@ "mips32gle" MIPS 32-bit (GXEmul little endian)
12@ "mips32sgi" MIPS 32-bit (Sgi Indy)
13@ "ppc32" PowerPC 32-bit (iMac G4)
14@ "ppc64" PowerPC 64-bit (iMac G5)
15@ "sparc64" Sun UltraSPARC 64-bit
16! PLATFORM (choice)
17
18# Compiler
19@ "cross" Cross-compiler
20@ "native" Native
21! COMPILER (choice)
22
23# Debug build
24! CONFIG_DEBUG (y/n)
Note: See TracBrowser for help on using the repository browser.