Disable TLS for arm and sparc64 here as binutils 2.15 predate GNU TLS
support for these. This is in line with gnu/lib/libgomp/config.h and gnu/lib/libstdc++/config.h. Reviewed by: cognet, obrien Approved by: re (kensmith)
This commit is contained in:
parent
b8c5048025
commit
a8efe9e273
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172473
@ -289,8 +289,10 @@
|
||||
|
||||
/* Define if your assembler supports thread-local storage. */
|
||||
#ifndef USED_FOR_TARGET
|
||||
#if !defined(__sparc64__) && !defined(__arm__)
|
||||
#define HAVE_AS_TLS 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
/* Define to 1 if you have the `atoll' function. */
|
||||
|
Loading…
Reference in New Issue
Block a user