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:
Marius Strobl 2007-10-08 18:59:34 +00:00
parent b8c5048025
commit a8efe9e273
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172473

View File

@ -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. */