From 9c145d90edea1319bb79fbbc159a9853b3e2523a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 29 May 2000 17:19:36 +0000 Subject: [PATCH] * elf/readlib.c (interpreters): Use LD_SO since this is supported for all platforms. --- elf/readlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/readlib.c b/elf/readlib.c index 1914267b937..8e2b91c6109 100644 --- a/elf/readlib.c +++ b/elf/readlib.c @@ -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} }; -- 2.47.2