unicore32-linux-user provides cpu_set_tls(), so the failure to enable target_nptl was presumably an oversight. Enable it.
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> Reviewed-by: Richard Henderson <r...@twiddle.net> --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 84bcbdc..4a241e0 100755 --- a/configure +++ b/configure @@ -4272,7 +4272,6 @@ case "$target_name" in s390x) ;; unicore32) - target_nptl="no" ;; xtensa|xtensaeb) TARGET_ARCH=xtensa -- 1.7.9.5