From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1739207-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 finch.gentoo.org (Postfix) with ESMTPS id 6EB711584AD
	for <garchives@archives.gentoo.org>; Tue, 22 Apr 2025 11:47:15 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(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)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 2FCE3342FB1
	for <garchives@archives.gentoo.org>; Tue, 22 Apr 2025 11:47:15 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id 245C61104B1;
	Tue, 22 Apr 2025 11:47:14 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by bobolink.gentoo.org (Postfix) with ESMTPS id 16E371104B1
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Apr 2025 11:47:14 +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 BD187342FB1
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Apr 2025 11:47:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5924F2547
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Apr 2025 11:47:12 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1745322413.35319339e9ef02db6aa5f98d963b6b865e19524d.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-devel/gcc/gcc-15.0.9999.ebuild sys-devel/gcc/gcc-16.0.9999.ebuild
X-VCS-Directories: sys-devel/gcc/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 35319339e9ef02db6aa5f98d963b6b865e19524d
X-VCS-Branch: master
Date: Tue, 22 Apr 2025 11:47:12 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: aa6e5add-4234-47a7-88c3-cba5fec6aa67
X-Archives-Hash: b15bd45a8e0ff374ed9eb5867d063bc6

commit:     35319339e9ef02db6aa5f98d963b6b865e19524d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 22 11:46:47 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 22 11:46:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35319339

sys-devel/gcc: add cross patch to {15,16}.0.9999 too

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/gcc/gcc-15.0.9999.ebuild | 2 +-
 sys-devel/gcc/gcc-16.0.9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-devel/gcc/gcc-15.0.9999.ebuild b/sys-devel/gcc/gcc-15.0.9999.ebuild
index b93ff2d71feb..65883e2a1dd4 100644
--- a/sys-devel/gcc/gcc-15.0.9999.ebuild
+++ b/sys-devel/gcc/gcc-15.0.9999.ebuild
@@ -49,6 +49,6 @@ src_prepare() {
 	done
 
 	toolchain_src_prepare
-
+	eapply "${FILESDIR}"/${PN}-13-fix-cross-fixincludes.patch
 	eapply_user
 }

diff --git a/sys-devel/gcc/gcc-16.0.9999.ebuild b/sys-devel/gcc/gcc-16.0.9999.ebuild
index aafcb9f4229f..2338e2a39387 100644
--- a/sys-devel/gcc/gcc-16.0.9999.ebuild
+++ b/sys-devel/gcc/gcc-16.0.9999.ebuild
@@ -49,6 +49,6 @@ src_prepare() {
 	done
 
 	toolchain_src_prepare
-
+	eapply "${FILESDIR}"/${PN}-13-fix-cross-fixincludes.patch
 	eapply_user
 }