From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hFh51-0005Bl-TW for guix-patches@gnu.org; Sun, 14 Apr 2019 11:30:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hFh51-0003qA-4H for guix-patches@gnu.org; Sun, 14 Apr 2019 11:30:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47697) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hFh50-0003ot-SR for guix-patches@gnu.org; Sun, 14 Apr 2019 11:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hFh50-0000z6-GK for guix-patches@gnu.org; Sun, 14 Apr 2019 11:30:02 -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> Date: Sun, 14 Apr 2019 17:29:16 +0200 In-Reply-To: <20190412131556.25282-5-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Fri, 12 Apr 2019 15:15:55 +0200") Message-ID: <874l70k3lf.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 Mathieu Othacehe skribis: > * gnu/system/linux-initrd.scm (default-initrd-modules): Check system name > against %current-target-system first in case we are cross-compiling. LGTM! Glad we=E2=80=99re making process on system cross-compilation! Are you targeting low-end ARMv7 devices? Thank you, Ludo=E2=80=99.