Re: [Qemu-devel] [PATCH] Check for presence of compiler -pthread flag

2011-08-22 Thread Anthony Liguori
On 08/07/2011 07:02 PM, Brad wrote: Check for presence of compiler -pthread flag. OpenBSD / FreeBSD and some other OS's require the use of cc -pthread to link threaded programs so have QEMU's configure script check for the presence of the flag and use it if so. Signed-off-by: Brad Smith Appli

Re: [Qemu-devel] [PATCH] Check for presence of compiler -pthread flag

2011-08-21 Thread Blue Swirl
Thanks, applied. On Mon, Aug 8, 2011 at 12:02 AM, Brad wrote: > Check for presence of compiler -pthread flag. > > OpenBSD / FreeBSD and some other OS's require the use of > cc -pthread to link threaded programs so have QEMU's > configure script check for the presence of the flag > and use it if s

Re: [Qemu-devel] [PATCH] Check for presence of compiler -pthread flag

2011-08-11 Thread Brad
On Sun, Aug 07, 2011 at 08:02:11PM -0400, Brad wrote: > Check for presence of compiler -pthread flag. > > OpenBSD / FreeBSD and some other OS's require the use of > cc -pthread to link threaded programs so have QEMU's > configure script check for the presence of the flag > and use it if so. > > S

[Qemu-devel] [PATCH] Check for presence of compiler -pthread flag

2011-08-07 Thread Brad
Check for presence of compiler -pthread flag. OpenBSD / FreeBSD and some other OS's require the use of cc -pthread to link threaded programs so have QEMU's configure script check for the presence of the flag and use it if so. Signed-off-by: Brad Smith --- configure |2 +- 1 files changed,