From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55025) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hg3le-0001o7-M2 for guix-patches@gnu.org; Wed, 26 Jun 2019 04:59:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hg3ld-0007Kj-Sz for guix-patches@gnu.org; Wed, 26 Jun 2019 04:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48921) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hg3ld-0007Kb-PP for guix-patches@gnu.org; Wed, 26 Jun 2019 04:59:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hg3ld-0008VS-Nn for guix-patches@gnu.org; Wed, 26 Jun 2019 04:59:01 -0400 Subject: [bug#35244] [PATCH 5/6] linux-initrd: Fix cross compilation. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190412131556.25282-1-m.othacehe@gmail.com> <20190412131556.25282-5-m.othacehe@gmail.com> <874l70k3lf.fsf@gnu.org> <87woh978gx.fsf@gmail.com> Date: Wed, 26 Jun 2019 10:57:53 +0200 In-Reply-To: <87woh978gx.fsf@gmail.com> (Mathieu Othacehe's message of "Tue, 25 Jun 2019 21:47:42 +0200") Message-ID: <877e98k9ke.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 35244@debbugs.gnu.org Hello, Mathieu Othacehe skribis: >> LGTM! > > Pushed as fdbf4447b. \o/ >> Glad we=E2=80=99re making process on system cross-compilation! Are you >> targeting low-end ARMv7 devices? > > Yes as well as more powerful aarch64 boards. I would like to use Guix as > an alternative to various tools such as Yocto/Buildroot at > work. Cross-compiling is the only viable way as target compilation and > qemu-binfmt alternatives are way too slow. qemu-binfmt might be OK if you get enough substitutes and thus have little to build locally. Thanks! Ludo=E2=80=99.