about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorAdhemerval Zanella Netto <adhemerval.zanella@linaro.org>2022-12-27 18:11:44 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-03-27 13:57:55 -0300
commit91fc5b99907655bc04cf23247b5fe0ae0ca6e9eb (patch)
tree932fd1123ca41fa319483d6b6ac8be218ff59755 /INSTALL
parent3020f72618e4f1d7338cd42b8bc7b2813e961b5a (diff)
downloadglibc-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 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 0 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 970d6627e2..cc1bfe9cbb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -90,12 +90,6 @@ if 'CFLAGS' is specified it must enable optimization.  For example:
      library will still be usable, but functionality may be lost--for
      example, you can't build a shared libc with old binutils.
 
-'--with-default-link'
-     With '--with-default-link', the build system does not use a custom
-     linker script for linking shared objects.  The default is
-     '--without-default-link', because the custom linker script is
-     needed for full RELRO protection.
-
 '--with-nonshared-cflags=CFLAGS'
      Use additional compiler flags CFLAGS to build the parts of the
      library which are always statically linked into applications and