diff options
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in index f49327c..929da90 100644 --- a/ld/config.in +++ b/ld/config.in @@ -61,6 +61,9 @@ /* Define to 1 if you have the `glob' function. */ #undef HAVE_GLOB +/* Define .init_array/.fini_array sections are available and working. */ +#undef HAVE_INITFINI_ARRAY + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |