mirror of
git://git.musl-libc.org/musl
synced 2024-12-14 18:55:23 +00:00
f389c4984a
prior to this change, using a non-default syslibdir was impractical on systems where the ordinary library paths contain musl-incompatible library files. the file containing search paths was always taken from /etc, which would either correspond to a system-wide musl installation, or fail to exist at all, resulting in searching of the default library path. the new search strategy is safe even for suid programs because the pathname used comes from the PT_INTERP header of the program being run, rather than any external input. as part of this change, I have also begun differentiating the names of arch variants that differ by endianness or floating point calling convention. the corresponding changes in the build system and and gcc wrapper script (to use an alternate dynamic linker name) for these configurations have not yet been made. |
||
---|---|---|
.. | ||
bits | ||
atomic.h | ||
pthread_arch.h | ||
reloc.h | ||
syscall_arch.h |