Changes in HelenOS.config [69dc065:646b996] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r69dc065 r646b996 82 82 ! [PLATFORM=sparc64&MACHINE=serengeti] PROCESSOR (choice) 83 83 84 % R AMdisk format84 % Ramdisk format 85 85 @ "tmpfs" TMPFS image 86 86 @ "fat" FAT16 image … … 219 219 220 220 % Compiler 221 @ "gcc_cross" GNU C Compiler (cross-compiler) 222 @ "gcc_native" GNU C Compiler (native) 223 @ "icc" Intel C Compiler 224 @ "suncc" Sun Studio C Compiler 225 @ "clang" Clang 221 @ "gcc_cross" GCC Cross-compiler 222 @ "gcc_native" GCC Native 223 @ "icc_native" ICC Native 224 @ "suncc_native" Sun Studio C Compiler 226 225 ! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice) 227 226 228 227 % Compiler 229 @ "gcc_cross" G NU C Compiler (cross-compiler)230 @ "gcc_native" G NU C Compiler (native)231 @ "icc " Intel C Compiler228 @ "gcc_cross" GCC Cross-compiler 229 @ "gcc_native" GCC Native 230 @ "icc_native" ICC Native 232 231 ! [PLATFORM=ia64] COMPILER (choice) 233 232 234 233 % Compiler 235 @ "gcc_cross" G NU C Compiler (cross-compiler)236 @ "gcc_native" G NU C Compiler (native)237 @ "suncc " Sun Studio C Compiler234 @ "gcc_cross" GCC Cross-compiler 235 @ "gcc_native" GCC Native 236 @ "suncc_native" Sun Studio C Compiler 238 237 ! [PLATFORM=sparc64] COMPILER (choice) 239 238 240 239 % Compiler 241 @ "gcc_cross" G NU C Compiler (cross-compiler)242 @ "gcc_native" G NU C Compiler (native)240 @ "gcc_cross" GCC Cross-compiler 241 @ "gcc_native" GCC Native 243 242 ! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice) 244 243 … … 274 273 275 274 % OpenFirmware tree support 276 ! [PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_OFW_TREE (y) 277 278 % OpenFirmware PCI bus support 279 ! [PLATFORM=sparc64] CONFIG_OFW_PCI (y) 275 ! [PLATFORM=sparc64] CONFIG_OFW_TREE (y) 280 276 281 277 % Multiboot standard support … … 478 474 ! [PLATFORM=sparc64&MACHINE=generic] CONFIG_AOUT_ISOFS_B (y) 479 475 480 % External RAMdisk476 % External ramdisk 481 477 ! [PLATFORM=sparc64] CONFIG_RD_EXTERNAL (y/n) 482 478
Note:
See TracChangeset
for help on using the changeset viewer.