mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
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>
This commit is contained in:
parent
d769c64147
commit
790d440605
1 changed files with 0 additions and 1 deletions
1
configure
vendored
1
configure
vendored
|
@ -4279,7 +4279,6 @@ case "$target_name" in
|
|||
s390x)
|
||||
;;
|
||||
unicore32)
|
||||
target_nptl="no"
|
||||
;;
|
||||
xtensa|xtensaeb)
|
||||
TARGET_ARCH=xtensa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue