From bee6ac39c33338d9c3cdc03f6b2cb7b9985627d1 Mon Sep 17 00:00:00 2001 From: gonzo Date: Sat, 3 May 2008 21:24:28 +0000 Subject: Add MIPS to the list of "no TLS" architectures. Approved by: cognet (mentor) --- gnu/lib/libstdc++/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.1