Index: gnu/lib/libstdc++/config.h =================================================================== RCS file: /home/ncvs/src/gnu/lib/libstdc++/config.h,v retrieving revision 1.15 diff -u -r1.15 config.h --- gnu/lib/libstdc++/config.h 19 May 2007 04:25:56 -0000 1.15 +++ gnu/lib/libstdc++/config.h 3 May 2008 14:31:14 -0000 @@ -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