Peter Maydell 24cb36a61c configure: Make NPTL non-optional
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 us to delete the rather untested code for handling
   the non-NPTL configuration

Note that this patch leaves the CONFIG_USE_NPTL ifdefs in the
bsd-user codebase alone. This makes no change for bsd-user, since
our configure test for NPTL had a "#include <linux/futex.h>"
which means bsd-user would never have been compiled with
CONFIG_USE_NPTL defined, and it still is not.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2013-07-22 21:54:52 +03:00
2013-07-19 15:27:37 +08:00
2013-07-09 13:38:56 -05:00
2013-07-22 10:14:24 -05:00
2013-07-22 21:54:52 +03:00
2013-07-18 08:17:42 -07:00
2013-07-10 10:54:16 -05:00
2013-07-18 08:17:42 -07:00
2013-07-10 10:54:16 -05:00
2013-07-09 07:15:25 -07:00
2013-07-10 13:42:09 -04:00
2013-06-11 23:45:43 +04:00
2013-07-18 08:17:42 -07:00
2013-07-19 12:29:22 +08:00
2013-07-22 21:54:52 +03:00
2013-07-15 09:49:00 +02:00
2013-07-15 09:49:00 +02:00
2013-07-10 10:54:16 -05:00
2013-06-14 15:33:10 +01:00
2013-06-06 11:27:05 +02:00
2013-06-06 11:27:05 +02:00
2013-07-19 12:52:03 +04:00
2013-06-27 02:38:36 +02:00
2013-07-10 10:54:16 -05:00
2013-07-10 13:42:09 -04:00
2013-07-04 17:42:45 +02:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%