Changeset 3012ae7 in mainline for HelenOS.config


Ignore:
Timestamp:
2018-08-31T14:13:06Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Parents:
fa86fff
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-31 14:04:56)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-31 14:13:06)
Message:

-helenos target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    rfa86fff r3012ae7  
    295295
    296296% Compiler
    297 @ "gcc_cross" GNU C Compiler (cross-compiler)
     297@ "gcc_cross" GNU C Compiler (HelenOS-specific cross-compiler)
    298298@ "clang" Clang
    299 @ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler)
    300 @ "gcc_native" GNU C Compiler (native)
    301299! COMPILER (choice)
    302300
     
    313311@ "ia32" Intel IA-32
    314312@ "mips32" MIPS 32-bit
    315 ! [PLATFORM=abs32le&(COMPILER=gcc_cross|COMPILER=gcc_helenos)] CROSS_TARGET (choice)
     313! [PLATFORM=abs32le&COMPILER=gcc_cross] CROSS_TARGET (choice)
    316314
    317315
     
    425423
    426424% Use link-time optimization
    427 ! [COMPILER=gcc_cross|COMPILER=gcc_native] CONFIG_LTO (n/y)
     425! [COMPILER=gcc_cross] CONFIG_LTO (n/y)
    428426
    429427% Kernel RCU algorithm
Note: See TracChangeset for help on using the changeset viewer.