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 8E83815808B for ; Mon, 19 Feb 2024 05:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2850E2C48; Mon, 19 Feb 2024 05:08:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AD75EE2C48 for ; Mon, 19 Feb 2024 05:08:37 +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 DD4A23430D9 for ; Mon, 19 Feb 2024 05:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0A4114AA for ; Mon, 19 Feb 2024 05:08:34 +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: <1708319231.4ccbec18b76ff3c48f3d32f1b1760ca568ddc615.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/toolchain.eclass X-VCS-Directories: eclass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4ccbec18b76ff3c48f3d32f1b1760ca568ddc615 X-VCS-Branch: master Date: Mon, 19 Feb 2024 05:08:34 +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: 7f6e1ec0-ddbd-4883-971c-33ef769e8864 X-Archives-Hash: 56fd0a24864db457d074e0655f872bb0 commit: 4ccbec18b76ff3c48f3d32f1b1760ca568ddc615 Author: Sam James gentoo org> AuthorDate: Mon Feb 19 05:07:11 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 19 05:07:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccbec18 toolchain.eclass: explicitly disable fixincludes for cross too Just in case, although the condition is unlikely there now. Bug: https://bugs.gentoo.org/905118 Signed-off-by: Sam James gentoo.org> eclass/toolchain.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 5de1329347ee..67a04f297d6b 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1304,8 +1304,8 @@ toolchain_src_configure() { if tc_version_is_at_least 13.1 ; then # Re-enable fixincludes for >= GCC 13 with older glibc - # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107128 - if use elibc_glibc && has_version "