summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2008-05-03 21:24:28 +0000
committergonzo <gonzo@FreeBSD.org>2008-05-03 21:24:28 +0000
commitbee6ac39c33338d9c3cdc03f6b2cb7b9985627d1 (patch)
treeffc8fc412ee79d6624e42ba07cd35426866423b1 /gnu
parent1f093a69bbf4bc2cc47196c8b703e9199c7fb86d (diff)
downloadFreeBSD-src-bee6ac39c33338d9c3cdc03f6b2cb7b9985627d1.zip
FreeBSD-src-bee6ac39c33338d9c3cdc03f6b2cb7b9985627d1.tar.gz
Add MIPS to the list of "no TLS" architectures.
Approved by: cognet (mentor)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libstdc++/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h
index 7ff63eb..de4641d 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__)
+#if !defined(__sparc64__) && !defined(__arm__) && !defined(__mips__)
#define HAVE_TLS 1
#endif
OpenPOWER on IntegriCloud