diff mbox

[v3,04/13] configure: Enable threading for unicore32-linux-user

Message ID 1373996700-29286-5-git-send-email-peter.maydell@linaro.org
State New
Headers show

Commit Message

Peter Maydell July 16, 2013, 5:44 p.m. UTC
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.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
---
 configure |    1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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