Re: [PATCH resent] configure: introduce --{enable, disable}-syscall-clock

2010-04-19 Thread Daniel Stone
On Fri, Apr 16, 2010 at 03:10:19PM +0300, Tiago Vignatti wrote: Some Linux systems might not want to link against rt and pthread libraries simply to implement monotonic clock (GetTimeInMillis). For those, use a direct syscall instead. This is discouraged if someone doesn't know what's doing.

Re: [PATCH resent] configure: introduce --{enable, disable}-syscall-clock

2010-04-16 Thread Dan Nicholson
On Fri, Apr 16, 2010 at 12:39 PM, Eric Anholt e...@anholt.net wrote: On Fri, 16 Apr 2010 15:10:19 +0300, Tiago Vignatti tiago.vigna...@nokia.com wrote: Some Linux systems might not want to link against rt and pthread libraries simply to implement monotonic clock (GetTimeInMillis). For those,