diff mbox

[PULL,04/21] configure: Enable threading for unicore32-linux-user

Message ID 790d440605a997a5e146809e824e95ca22a14652.1374593203.git.riku.voipio@linaro.org
State New
Headers show

Commit Message

Riku Voipio July 23, 2013, 3:48 p.m. UTC
From: Peter Maydell <peter.maydell@linaro.org>

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>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
---
 configure | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

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