Changeset b51cf2c in mainline
- Timestamp:
- 2013-12-25T23:08:34Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 550523f5
- Parents:
- 0c2d9bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r0c2d9bb rb51cf2c 32 32 % Platform 33 33 @ "abs32le" abstract 32-bit little endian 34 @ "amd64" AMD64/ Intel EM64T(PC)34 @ "amd64" AMD64/EM64T 64-bit (PC) 35 35 @ "arm32" ARM 32-bit 36 @ "ia32" I ntel IA-32(PC)37 @ "ia64" I ntel IA-6436 @ "ia32" IA-32 32-bit (PC) 37 @ "ia64" IA-64 64-bit 38 38 @ "mips32" MIPS 32-bit 39 39 @ "mips64" MIPS 64-bit 40 @ "ppc32" PowerPC 32-bit (iMac G4)41 @ "sparc32" SPARC v8 (32-bit)42 @ "sparc64" S un UltraSPARC64-bit40 @ "ppc32" PowerPC 32-bit 41 @ "sparc32" SPARCv8 32-bit 42 @ "sparc64" SPARCv9 64-bit 43 43 ! PLATFORM (choice) 44 44 … … 87 87 88 88 % CPU type 89 @ "leon3" Gaisler Aeroflex LEON3 90 ! [PLATFORM=sparc32&MACHINE=leon3] PROCESSOR (choice) 91 92 % CPU type 89 93 @ "us" UltraSPARC I-II subarchitecture 90 94 @ "us3" UltraSPARC III-IV subarchitecture 91 95 @ "sun4v" Niagara (sun4v) 92 96 ! [PLATFORM=sparc64&MACHINE=generic] PROCESSOR (choice) 93 94 % CPU type95 @ "leon3" Gaisler Aeroflex LEON396 ! [PLATFORM=sparc32&MACHINE=leon3] PROCESSOR (choice)97 97 98 98 % CPU type … … 182 182 183 183 % Kernel architecture 184 @ "sparc32" 185 ! [PLATFORM=sparc32] KARCH (choice) 186 187 % Kernel architecture 184 188 @ "sparc64" 185 189 ! [PLATFORM=sparc64] KARCH (choice) 186 190 187 % Kernel architecture188 @ "sparc32"189 ! [PLATFORM=sparc32] KARCH (choice)190 191 191 192 ## Mapping between platform and user space architecture … … 232 233 233 234 % User space architecture 235 @ "sparc32" 236 ! [PLATFORM=sparc32] UARCH (choice) 237 238 % User space architecture 234 239 @ "sparc64" 235 240 ! [PLATFORM=sparc64] UARCH (choice) 236 241 237 % User space architecture238 @ "sparc32"239 ! [PLATFORM=sparc32] UARCH (choice)240 242 241 243 ## Mapping between platform and boot architecture … … 282 284 283 285 % Boot architecture 286 @ "sparc32" 287 ! [PLATFORM=sparc32] BARCH (choice) 288 289 % Boot architecture 284 290 @ "sparc64" 285 291 ! [PLATFORM=sparc64] BARCH (choice) 286 292 287 % Boot architecture288 @ "sparc32"289 ! [PLATFORM=sparc32] BARCH (choice)290 293 291 294 ## Mapping between platform and image format … … 302 305 @ "binary" 303 306 ! [PLATFORM=mips64] IMAGE (choice) 307 304 308 305 309 ## Compiler options … … 331 335 @ "gcc_helenos" GNU C Compiler (experimental HelenOS-specific cross-compiler) 332 336 @ "clang" Clang 333 ! [PLATFORM=abs32le|PLATFORM=arm32|PLATFORM=sparc 64|PLATFORM=sparc32] COMPILER (choice)337 ! [PLATFORM=abs32le|PLATFORM=arm32|PLATFORM=sparc32|PLATFORM=sparc64] COMPILER (choice) 334 338 335 339 … … 367 371 368 372 % ASID support 369 ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc 64|PLATFORM=sparc32] CONFIG_ASID (y)373 ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc32|PLATFORM=sparc64] CONFIG_ASID (y) 370 374 371 375 % ASID FIFO support 372 ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc 64|PLATFORM=sparc32] CONFIG_ASID_FIFO (y)376 ! [PLATFORM=ia64|PLATFORM=mips32|PLATFORM=mips64|PLATFORM=ppc32|PLATFORM=sparc32|PLATFORM=sparc64] CONFIG_ASID_FIFO (y) 373 377 374 378 % OpenFirmware tree support
Note:
See TracChangeset
for help on using the changeset viewer.