* elf/readlib.c (interpreters): Use LD_SO since this is supported

for all platforms.
This commit is contained in:
Andreas Jaeger 2000-05-29 17:19:36 +00:00
parent a8322b4fa9
commit 9c145d90ed

View file

@ -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}
};