summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2012-06-14 20:27:28 +0000
committermarius <marius@FreeBSD.org>2012-06-14 20:27:28 +0000
commitd256a9eb0edcac5daf5b1e25b83bb2b270c9a7c8 (patch)
treeef31ff1a1e7c7f3428e697b9f0b9f28b8e827da3 /gnu/lib
parent29b283117bbd3014ca2d2eb0995d845560e18553 (diff)
downloadFreeBSD-src-d256a9eb0edcac5daf5b1e25b83bb2b270c9a7c8.zip
FreeBSD-src-d256a9eb0edcac5daf5b1e25b83bb2b270c9a7c8.tar.gz
Turn on TLS support for arm on here as it is supported since r231618/
r231619 and working since r233106.
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libgomp/config.h2
-rw-r--r--gnu/lib/libstdc++/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libgomp/config.h b/gnu/lib/libgomp/config.h
index c56d860..6ef541b 100644
--- a/gnu/lib/libgomp/config.h
+++ b/gnu/lib/libgomp/config.h
@@ -59,7 +59,7 @@
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if the target supports thread-local storage. */
-#if !defined(__arm__) && !defined(__mips__)
+#if !defined(__mips__)
#define HAVE_TLS 1
#endif
diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h
index a4afbdb..7955ab6 100644
--- a/gnu/lib/libstdc++/config.h
+++ b/gnu/lib/libstdc++/config.h
@@ -371,7 +371,7 @@
/* #undef HAVE_TANL */
/* Define to 1 if the target supports thread-local storage. */
-#if !defined(__arm__) && !defined(__mips__)
+#if !defined(__mips__)
#define HAVE_TLS 1
#endif
OpenPOWER on IntegriCloud