From 91fc5b99907655bc04cf23247b5fe0ae0ca6e9eb Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Netto Date: Tue, 27 Dec 2022 18:11:44 -0300 Subject: 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 --- elf/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'elf') diff --git a/elf/Makefile b/elf/Makefile index be6f2ca..a32618a 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 $@ $^ -- cgit v1.1