|
From: | David Craven |
Subject: | Re: [PATCH] guix: build: make-bootstrap: Copy libpthread_nonshared.a to the new system. |
Date: | Mon, 2 Jan 2017 19:25:22 +0100 |
> (define %libc-object-files-rx "^(crt.*|ld.*|lib(c|m|dl|rt|pthread|nsl|\ > -util).*\\.so(\\..*)?|lib(machuser|hurduser).so.*|libc(rt|)_nonshared\\.a)$") > +util).*\\.so(\\..*)?|lib(machuser|hurduser).so.*|(libc(rt|)|libpthread)\ > +_nonshared\\.a)$") Adding libpthread_nonshared.a increases the size of the bootstrap binaries doesn't it? If you explain why it is needed we'll have to accept it... ;)
[Prev in Thread] | Current Thread | [Next in Thread] |