From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39052) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfrQF-0007cw-Nj for guix-patches@gnu.org; Tue, 25 Jun 2019 15:48:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfrQD-0002SG-Lt for guix-patches@gnu.org; Tue, 25 Jun 2019 15:48:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48258) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfrQ9-0002Nb-MZ for guix-patches@gnu.org; Tue, 25 Jun 2019 15:48:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hfrQ9-00016k-K1 for guix-patches@gnu.org; Tue, 25 Jun 2019 15:48:01 -0400 Subject: [bug#35244] [PATCH 5/6] linux-initrd: Fix cross compilation. Resent-Message-ID: References: <20190412131556.25282-1-m.othacehe@gmail.com> <20190412131556.25282-5-m.othacehe@gmail.com> <874l70k3lf.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <874l70k3lf.fsf@gnu.org> Date: Tue, 25 Jun 2019 21:47:42 +0200 Message-ID: <87woh978gx.fsf@gmail.com> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35244@debbugs.gnu.org > LGTM! Pushed as fdbf4447b. > 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. I'll try to resume the rest of the serie soon. Mathieu