From debbugs-submit-bounces@debbugs.gnu.org Mon May 30 10:08:42 2022 Received: (at 55643-done) by debbugs.gnu.org; 30 May 2022 14:08:43 +0000 Received: from localhost ([127.0.0.1]:45595 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nvg4Y-00017b-Nk for submit@debbugs.gnu.org; Mon, 30 May 2022 10:08:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48638) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nvg4X-00017F-Q6 for 55643-done@debbugs.gnu.org; Mon, 30 May 2022 10:08:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38500) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nvg4S-0004Sm-4X; Mon, 30 May 2022 10:08:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=yST7wAHRpkPeVXrva806m75uqCHnlQrH85cq1qbSZgA=; b=l8+w0fy6lezLzJYaTtzP Ah1WjiDsyIg1LOIurDG+EwZ8JXDLZdjrBFjBaem6C4DjUTpAQzEHNZfcZdwuGo+xzzsNGmZrdO2jC lsNHAQQdpn7HMkwPf2jmCFZjEXRhC6ACL0StB4ANRY1XXyjc3vewKWE0BqdjTB+W9+szCyaKtxtlu P3tlDpHmTiTdSncHgjPfz4cFj7Lrr5HaENKKndtyMVo9JbSzBflMcMpdDsgQoNrf/kSXxYALtPRvR P8Arzm2jW8FeMAKt537Ojpuqom2H5RpkVTnfX3Fa+Pd9Rq4R48xUIZjM3JJaDq63xRoYqBomBnsjV CK/zqrSvvP5nKg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=43312 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nvg4R-0007gr-8A; Mon, 30 May 2022 10:08:35 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Morgan.J.Smith@outlook.com Subject: Re: bug#55643: [PATCH] gnu: GCC: Add cross environment variables patch to GCC 12. References: Date: Mon, 30 May 2022 16:08:30 +0200 In-Reply-To: (Morgan J. Smith's message of "Wed, 25 May 2022 17:37:32 -0400") Message-ID: <877d635d0h.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55643-done Cc: 55643-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Morgan, Morgan.J.Smith@outlook.com skribis: > From: Morgan Smith > > * gnu/packages/patches/gcc-12-cross-environment-variables.patch : New fil= e. > * gnu/local.mk (dist_patch_DATA): Add > gcc-12-cross-environment-variables.patch. > * gnu/packages/cross-base.scm (cross-gcc)[source](patches): Apply the pat= ch. Applied, thanks! It=E2=80=99s annoying that there=E2=80=99s currently no easy way to test th= at from the command line. For instance, this won=E2=80=99t do what we want: guix build --with-c-toolchain=3Dcoreutils=3Dgcc-toolchain@12 \ --target=3Darm-linux-gnueabihf coreutils Anyway, future work=E2=80=A6 Ludo=E2=80=99.