From 5989db894d11b8512e6b62bc80017ad8923bae72 Mon Sep 17 00:00:00 2001 From: Oleksandr Tymoshenko Date: Tue, 14 Feb 2012 00:18:18 +0000 Subject: [PATCH] Enable TLS support for ARM toolchain Reviewed by: cognet --- gnu/usr.bin/cc/cc_tools/auto-host.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index a6ce739b36fe..5d6ddc01205e 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -287,10 +287,8 @@ /* Define if your assembler supports thread-local storage. */ #ifndef USED_FOR_TARGET -#if !defined(__arm__) #define HAVE_AS_TLS 1 #endif -#endif /* Define to 1 if you have the `atoll' function. */