mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 06:20:06 +00:00
* elf/readlib.c (interpreters): Use LD_SO since this is supported
for all platforms.
This commit is contained in:
parent
a8322b4fa9
commit
9c145d90ed
@ -50,7 +50,7 @@ struct known_names
|
||||
|
||||
static struct known_names interpreters [] =
|
||||
{
|
||||
{"/lib/" LD_LINUX_SO, FLAG_ELF_LIBC6},
|
||||
{"/lib/" LD_SO, FLAG_ELF_LIBC6},
|
||||
{"/lib/ld-linux.so.1", FLAG_ELF_LIBC5}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user