diff options
| author | Alexander Graf | 2013-07-16 19:44:58 +0200 |
|---|---|---|
| committer | Riku Voipio | 2013-07-22 20:54:42 +0200 |
| commit | bc22eb447c0552e2327f278fdc6bedccb14fc7a3 (patch) | |
| tree | c5138cb85896db9e901dc2bd2c5a0061a5b406b0 /configure | |
| parent | linux-user: Clean up handling of clone() argument order (diff) | |
| download | qemu-bc22eb447c0552e2327f278fdc6bedccb14fc7a3.tar.gz qemu-bc22eb447c0552e2327f278fdc6bedccb14fc7a3.tar.xz qemu-bc22eb447c0552e2327f278fdc6bedccb14fc7a3.zip | |
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>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4190,7 +4190,6 @@ TARGET_ABI_DIR="" case "$target_name" in i386) - target_nptl="no" ;; x86_64) TARGET_BASE_ARCH=i386 |
