From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id YEdGJiPSlGKIIQEAbAwnHQ (envelope-from ) for ; Mon, 30 May 2022 16:18:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id EOo0JiPSlGLylAAA9RJhRA (envelope-from ) for ; Mon, 30 May 2022 16:18:11 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9941910F73 for ; Mon, 30 May 2022 16:18:10 +0200 (CEST) Received: from localhost ([::1]:45282 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nvgDh-0006Xf-Pl for larch@yhetil.org; Mon, 30 May 2022 10:18:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43848) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nvgD5-00060X-3e for guix-patches@gnu.org; Mon, 30 May 2022 10:17:31 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51699) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nvg4s-0004UL-Ee for guix-patches@gnu.org; Mon, 30 May 2022 10:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nvg4s-00018Q-A1 for guix-patches@gnu.org; Mon, 30 May 2022 10:09:02 -0400 Subject: bug#55643: [PATCH] gnu: GCC: Add cross environment variables patch to GCC 12. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 30 May 2022 14:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 55643 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Morgan.J.Smith@outlook.com Cc: 55643-done@debbugs.gnu.org Mail-Followup-To: 55643@debbugs.gnu.org, ludo@gnu.org, Morgan.J.Smith@outlook.com Received: via spool by 55643-done@debbugs.gnu.org id=D55643.16539197234320 (code D ref 55643); Mon, 30 May 2022 14:09:02 +0000 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1653920290; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=yST7wAHRpkPeVXrva806m75uqCHnlQrH85cq1qbSZgA=; b=RdgEP3OwsJpAm62dOgg7zntb+Bp+zI3gmc1hFSY8ge0fwNmHQT+uwuB0yczHyI7M18VYws JXjhvafbS77Wps5eFHnYrEuwf84EwxbgzTJ3wiinT+P2DXKE5HRWHC8uTN4Lt0AAwSvdVc DzmjSlT5omGbQGkLIPKIajhl+kt7T7+q1ezZCb7XSwLFW1XiUIbCLmkQH7KoxrqbTjv9Vm GbKIJ5a+TglOfCYw+Ycr+MDF0met3sojDdnzX/TPecpjcjL3WM4+s0A2eqElfMpvplihvE AFP2CpvWrSiVvrYjiYwWhzhzqPn0xKERMdP5xU6wdK4h1DbNG5BIWhiDy4XLzQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1653920290; a=rsa-sha256; cv=none; b=Tm6P+xVZtY0T3fqFeguXwI2prCfWdfZ5391tq39TzD8vefph66+JmJbCtSLAv3G8Sea7j9 VmG3LHUEVs79FtwnMozzTKgDtHDiJ/3KTUL3aEHe3cOvrbimTJhddHY2MRtR+Z13jrQdD5 0q27vUM4APZKcnsqw6P9o9SkJtBFrZZJrKJPFRCNWMLiZ2su2u1KV7whfTB69gYuUfvVtj pr0Q6w3nytQnPPmjKt0oS8V00nsFL3PvfN0elFrb2dSuqTYnXUDAQ+aOFh3vS9Vva8lUte KbQj+b7GcpO0a6hUpFp0YF515XbJXsNmWbii2E1SND+rq1MqnNKgINYt7lqL/A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=l8+w0fy6; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.93 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=l8+w0fy6; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 9941910F73 X-Spam-Score: -3.93 X-Migadu-Scanner: scn1.migadu.com X-TUID: XioONwMM3H1H 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.