From 322eb429d27b6288b1f1ff0402fa021e378b2c99 Mon Sep 17 00:00:00 2001 From: gonzo Date: Tue, 14 Feb 2012 00:18:18 +0000 Subject: Enable TLS support for ARM toolchain Reviewed by: cognet --- gnu/usr.bin/cc/cc_tools/auto-host.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gnu/usr.bin/cc') diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index a6ce739..5d6ddc0 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. */ -- cgit v1.1