From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1BD615817D for ; Mon, 10 Jun 2024 15:41:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18F8AE2A1B; Mon, 10 Jun 2024 15:41:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A90A0E2A1B for ; Mon, 10 Jun 2024 15:41:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0FF933BF08 for ; Mon, 10 Jun 2024 15:41:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F5991769 for ; Mon, 10 Jun 2024 15:41:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1718033899.37b5a2fe628275e617272c5094e7dfc8cb9f0d4e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gcc/files/gcc-13-fix-cross-fixincludes.patch X-VCS-Directories: sys-devel/gcc/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 37b5a2fe628275e617272c5094e7dfc8cb9f0d4e X-VCS-Branch: master Date: Mon, 10 Jun 2024 15:41:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ef48d1a-0210-494a-a0c6-36d9d77c36f6 X-Archives-Hash: 72c840588c89ddf6a41552381d68e45b commit: 37b5a2fe628275e617272c5094e7dfc8cb9f0d4e Author: Sam James gentoo org> AuthorDate: Mon Jun 10 15:37:45 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 10 15:38:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b5a2fe sys-devel/gcc: add bug ref to fixincludes issue MacPorts folks have kindly reported the issue upstream so add a ref to the bug (https://gcc.gnu.org/PR115416). Bug: https://gcc.gnu.org/PR115416 Bug: https://bugs.gentoo.org/905118 Bug: https://bugs.gentoo.org/925204 Bug: https://bugs.gentoo.org/926059 Signed-off-by: Sam James gentoo.org> sys-devel/gcc/files/gcc-13-fix-cross-fixincludes.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/gcc/files/gcc-13-fix-cross-fixincludes.patch b/sys-devel/gcc/files/gcc-13-fix-cross-fixincludes.patch index 6d1681938b07..e0e5a3ab9b9f 100644 --- a/sys-devel/gcc/files/gcc-13-fix-cross-fixincludes.patch +++ b/sys-devel/gcc/files/gcc-13-fix-cross-fixincludes.patch @@ -1,6 +1,7 @@ Revert of https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=59e4c98173a79fcaa2c33253261409f38856c384 for now to fix cross fixincludes builds. +https://gcc.gnu.org/PR115416 https://bugs.gentoo.org/905118 https://bugs.gentoo.org/925204 https://bugs.gentoo.org/926059