svn commit: r231620 - head/gnu/usr.bin/cc/cc_tools

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Feb 14 00:18:18 UTC 2012


Author: gonzo
Date: Tue Feb 14 00:18:18 2012
New Revision: 231620
URL: http://svn.freebsd.org/changeset/base/231620

Log:
  Enable TLS support for ARM toolchain
  
  Reviewed by:	cognet

Modified:
  head/gnu/usr.bin/cc/cc_tools/auto-host.h

Modified: head/gnu/usr.bin/cc/cc_tools/auto-host.h
==============================================================================
--- head/gnu/usr.bin/cc/cc_tools/auto-host.h	Tue Feb 14 00:17:43 2012	(r231619)
+++ head/gnu/usr.bin/cc/cc_tools/auto-host.h	Tue Feb 14 00:18:18 2012	(r231620)
@@ -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. */


More information about the svn-src-head mailing list