Changeset 7a67416 in mainline
- Timestamp:
- 2016-08-29T12:04:38Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 58563585, dc05a9a
- Parents:
- 114d098
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r114d098 r7a67416 38 38 @ "mips32" MIPS 32-bit 39 39 @ "ppc32" PowerPC 32-bit 40 @ "riscv64" RISC-V 64-bit 40 41 @ "sparc32" SPARCv8 32-bit 41 42 @ "sparc64" SPARCv9 64-bit … … 182 183 183 184 % Kernel architecture 185 @ "riscv64" 186 ! [PLATFORM=riscv64] KARCH (choice) 187 188 % Kernel architecture 184 189 @ "sparc32" 185 190 ! [PLATFORM=sparc32] KARCH (choice) … … 229 234 230 235 % User space architecture 236 @ "riscv64" 237 ! [PLATFORM=riscv64] UARCH (choice) 238 239 % User space architecture 231 240 @ "sparc32" 232 241 ! [PLATFORM=sparc32] UARCH (choice) … … 274 283 @ "ppc64" 275 284 ! [PLATFORM=ppc64] BARCH (choice) 285 286 % Boot architecture 287 @ "riscv64" 288 ! [PLATFORM=riscv64] BARCH (choice) 276 289 277 290 % Boot architecture … … 316 329 @ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler) 317 330 @ "gcc_native" GNU C Compiler (native) 318 ! [PLATFORM= sparc32] COMPILER (choice)331 ! [PLATFORM=riscv64|PLATFORM=sparc32] COMPILER (choice) 319 332 320 333 % Compiler … … 356 369 357 370 % Hierarchical page tables support 358 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM= sparc32] CONFIG_PAGE_PT (y)371 ! [PLATFORM=abs32le|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=riscv64|PLATFORM=sparc32] CONFIG_PAGE_PT (y) 359 372 360 373 % Page hash table support … … 461 474 @ "generic" Keyboard or serial line 462 475 @ "none" No input device 463 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM= sparc64] CONFIG_HID_IN (choice)476 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=riscv64|PLATFORM=sparc64] CONFIG_HID_IN (choice) 464 477 465 478 % Input device class … … 477 490 @ "generic" Monitor or serial line 478 491 @ "none" No output device 479 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&(MACHINE=msim|MACHINE=bmalta|MACHINE=lmalta)) ] CONFIG_HID_OUT (choice)492 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=sparc64|PLATFORM=ppc32|(PLATFORM=ia64&MACHINE=i460GX)|(PLATFORM=mips32&(MACHINE=msim|MACHINE=bmalta|MACHINE=lmalta))|PLATFORM=riscv64] CONFIG_HID_OUT (choice) 480 493 481 494 % PC keyboard support … … 602 615 % Dynamic linking support 603 616 ! [PLATFORM=ia32] CONFIG_RTLD (n/y) 604 ! [PLATFORM=abs32le|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM= sparc64] CONFIG_RTLD (n)617 ! [PLATFORM=abs32le|PLATFORM=amd64|PLATFORM=arm32|PLATFORM=ia64|PLATFORM=mips32|PLATFORM=ppc32|PLATFORM=riscv64|PLATFORM=sparc64] CONFIG_RTLD (n) 605 618 606 619 % Build shared libraries
Note:
See TracChangeset
for help on using the changeset viewer.