diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 53e761d57b..88a65aa093 100644 --- a/config.h.in +++ b/config.h.in @@ -99,6 +99,9 @@ /* Define if the assembler supported .protected. */ #undef HAVE_PROTECTED +/* Define if binutils support TLS handling. */ +#undef HAVE_TLS_SUPPORT + /* Defined to some form of __attribute__ ((...)) if the compiler supports a different, more efficient calling convention. */ |