summaryrefslogtreecommitdiff
path: root/elf/readlib.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-05-29 17:19:36 +0000
committerAndreas Jaeger <aj@suse.de>2000-05-29 17:19:36 +0000
commit9c145d90edea1319bb79fbbc159a9853b3e2523a (patch)
treeaa5ba48947a02adf30222e70144dc8100108730e /elf/readlib.c
parenta8322b4fa929e14f7a14e52645232acdaa1d5623 (diff)
* elf/readlib.c (interpreters): Use LD_SO since this is supported
for all platforms.
Diffstat (limited to 'elf/readlib.c')
-rw-r--r--elf/readlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/readlib.c b/elf/readlib.c
index 1914267b93..8e2b91c610 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}
};