aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++/config.h
diff options
context:
space:
mode:
authorOleksandr Tymoshenko <gonzo@FreeBSD.org>2008-05-03 21:24:28 +0000
committerOleksandr Tymoshenko <gonzo@FreeBSD.org>2008-05-03 21:24:28 +0000
commit36da6811b7f69cca008216c3df53a70f7117acb1 (patch)
treeffc8fc412ee79d6624e42ba07cd35426866423b1 /gnu/lib/libstdc++/config.h
parent41ea62f986a977d05b9ed700076b55c7480cfe7f (diff)
Notes
Diffstat (limited to 'gnu/lib/libstdc++/config.h')
-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 7ff63eb698d0..de4641dfe6f9 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