mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
linux-user: Add i386 TLS setter
We can easily set the TLS on i386. Add code to do so. Signed-off-by: Alexander Graf <agraf@suse.de> [PMM: also remove "target_nptl=no" line from configure, for consistency with other patches in this series] Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
parent
4ce6243dc6
commit
bc22eb447c
3 changed files with 11 additions and 4 deletions
1
configure
vendored
1
configure
vendored
|
@ -4190,7 +4190,6 @@ TARGET_ABI_DIR=""
|
|||
|
||||
case "$target_name" in
|
||||
i386)
|
||||
target_nptl="no"
|
||||
;;
|
||||
x86_64)
|
||||
TARGET_BASE_ARCH=i386
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue