Changeset be6cef1b in mainline for HelenOS.config


Ignore:
Timestamp:
2010-05-12T21:23:29Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fa9616b4
Parents:
b97b348
Message:

Do not optically separate the branch and the branch delay slot instructions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    rb97b348 rbe6cef1b  
    329329! [CONFIG_DEBUG=y&CONFIG_SMP=y] CONFIG_DEBUG_SPINLOCK (y/n)
    330330
    331 % Strip binaries
    332 ! [CONFIG_DEBUG=n] CONFIG_STRIP_BINARIES (y)
    333 
    334331% Lazy FPU context switching
    335332! [CONFIG_FPU=y] CONFIG_FPU_LAZY (y/n)
     
    524521% Bundle netif/nil network layer
    525522! CONFIG_NETIF_NIL_BUNDLE (n/y)
     523
     524% Bare-boned minimal size build
     525! CONFIG_BARE_BONED (n/y)
     526
     527% Strip binaries
     528! [CONFIG_BARE_BONED=y] CONFIG_STRIP_BINARIES (y)
     529
     530% Optimize for size
     531! [CONFIG_BARE_BONED=y] CONFIG_OPTIMIZE_FOR_SIZE (y)
     532
Note: See TracChangeset for help on using the changeset viewer.