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 E885215808B for ; Tue, 1 Oct 2024 07:37:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A41AE29BE; Tue, 1 Oct 2024 07:37:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0FDAEE29BE for ; Tue, 1 Oct 2024 07:37:18 +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 51500343052 for ; Tue, 1 Oct 2024 07:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E798B1A09 for ; Tue, 1 Oct 2024 07:37:15 +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: <1727768188.fddb3f20d8b0e1bcc9a3725e8279bf47ab9dd1f6.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: fddb3f20d8b0e1bcc9a3725e8279bf47ab9dd1f6 X-VCS-Branch: master Date: Tue, 1 Oct 2024 07:37:15 +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: bd8879c6-2371-422b-91a3-8db6001b615a X-Archives-Hash: a704ccff7562ee35e6caa79eb9dfde2b commit: fddb3f20d8b0e1bcc9a3725e8279bf47ab9dd1f6 Author: Sam James gentoo org> AuthorDate: Tue Oct 1 07:36:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 1 07:36:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fddb3f20 dev-lang/ada-bootstrap: disable more unnecessary options Like we do for the JIT build in toolchain.eclass. Signed-off-by: Sam James gentoo.org> dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) 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 861ee96ad1c4..b3d1073f2197 100644 --- a/dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild +++ b/dev-lang/ada-bootstrap/ada-bootstrap-0_p2021-r1.ebuild @@ -149,16 +149,20 @@ src_configure() { --{doc,info,man}dir=/.skip # let the real gcc handle docs MAKEINFO=: #922230 --prefix="${prefix}" + --disable-analyzer --disable-bootstrap --disable-cc1 --disable-cet --disable-gcov #843989 --disable-gomp + --disable-objc-gc --disable-nls # filename collisions --disable-libcc1 + --disable-libgomp --disable-libquadmath --disable-libsanitizer --disable-libssp + --disable-libstdcxx-pch --disable-libvtv --disable-shared --disable-werror @@ -166,6 +170,7 @@ src_configure() { --with-gcc-major-version-only --with-system-zlib --without-isl + --without-python-dir --without-zstd --disable-multilib )