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 /elf | |
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 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index be6f2ca068..a32618a01f 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1242,8 +1242,6 @@ endif # Command to link into a larger single relocatable object. reloc-link = $(LINK.o) -nostdlib -nostartfiles -r -$(objpfx)sotruss-lib.so: $(shlib-lds) - $(objpfx)dl-allobjs.os: $(all-rtld-routines:%=$(objpfx)%.os) $(reloc-link) -o $@ $^ |