From d256a9eb0edcac5daf5b1e25b83bb2b270c9a7c8 Mon Sep 17 00:00:00 2001 From: marius Date: Thu, 14 Jun 2012 20:27:28 +0000 Subject: Turn on TLS support for arm on here as it is supported since r231618/ r231619 and working since r233106. --- gnu/lib/libgomp/config.h | 2 +- gnu/lib/libstdc++/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/lib') diff --git a/gnu/lib/libgomp/config.h b/gnu/lib/libgomp/config.h index c56d860..6ef541b 100644 --- a/gnu/lib/libgomp/config.h +++ b/gnu/lib/libgomp/config.h @@ -59,7 +59,7 @@ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if the target supports thread-local storage. */ -#if !defined(__arm__) && !defined(__mips__) +#if !defined(__mips__) #define HAVE_TLS 1 #endif diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h index a4afbdb..7955ab6 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 -- cgit v1.1