Changes in HelenOS.config [646b996:69dc065] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r646b996 r69dc065  
    8282! [PLATFORM=sparc64&MACHINE=serengeti] PROCESSOR (choice)
    8383
    84 % Ramdisk format
     84% RAM disk format
    8585@ "tmpfs" TMPFS image
    8686@ "fat" FAT16 image
     
    219219
    220220% Compiler
    221 @ "gcc_cross" GCC Cross-compiler
    222 @ "gcc_native" GCC Native
    223 @ "icc_native" ICC Native
    224 @ "suncc_native" Sun Studio C 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
    225226! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
    226227
    227228% Compiler
    228 @ "gcc_cross" GCC Cross-compiler
    229 @ "gcc_native" GCC Native
    230 @ "icc_native" ICC Native
     229@ "gcc_cross" GNU C Compiler (cross-compiler)
     230@ "gcc_native" GNU C Compiler (native)
     231@ "icc" Intel C Compiler
    231232! [PLATFORM=ia64] COMPILER (choice)
    232233
    233234% Compiler
    234 @ "gcc_cross" GCC Cross-compiler
    235 @ "gcc_native" GCC Native
    236 @ "suncc_native" Sun Studio C Compiler
     235@ "gcc_cross" GNU C Compiler (cross-compiler)
     236@ "gcc_native" GNU C Compiler (native)
     237@ "suncc" Sun Studio C Compiler
    237238! [PLATFORM=sparc64] COMPILER (choice)
    238239
    239240% Compiler
    240 @ "gcc_cross" GCC Cross-compiler
    241 @ "gcc_native" GCC Native
     241@ "gcc_cross" GNU C Compiler (cross-compiler)
     242@ "gcc_native" GNU C Compiler (native)
    242243! [PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32] COMPILER (choice)
    243244
     
    273274
    274275% OpenFirmware tree support
    275 ! [PLATFORM=sparc64] CONFIG_OFW_TREE (y)
     276! [PLATFORM=ppc32|PLATFORM=sparc64] CONFIG_OFW_TREE (y)
     277
     278% OpenFirmware PCI bus support
     279! [PLATFORM=sparc64] CONFIG_OFW_PCI (y)
    276280
    277281% Multiboot standard support
     
    474478! [PLATFORM=sparc64&MACHINE=generic] CONFIG_AOUT_ISOFS_B (y)
    475479
    476 % External ramdisk
     480% External RAM disk
    477481! [PLATFORM=sparc64] CONFIG_RD_EXTERNAL (y/n)
    478482
Note: See TracChangeset for help on using the changeset viewer.