Ticket #2064: src_tests_system_benchmarks_libMicro_Jamfile.diff

File src_tests_system_benchmarks_libMicro_Jamfile.diff, 753 bytes (added by kaoutsis, 16 years ago)
  • src/tests/system/benchmarks/libMicro/Jamfile

     
    211211    munmap.c
    212212    : libmicro.a libroot.so ;
    213213
    214 # atm unsupported
    215 BinCommand mutex :
    216     : libelided.a libroot.so ;
     214BinCommand mutex :
     215    mutex.c
     216    : libmicro.a libroot.so ;
    217217
    218218BinCommand nop :
    219219    nop.c
     
    235235    pread.c
    236236    : libmicro.a libroot.so ;
    237237
    238 # atm unsupported
    239 # needs pthread_attr_setstacksize
    240 BinCommand pthread_create :
    241     : libelided.a libroot.so ;
     238BinCommand pthread_create :
     239    pthread_create.c
     240    : libmicro.a libroot.so ;
    242241
    243242BinCommand pwrite :
    244243    pwrite.c