diff options
| author | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2008-05-03 21:24:28 +0000 |
|---|---|---|
| committer | Oleksandr Tymoshenko <gonzo@FreeBSD.org> | 2008-05-03 21:24:28 +0000 |
| commit | 36da6811b7f69cca008216c3df53a70f7117acb1 (patch) | |
| tree | ffc8fc412ee79d6624e42ba07cd35426866423b1 /gnu/lib/libstdc++/config.h | |
| parent | 41ea62f986a977d05b9ed700076b55c7480cfe7f (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libstdc++/config.h')
| -rw-r--r-- | gnu/lib/libstdc++/config.h | 2 |
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 |
