Searched hist:9900 (Results 1 - 1 of 1) sorted by relevance

/gem5/
H A DSConstructdiff 9900:19dc2b26eefa Tue Oct 01 09:56:00 EDT 2013 Andreas Sandberg <andreas@sandberg.pp.se> scons, kvm: Check for the presence of POSIX timers

The kvm-based CPU module requires support for POSIX timers. This
changeset adds a check for POSIX timers and ensures that gem5 is
linked with librt if necessary. KVM support is disabled if POSIX
timers are not supported by the host. This fixes a compilation issue
for some glibc versions where clock_nanosleep and timer_create are in
different libraries.

Completed in 57 milliseconds