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: Sat, 06 Dec 2014 23:21:34 +0100 Message-ID: <87fvcsv2q9.fsf@gnu.org> References: <87ppdaeauo.fsf@gnu.org> <87zjbnzdt5.fsf@gnu.org> <87wq6cl3rg.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]:34422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxNjW-0002gl-QJ for Guix-devel@gnu.org; Sat, 06 Dec 2014 17:21:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxNjN-0007lz-OO for Guix-devel@gnu.org; Sat, 06 Dec 2014 17:21:46 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:49904) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxNjN-0007ll-D5 for Guix-devel@gnu.org; Sat, 06 Dec 2014 17:21:37 -0500 In-Reply-To: (Manolis Ragkousis's message of "Mon, 1 Dec 2014 22:43:45 +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: > For the next step, I must do the appropriate changes to cross-gcc in > crossbase.scm so I can build it using the new glibc and the hurd > headers instead of the linux ones. There are also some changes to be > done in bootstrap.scm (like adding the dynamic linker for i686-gnu). > > I expect many changes to the whole guix bootstrapping building > process, but one thing at a time. WDYT? I think these will be primarily changes to cross-base.scm, so we can cross-build the final GCC against the final cross-built libc. The =E2=80=98dynamic-linker=E2=80=99 procedure will also need to be adjusted, i= ndeed. I=E2=80=99m not sure what else might be missing for the cross-GCC. We=E2= =80=99ll see? :-) 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 Alternately, we could set up Hydra to build the branch. HTH, Ludo=E2=80=99.