diff options
author | Adhemerval Zanella Netto <adhemerval.zanella@linaro.org> | 2022-12-27 18:11:44 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2023-03-27 13:57:55 -0300 |
commit | 91fc5b99907655bc04cf23247b5fe0ae0ca6e9eb (patch) | |
tree | 932fd1123ca41fa319483d6b6ac8be218ff59755 /config.make.in | |
parent | 3020f72618e4f1d7338cd42b8bc7b2813e961b5a (diff) | |
download | glibc-91fc5b99907655bc04cf23247b5fe0ae0ca6e9eb.tar.gz glibc-91fc5b99907655bc04cf23247b5fe0ae0ca6e9eb.tar.xz glibc-91fc5b99907655bc04cf23247b5fe0ae0ca6e9eb.zip |
Remove --with-default-link configure option
Now that there is no need to use a special linker script to hardening internal data structures, remove the --with-default-link configure option and associated definitions. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in index d7c416cbea..befcc22625 100644 --- a/config.make.in +++ b/config.make.in @@ -69,7 +69,6 @@ have-libaudit = @have_libaudit@ have-libcap = @have_libcap@ have-cc-with-libunwind = @libc_cv_cc_with_libunwind@ bind-now = @bindnow@ -use-default-link = @use_default_link@ have-cxx-thread_local = @libc_cv_cxx_thread_local@ have-loop-to-function = @libc_cv_cc_loop_to_function@ have-textrel_ifunc = @libc_cv_textrel_ifunc@ |