diff options
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index f525343dd4a..3fa6e3298b9 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -478,6 +478,13 @@ #endif +/* Define 0/1 if your assembler and linker support calling ___tls_get_addr via + GOT. */ +#ifndef USED_FOR_TARGET +#undef HAVE_AS_IX86_TLS_GET_ADDR_GOT +#endif + + /* Define if your assembler supports the 'ud2' mnemonic. */ #ifndef USED_FOR_TARGET #undef HAVE_AS_IX86_UD2 |