aboutsummaryrefslogtreecommitdiff
path: root/target-arm/cpu.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-07-05 16:37:04 +0100
committerPeter Maydell <peter.maydell@linaro.org>2013-07-05 16:55:23 +0100
commit4132e1297cd082a365544ae4884f1faaa608aacb (patch)
treea1d968fea6cfc0558fa366ad7e9bbb8a160f536e /target-arm/cpu.c
parentb5d215ada18fe903ebd2cb2f636bbf4e5e4c3980 (diff)
configure: Make NPTL non-optionalfix-nptl
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>
Diffstat (limited to 'target-arm/cpu.c')
0 files changed, 0 insertions, 0 deletions