Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2012 00:18:18 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r231620 - head/gnu/usr.bin/cc/cc_tools
Message-ID:  <201202140018.q1E0IIdu068960@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202140018.q1E0IIdu068960>