Changes in HelenOS.config [a0a273e:fdc29300] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    ra0a273e rfdc29300  
    300300@ "icc" Intel C Compiler
    301301@ "gcc_native" GNU C Compiler (native)
    302 ! [PLATFORM=amd64|PLATFORM=ia32|PLATFORM=ia64] COMPILER (choice)
     302! [PLATFORM=amd64|PLATFORM=ia32] COMPILER (choice)
     303
     304% Compiler
     305@ "gcc_cross" GNU C Compiler (cross-compiler)
     306@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
     307@ "icc" Intel C Compiler
     308@ "gcc_native" GNU C Compiler (native)
     309! [PLATFORM=ia64] COMPILER (choice)
     310
     311% Compiler
     312@ "gcc_cross" GNU C Compiler (cross-compiler)
     313@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
     314@ "gcc_native" GNU C Compiler (native)
     315! [PLATFORM=riscv64] COMPILER (choice)
    303316
    304317% Compiler
     
    307320@ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
    308321@ "gcc_native" GNU C Compiler (native)
    309 ! [PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=abs32le|PLATFORM=arm32|PLATFORM=sparc64|PLATFORM=riscv64] COMPILER (choice)
    310 
    311 % Clang Integrated Assembler
    312 @ "default" Use architecture default.
    313 @ "yes" Use integrated assembler.
    314 @ "no" Use GNU Assembler.
    315 ! [COMPILER=clang] INTEGRATED_AS (choice)
     322! [PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=abs32le|PLATFORM=arm32|PLATFORM=sparc64] COMPILER (choice)
     323
    316324
    317325## Cross-compiler target for abstract architecture
     
    613621! CONFIG_STRIP_BINARIES (n/y)
    614622
    615 % Optimization level
    616 @ "3" Level 3 (recommended).
    617 @ "2" Level 2.
    618 @ "1" Level 1.
    619 @ "0" Disable optimizations.
    620 @ "s" Optimize for size.
    621 @ "g" Enable only optimizations that don't harm debugging.
    622 @ "fast" Level 3 + aggressive optimizations that can affect adherence to standards.
    623 ! OPTIMIZATION (choice)
     623% Optimize for size
     624! CONFIG_OPTIMIZE_FOR_SIZE (n/y)
    624625
    625626% Barebone build with essential binaries only
Note: See TracChangeset for help on using the changeset viewer.