Turn on TLS support for arm on here as it is supported since r231618/

r231619 and working since r233106.
This commit is contained in:
Marius Strobl 2012-06-14 20:27:28 +00:00
parent 24a5cfd2c7
commit acc743293d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237098
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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