Ticket #2064: src_tests_system_benchmarks_libMicro_Jamfile.diff
File src_tests_system_benchmarks_libMicro_Jamfile.diff, 753 bytes (added by , 16 years ago) |
---|
-
src/tests/system/benchmarks/libMicro/Jamfile
211 211 munmap.c 212 212 : libmicro.a libroot.so ; 213 213 214 # atm unsupported 215 BinCommand mutex : 216 : lib elided.a libroot.so ;214 BinCommand mutex : 215 mutex.c 216 : libmicro.a libroot.so ; 217 217 218 218 BinCommand nop : 219 219 nop.c … … 235 235 pread.c 236 236 : libmicro.a libroot.so ; 237 237 238 # atm unsupported 239 # needs pthread_attr_setstacksize 240 BinCommand pthread_create : 241 : libelided.a libroot.so ; 238 BinCommand pthread_create : 239 pthread_create.c 240 : libmicro.a libroot.so ; 242 241 243 242 BinCommand pwrite : 244 243 pwrite.c