From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PACKAGE] musl libc Date: Wed, 3 Aug 2016 15:25:56 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUwBR-0001oE-PS for guix-devel@gnu.org; Wed, 03 Aug 2016 09:26:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUwBN-0004R5-PT for guix-devel@gnu.org; Wed, 03 Aug 2016 09:26:05 -0400 Received: from mail-yw0-x244.google.com ([2607:f8b0:4002:c05::244]:36760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUwBM-0004Qf-IN for guix-devel@gnu.org; Wed, 03 Aug 2016 09:26:01 -0400 Received: by mail-yw0-x244.google.com with SMTP id u134so16811282ywg.3 for ; Wed, 03 Aug 2016 06:25:57 -0700 (PDT) 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: guix-devel > 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". Next step is getting a toolchain setup. Maybe you can take inspiration from this PR here =) https://github.com/NixOS/nixpkgs/pull/16217/files