diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2013-07-16 18:44:51 +0100 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2013-07-22 21:54:02 +0300 |
commit | 790d440605a997a5e146809e824e95ca22a14652 (patch) | |
tree | 2afa790134ced790bfab78d62b5eef156c3ea715 /configure | |
parent | d769c64147d32a80e5e37d41b397f45943d45e0d (diff) |
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-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4279,7 +4279,6 @@ case "$target_name" in s390x) ;; unicore32) - target_nptl="no" ;; xtensa|xtensaeb) TARGET_ARCH=xtensa |