From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PACKAGE] musl libc Date: Sat, 13 Aug 2016 11:32:08 +0200 Message-ID: <87k2flauav.fsf@elephly.net> References: <87mvkhbxyi.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYVIl-0008F7-2R for guix-devel@gnu.org; Sat, 13 Aug 2016 05:32:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYVIg-0001Hr-Tm for guix-devel@gnu.org; Sat, 13 Aug 2016 05:32:22 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYVIg-0001Hn-M0 for guix-devel@gnu.org; Sat, 13 Aug 2016 05:32:18 -0400 In-reply-to: <87mvkhbxyi.fsf@elephly.net> 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: David Craven Cc: guix-devel Ricardo Wurmus writes: > David Craven writes: > >>> I just built musl and found that it also installs ?bin/musl-gcc?, a >>> wrapper of sorts, but it doesn?t work as it depends on a ?gcc? >>> executable to be available. >> >> With gcc 6 the wrapper isn't necessary anymore. You can disable it >> with "--disable-gcc-wrapper". Other configure-flags that we probably >> want are "--enable-shared" "--enable-static". > > Thank you for the hint. I’ll add “--disable-gcc-wrapper” and push to > master. We can add other configure flags once it becomes apparent that > they are needed. > > Thank you, Vincent, for the contribution! One more thing: I also updated the license. Musl is released under Expat. Pushed to master as ce728f70e5ef8783a28652e382c2c9f61c7b4c06. ~~ Ricardo