diff options
Diffstat (limited to 'ld/config.in')
-rw-r--r-- | ld/config.in | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/ld/config.in b/ld/config.in index e10c9e7..790efd3 100644 --- a/ld/config.in +++ b/ld/config.in @@ -31,6 +31,14 @@ when a .note-GNU-stack section is missing. */ #undef DEFAULT_LD_EXECSTACK +/* Define to 1 if you want to enable --gnu2-tls-tag in ELF i386/x86-64 linker + by default. */ +#undef DEFAULT_LD_GNU2_TLS_TAG + +/* Define to 1 if you want to enable --gnu-tls-tag in ELF i386 linker by + default. */ +#undef DEFAULT_LD_GNU_TLS_TAG + /* Define to 1 if you want to enable --rosegment in the ELF linker by default. */ #undef DEFAULT_LD_ROSEGMENT @@ -234,9 +242,6 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* The size of `void *', as computed by sizeof. */ -#undef SIZEOF_VOID_P - /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS |