[PATCH] elf: unconditionally add dl-static to sysdep-dl-routines in Makefile
Florian Weimer
fw@deneb.enyo.de
Fri Mar 19 18:02:59 GMT 2021
* Carlos Eduardo Seo via Libc-alpha:
> Building dl-static is also needed when building glibc with
> --disable-shared.
Given
> # This is needed for DSO loading from static binaries.
I think this suggests that ideally, the code that needs this would be
disabled at build time, given that there is no DSO left to load in a
static-only build.
More information about the Libc-alpha
mailing list