Turn on TLS support for arm on here as it is supported since r231618/
r231619 and working since r233106.
This commit is contained in:
parent
24a5cfd2c7
commit
acc743293d
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user