summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2011-03-11 21:24:02 +0000
committerMarius Strobl <marius@FreeBSD.org>2011-03-11 21:24:02 +0000
commitd6582233c1b8e3327ae781a1037dce671d7c7758 (patch)
tree449de25d9399dc123f2183b2e204b768f1b6a305 /gnu/lib
parent080ca1a51b723223386b013c00d06d7cb4dbf100 (diff)
Notes
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 8aecae8259f3..c56d8601c20d 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(__sparc64__) && !defined(__arm__) && !defined(__mips__)
+#if !defined(__arm__) && !defined(__mips__)
#define HAVE_TLS 1
#endif
diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h
index 8bc099f19957..4109752a8ae1 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(__sparc64__) && !defined(__arm__) && !defined(__mips__)
+#if !defined(__arm__) && !defined(__mips__)
#define HAVE_TLS 1
#endif