diff options
author | Alexander Graf <agraf@suse.de> | 2013-07-16 18:44:58 +0100 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2013-07-22 21:54:42 +0300 |
commit | bc22eb447c0552e2327f278fdc6bedccb14fc7a3 (patch) | |
tree | c5138cb85896db9e901dc2bd2c5a0061a5b406b0 /configure | |
parent | 4ce6243dc6216e35b5b691078ffa856463bfa8db (diff) |
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 |