From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1707055-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 450CE1581F0 for <garchives@archives.gentoo.org>; Tue, 07 Jan 2025 20:10:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A6EDE079C; Tue, 07 Jan 2025 20:10:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55E08E079C for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 20:10:01 +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 686CF3412DE for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 20:10:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED0DF1CB7 for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 20:09:58 +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: <1736280542.bac3705f1e4856701675b844bceec9a7ac8705ce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ada-bootstrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild X-VCS-Directories: dev-lang/ada-bootstrap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bac3705f1e4856701675b844bceec9a7ac8705ce X-VCS-Branch: master Date: Tue, 07 Jan 2025 20:09:58 +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: 27a8f41b-adfb-4c9c-a53f-fa77b066557a X-Archives-Hash: 47673c6890ed38ed3e629d592d25b10c commit: bac3705f1e4856701675b844bceec9a7ac8705ce Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jan 7 20:09:02 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 7 20:09:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac3705f dev-lang/ada-bootstrap: strip unsupported CXXFLAGS too Bug: https://bugs.gentoo.org/938150 Bug: https://bugs.gentoo.org/940601 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild b/dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild index ba0c3562a2e9..37edbd655a03 100644 --- a/dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild +++ b/dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -140,8 +140,8 @@ src_configure() { # conservative, we just want it to build for bootstrapping proper # sys-devel/gcc[ada]. We don't need it to be fast. strip-flags - CC="${WORKDIR}"/${BTSTRP}/bin/gcc strip-unsupported-flags - CC="${WORKDIR}"/${GNATDIR}/bin/gcc strip-unsupported-flags + CC="${WORKDIR}"/${BTSTRP}/bin/gcc CXX="${WORKDIR}"/${BTSTRP}/bin/g++ strip-unsupported-flags + CC="${WORKDIR}"/${GNATDIR}/bin/gcc CXX="${WORKDIR}"/${GNATDIR}/bin/g++ strip-unsupported-flags strip-unsupported-flags filter-lto append-flags -O2