This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: V8 test-in-container patch
- From: DJ Delorie <dj at redhat dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: carlos at redhat dot com, libc-alpha at sourceware dot org, fweimer at redhat dot com
- Date: Thu, 23 Aug 2018 19:57:29 -0400
- Subject: Re: V8 test-in-container patch
Joseph Myers <joseph@codesourcery.com> writes:
> I think the question there is whether the --as-needed in $(gnulib-tests)
> is an issue for this purpose (whether you want the libraries linked in
> even if not used for anything). Maybe in this case it doesn't matter
> because the libraries in question will in fact always be used.
Maybe, but good point... the purpose of that test binary is to include
anything that a test case might need, so we want to be paranoid. How
about this then? I hate to manually list so many things, but it looks
inevitable.
LDLIBS-links-dso-program = -lstdc++ -lgcc -lgcc_s $(libunwind)