summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-07-16 18:44:51 +0100
committerRiku Voipio <riku.voipio@linaro.org>2013-07-22 21:54:02 +0300
commit790d440605a997a5e146809e824e95ca22a14652 (patch)
tree2afa790134ced790bfab78d62b5eef156c3ea715 /configure
parentd769c64147d32a80e5e37d41b397f45943d45e0d (diff)
downloadqemu-790d440605a997a5e146809e824e95ca22a14652.tar.gz
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 <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 9b7101cb60..0b19408458 100755
--- a/configure
+++ b/configure
@@ -4279,7 +4279,6 @@ case "$target_name" in
s390x)
;;
unicore32)
- target_nptl="no"
;;
xtensa|xtensaeb)
TARGET_ARCH=xtensa