From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: cross-base: Add libc/hurd. Date: Sun, 07 Dec 2014 21:27:27 +0100 Message-ID: <87oarfnr2o.fsf@gnu.org> References: <87ppdaeauo.fsf@gnu.org> <87zjbnzdt5.fsf@gnu.org> <87wq6cl3rg.fsf@gnu.org> <87fvcsv2q9.fsf@gnu.org> 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]:58432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxiQg-0003na-Pf for Guix-devel@gnu.org; Sun, 07 Dec 2014 15:27:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxiQa-0003dr-AC for Guix-devel@gnu.org; Sun, 07 Dec 2014 15:27:42 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:46509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxiQa-0003dF-3S for Guix-devel@gnu.org; Sun, 07 Dec 2014 15:27:36 -0500 In-Reply-To: (Manolis Ragkousis's message of "Sat, 6 Dec 2014 22:53:34 +0000") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Manolis Ragkousis Cc: Guix-devel Manolis Ragkousis skribis: > On 6 December 2014 at 22:21, Ludovic Court=C3=A8s wrote: >> I=E2=80=99m not sure what else might be missing for the cross-GCC. We= =E2=80=99ll see? :-) > > Yep :-) >> >> We=E2=80=99ll need to merge wip-hurd at some point. We=E2=80=99ll have = to make sure the >> existing cross tool chains are not broken. Could you make sure with: >> >> ./pre-inst-env guix build coreutils --target=3Dmips64el-linux-gnu >> > I think you meant --target=3Di686-pc-gnu :-) No, I really meant the above. I assume you already tested --target=3Di686-pc-gnu, and the above is just to make sure that the existing cross-compilation targets still work. Hope this clarifies things. Ludo=E2=80=99.