Changeset 30e2bba in mainline


Ignore:
Timestamp:
2009-02-17T21:31:17Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81c8d54
Parents:
7f341820
Message:

fix conditions (actually only CNF and DNF is supported, not arbitrary logical forms)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r7f341820 r30e2bba  
    139139% User space architecture
    140140@ "mips32eb"
    141 ! [PLATFORM=mips32&(MACHINE=bgxemul)] UARCH (choice)
     141! [PLATFORM=mips32&MACHINE=bgxemul] UARCH (choice)
    142142
    143143% User space architecture
     
    243243
    244244% Fences
    245 ! [(PLATFORM=ia32&(MACHINE=pentium4|MACHINE=core))|PLATFORM=amd64] CONFIG_FENCES_P4 (y)
     245! [PLATFORM=ia32&(MACHINE=pentium4|MACHINE=core)] CONFIG_FENCES_P4 (y)
     246
     247% Fences
     248! [PLATFORM=amd64] CONFIG_FENCES_P4 (y)
    246249
    247250% ACPI support
     
    276279
    277280% FPU support
    278 ! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64|(PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul))] CONFIG_FPU (y)
     281! [PLATFORM=ia32|PLATFORM=amd64|PLATFORM=ia64|PLATFORM=sparc64] CONFIG_FPU (y)
     282
     283% FPU support
     284! [PLATFORM=mips32&(MACHINE=lgxemul|MACHINE=bgxemul)] CONFIG_FPU (y)
    279285
    280286
     
    285291
    286292% Improved support for hyperthreading
    287 ! [((PLATFORM=ia32&MACHINE!=athlon-xp&MACHINE!=athlon-mp&MACHINE!=pentium3)|PLATFORM=amd64)&CONFIG_SMP=y] CONFIG_HT (y/n)
     293! [PLATFORM=amd64&CONFIG_SMP=y] CONFIG_HT (y/n)
     294
     295% Improved support for hyperthreading
     296! [PLATFORM=ia32&MACHINE!=athlon-xp&MACHINE!=athlon-mp&MACHINE!=pentium3&CONFIG_SMP=y] CONFIG_HT (y/n)
    288297
    289298% Lazy FPU context switching
     
    333342
    334343% Framebuffer support
    335 ! [(PLATFORM=mips32&MACHINE=lgxemul)|(PLATFORM=mips32&MACHINE=bgxemul)|(PLATFORM=ia32)|(PLATFORM=amd64)|(PLATFORM=arm32)|(PLATFORM=sparc64&MACHINE=us3)] CONFIG_FB (y/n)
     344! [(PLATFORM=mips32&MACHINE=lgxemul)|(PLATFORM=mips32&MACHINE=bgxemul)|PLATFORM=ia32|PLATFORM=amd64|PLATFORM=arm32|(PLATFORM=sparc64&MACHINE=us3)] CONFIG_FB (y/n)
    336345
    337346% Framebuffer support
Note: See TracChangeset for help on using the changeset viewer.