From 790d440605a997a5e146809e824e95ca22a14652 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 16 Jul 2013 18:44:51 +0100 Subject: [PATCH] configure: Enable threading for unicore32-linux-user 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 Reviewed-by: Richard Henderson Signed-off-by: Riku Voipio --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 9b7101c..0b19408 100755 --- a/configure +++ b/configure @@ -4279,7 +4279,6 @@ case "$target_name" in s390x) ;; unicore32) - target_nptl="no" ;; xtensa|xtensaeb) TARGET_ARCH=xtensa -- 2.7.4