configure: Don't say target_nptl="no" if there is no linux-user target
commitfa78f3dbe4e0e1d9a34556b73e5118cb40153875
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jul 2013 17:44:49 +0000 (16 18:44 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Mon, 22 Jul 2013 18:53:46 +0000 (22 21:53 +0300)
treed6f3279fefb5ec8d27fd3a44b0a5dfc63dab9d88
parentaa004f5f9c5785273ef56b8c0b775f57ccb19168
configure: Don't say target_nptl="no" if there is no linux-user target

For architectures with no linux-user target, don't claim no NPTL
support. This has no behavioural change, but it means that we
won't accidentally add a new linux-user target without threading
support in future (because attempting to do so would be a compile
failure rather than a silent lack of support).

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>
configure