From mboxrd@z Thu Jan 1 00:00:00 1970 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 Message-ID: References: <20170102175321.13800-1-manolis837@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cO7IW-0004wE-JU for guix-devel@gnu.org; Mon, 02 Jan 2017 13:25:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cO7IR-0007L4-NH for guix-devel@gnu.org; Mon, 02 Jan 2017 13:25:28 -0500 Received: from mail-qt0-x234.google.com ([2607:f8b0:400d:c0d::234]:33927) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cO7IR-0007Kr-Ic for guix-devel@gnu.org; Mon, 02 Jan 2017 13:25:23 -0500 Received: by mail-qt0-x234.google.com with SMTP id d45so224038008qta.1 for ; Mon, 02 Jan 2017 10:25:23 -0800 (PST) In-Reply-To: <20170102175321.13800-1-manolis837@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: manolis837@gmail.com Cc: guix-devel > (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... ;)