Re: [Qemu-devel] [PATCH v3 13/13] configure: Make NPTL non-optional

2013-07-16 Thread Richard Henderson
On 07/16/2013 10:45 AM, Peter Maydell wrote: > Now all linux-user targets support building with NPTL, we can make it > mandatory. This is a good idea because: > * NPTL is no longer new and experimental; it is completely standard > * in practice, linux-user without NPTL is nearly useless for >

[Qemu-devel] [PATCH v3 13/13] configure: Make NPTL non-optional

2013-07-16 Thread Peter Maydell
Now all linux-user targets support building with NPTL, we can make it mandatory. This is a good idea because: * NPTL is no longer new and experimental; it is completely standard * in practice, linux-user without NPTL is nearly useless for binaries built against non-ancient glibc * it allows u