Changeset c2efbb4 in mainline for HelenOS.config


Ignore:
Timestamp:
2010-02-20T20:54:53Z (16 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
721d4e85, 95c4776
Parents:
f516bc2 (diff), b03a666 (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.
Message:

Synchronize with head.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    rf516bc2 rc2efbb4  
    258258
    259259% Compiler
     260@ "gcc_cross" GNU C Compiler (cross-compiler)
    260261@ "gcc_native" GNU C Compiler (native)
    261262@ "clang" Clang
     
    263264
    264265
     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
    265275## Kernel configuration
    266276
     
    284294
    285295% Software integer division support
    286 ! [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)
    287297
    288298% ASID support
     
    508518% Write core files
    509519! CONFIG_WRITE_CORE_FILES (n/y)
     520
     521% Networking architecture
     522@ "none" No networking
     523@ "modular" Modular
     524@ "module" One module
     525! NETWORKING (choice)
     526
     527% DP8390 (NE2k) network interface
     528! [NETWORKING=modular|NETWORKING=module] CONFIG_NETIF_DP8390 (y/n)
     529
Note: See TracChangeset for help on using the changeset viewer.