diff options
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index a19a8b42ba..cf9eaa8cb4 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -69,8 +69,6 @@ $(objpfx)dl-allobjs.so: $(rtld-routines:%=$(objpfx)%.so) $(reloc-link) $^ # Link together the dynamic linker into a single relocatable object. -# We use this to produce both the ABI-compliant and Linux-compatible -# dynamic linker shared objects below. $(objpfx)librtld.so: $(objpfx)dl-allobjs.so $(common-objpfx)libc_pic.a $(reloc-link) '-Wl,-(' $^ -lgcc '-Wl,-)' |