mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
* elf/readlib.c (interpreters): Use LD_SO since this is supported
for all platforms.
This commit is contained in:
@@ -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}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user