Changeset bfd7aac in mainline for HelenOS.config
- Timestamp:
- 2010-02-17T19:19:08Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1e2e0c1e
- Parents:
- 01a9ef5 (diff), b8da2a3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r01a9ef5 rbfd7aac 77 77 @ "us" UltraSPARC I-II subarchitecture 78 78 @ "us3" UltraSPARC III-IV subarchitecture 79 @ "sun4v" Niagara (sun4v) 79 80 ! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice) 80 81 … … 257 258 258 259 % Compiler 260 @ "gcc_cross" GNU C Compiler (cross-compiler) 259 261 @ "gcc_native" GNU C Compiler (native) 260 262 @ "clang" Clang … … 262 264 263 265 266 ## Cross-compiler target for abstract architecture 267 268 % Cross-compiler target 269 @ "arm32" ARM 32-bit 270 @ "ia32" Intel IA-32 271 @ "mips32" MIPS 32-bit 272 ! [PLATFORM=abs32le&COMPILER=gcc_cross] CROSS_TARGET (choice) 273 274 264 275 ## Kernel configuration 265 276 … … 283 294 284 295 % Software integer division support 285 ! [PLATFORM= ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y)296 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32] CONFIG_SOFTINT (y) 286 297 287 298 % ASID support … … 445 456 446 457 % Serial line input module 447 ! [CONFIG_DSRLNIN=y|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&MACHINE=serengeti&CONFIG_SGCN_KBD=y) ] CONFIG_SRLN (y)458 ! [CONFIG_DSRLNIN=y|(PLATFORM=ia64&MACHINE=i460GX&CONFIG_NS16550=y)|(PLATFORM=ia64&MACHINE=ski)|(PLATFORM=sparc64&MACHINE=serengeti&CONFIG_SGCN_KBD=y)|(PLATFORM=sparc64&PROCESSOR=sun4v)] CONFIG_SRLN (y) 448 459 449 460 % EGA support
Note:
See TracChangeset
for help on using the changeset viewer.