diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2012-06-14 20:27:28 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2012-06-14 20:27:28 +0000 |
| commit | acc743293d12201d18fc6bdfd98241c015ef9dae (patch) | |
| tree | ef31ff1a1e7c7f3428e697b9f0b9f28b8e827da3 /gnu/lib/libstdc++ | |
| parent | 24a5cfd2c739efd8c7ecd1e4ed436ff772904d3d (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 a4afbdbec30a..7955ab62a60d 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(__arm__) && !defined(__mips__) +#if !defined(__mips__) #define HAVE_TLS 1 #endif |
