From: Peter Maydell Date: Tue, 16 Jul 2013 17:44:51 +0000 (+0100) Subject: configure: Enable threading for unicore32-linux-user X-Git-Tag: v1.6.0-rc0~61^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=790d440605a997a5e146809e824e95ca22a14652;p=thirdparty%2Fqemu.git 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 --- diff --git a/configure b/configure index 9b7101cb603..0b194084586 100755 --- a/configure +++ b/configure @@ -4279,7 +4279,6 @@ case "$target_name" in s390x) ;; unicore32) - target_nptl="no" ;; xtensa|xtensaeb) TARGET_ARCH=xtensa