From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: [PATCH] gnu: cross-libc: Use the correct libc. Date: Mon, 31 Oct 2016 21:36:50 +0200 Message-ID: References: <878tt4pfxd.fsf@gnu.org> 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]:39177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1IO9-0001sm-RA for guix-devel@gnu.org; Mon, 31 Oct 2016 15:36:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1IO6-0002U3-Ns for guix-devel@gnu.org; Mon, 31 Oct 2016 15:36:57 -0400 In-Reply-To: <878tt4pfxd.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=c3=a8s?= Cc: guix-devel On 10/31/16 19:49, Ludovic Courtès wrote: > Before pushing, please make sure that: > > ./pre-inst-env guix build -s x86_64-linux coreutils > ./pre-inst-env guix build -s armhf-linux coreutils > ./pre-inst-env guix build --target=arm-linux-gnueabihf coreutils -n > > are unchanged (I suppose they have substitutes available.) > Done and done. Thank you Ludo!