summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-03-11 21:24:02 +0000
committermarius <marius@FreeBSD.org>2011-03-11 21:24:02 +0000
commitdd7c472938dc931d72a5cc8a83df77c70f38c102 (patch)
tree449de25d9399dc123f2183b2e204b768f1b6a305 /gnu/usr.bin/cc
parent4573cb452015e22ff8ee6b21bd21e0eb2d3bdd11 (diff)
downloadFreeBSD-src-dd7c472938dc931d72a5cc8a83df77c70f38c102.zip
FreeBSD-src-dd7c472938dc931d72a5cc8a83df77c70f38c102.tar.gz
Now that TLS is supported for sparc64 by both binutils 2.17.50 committed
in r218822 and rtld(1) committed in r219533 turn on TLS support in GCC.
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/cc_tools/auto-host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h
index 86795e1..a6ce739 100644
--- a/gnu/usr.bin/cc/cc_tools/auto-host.h
+++ b/gnu/usr.bin/cc/cc_tools/auto-host.h
@@ -287,7 +287,7 @@
/* Define if your assembler supports thread-local storage. */
#ifndef USED_FOR_TARGET
-#if !defined(__sparc64__) && !defined(__arm__)
+#if !defined(__arm__)
#define HAVE_AS_TLS 1
#endif
#endif
OpenPOWER on IntegriCloud