diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 42e7e48417..30e63d5144 100644 --- a/config.h.in +++ b/config.h.in @@ -111,6 +111,10 @@ /* Define if binutils support TLS handling. */ #undef HAVE_TLS_SUPPORT +/* Define if the linker supports .preinit_array/.init_array/.fini_array + sections. */ +#undef HAVE_INITFINI_ARRAY + /* Defined to some form of __attribute__ ((...)) if the compiler supports a different, more efficient calling convention. */ |