diff mbox

[4/4] configure: Enable threading for unicore32-linux-user

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

Commit Message

Peter Maydell June 25, 2013, 11:33 a.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>
---
 configure |    1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/configure b/configure
index e8f9b6a..54e46ed 100755
--- a/configure
+++ b/configure
@@ -4244,7 +4244,6 @@  case "$target_name" in
   s390x)
   ;;
   unicore32)
-    target_nptl="no"
   ;;
   xtensa|xtensaeb)
     TARGET_ARCH=xtensa