diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2011-03-11 21:24:02 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2011-03-11 21:24:02 +0000 |
| commit | d6582233c1b8e3327ae781a1037dce671d7c7758 (patch) | |
| tree | 449de25d9399dc123f2183b2e204b768f1b6a305 /gnu/lib/libstdc++ | |
| parent | 080ca1a51b723223386b013c00d06d7cb4dbf100 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libstdc++')
| -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 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 |
