This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: V8 test-in-container patch


On Thu, 23 Aug 2018, DJ Delorie wrote:

> > If using -lgcc_s you also need to use $(libunwind).
> 
> Ah, thanks.  As I mentioned, Carlos and I are working on this.  If we
> can find a way to defer building that, it should solve these types of
> problems.

I expect that even if this build gets deferred to when the testsuite is 
run, you'll still need to use $(libunwind) (given that all the links done 
in glibc build and testing are explicitly using -nostdlib then listing the 
required libraries, to avoid any pre-existing system libc getting 
involved, so you're losing GCC's built-in knowledge of when to use 
-lunwind).

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]