This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Adjust name-prefix of ld.so in test-container.c.
- From: Florian Weimer <fweimer at redhat dot com>
- To: Stefan Liebler <stli at linux dot ibm dot com>, GNU C Library <libc-alpha at sourceware dot org>
- Date: Mon, 3 Sep 2018 12:48:04 +0200
- Subject: Re: [PATCH] Adjust name-prefix of ld.so in test-container.c.
- References: <0a6087d9-08a2-d157-163f-25697e9e35e2@linux.ibm.com>
On 09/03/2018 10:39 AM, Stefan Liebler wrote:
the test-container.c file assumes that ld.so is always named something
like /elf/ld-linux-*. But e.g. on s390x it is named ld64.so.1 or ld.so.1
on s390. There are other architectures like power or mips with similar
names.
Perhaps we should capture $(ld.so-version) in support/, like we do for
$(objpfx), $(prefix), $(libdir) etc.?
Thanks,
Florian