From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: [PACKAGE] musl libc Date: Sat, 13 Aug 2016 11:44:54 +0200 Message-ID: References: <87mvkhbxyi.fsf@elephly.net> <87k2flauav.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYVUv-0001wf-EN for guix-devel@gnu.org; Sat, 13 Aug 2016 05:44:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYVUt-0003W3-EC for guix-devel@gnu.org; Sat, 13 Aug 2016 05:44:56 -0400 Received: from mail-qt0-x229.google.com ([2607:f8b0:400d:c0d::229]:36853) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYVUt-0003Vz-9z for guix-devel@gnu.org; Sat, 13 Aug 2016 05:44:55 -0400 Received: by mail-qt0-x229.google.com with SMTP id 52so3763773qtq.3 for ; Sat, 13 Aug 2016 02:44:55 -0700 (PDT) In-Reply-To: <87k2flauav.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: Ricardo Wurmus Cc: guix-devel , David Craven On Sat, Aug 13, 2016 at 11:32 AM, Ricardo Wurmus wrote= : > > 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=E2=80=99ll add =E2=80=9C--disable-gcc-wrapper= =E2=80=9D and push to >> master. We can add other configure flags once it becomes apparent that >> they are needed. Thank you > One more thing: I also updated the license. Musl is released under > Expat. Pushed to master as ce728f70e5ef8783a28652e382c2c9f61c7b4c06. Official site pages: http://www.etalabs.net/compare_libcs.html http://www.musl-libc.org/intro.html both says MIT, as does : $ head -1 COPYRIGHT musl as a whole is licensed under the following standard MIT license: $ grep -ri expat * So where do you found this expat license reference ? I'm curious, as it looks like I wouldn't have been able to found that mysel= f... --=20 Vincent Legoll