Changes in HelenOS.config [a0a273e:fdc29300] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
ra0a273e rfdc29300 300 300 @ "icc" Intel C Compiler 301 301 @ "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) 303 316 304 317 % Compiler … … 307 320 @ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler) 308 321 @ "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 316 324 317 325 ## Cross-compiler target for abstract architecture … … 613 621 ! CONFIG_STRIP_BINARIES (n/y) 614 622 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) 624 625 625 626 % Barebone build with essential binaries only
Note:
See TracChangeset
for help on using the changeset viewer.