From bc22eb447c0552e2327f278fdc6bedccb14fc7a3 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Tue, 16 Jul 2013 18:44:58 +0100 Subject: linux-user: Add i386 TLS setter We can easily set the TLS on i386. Add code to do so. Signed-off-by: Alexander Graf [PMM: also remove "target_nptl=no" line from configure, for consistency with other patches in this series] Signed-off-by: Peter Maydell Signed-off-by: Riku Voipio --- configure | 1 - 1 file changed, 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index f065edc..547297b 100755 --- a/configure +++ b/configure @@ -4190,7 +4190,6 @@ TARGET_ABI_DIR="" case "$target_name" in i386) - target_nptl="no" ;; x86_64) TARGET_BASE_ARCH=i386 -- cgit v1.1