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 8E86B158094 for ; Fri, 29 Jul 2022 18:24:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E3F9E0FE4; Fri, 29 Jul 2022 18:24:13 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 29E10E0FE4 for ; Fri, 29 Jul 2022 18:24:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id CEA11341021 for ; Fri, 29 Jul 2022 18:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 347B34FA for ; Fri, 29 Jul 2022 18:24:10 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1659119005.04f61962c54e44fd37e34018f7be9bbef663d8dd.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.59.0.ebuild dev-lang/rust/rust-1.60.0.ebuild dev-lang/rust/rust-1.61.0-r2.ebuild dev-lang/rust/rust-1.62.0.ebuild dev-lang/rust/rust-1.62.1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 04f61962c54e44fd37e34018f7be9bbef663d8dd X-VCS-Branch: master Date: Fri, 29 Jul 2022 18:24:10 +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: 9a013eb3-e6fd-43bc-9a3f-979d0a87ed53 X-Archives-Hash: 58d1500ddcd343b9c0b4cf1b78934c3f commit: 04f61962c54e44fd37e34018f7be9bbef663d8dd Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jul 29 18:16:07 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jul 29 18:23:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f61962 dev-lang/rust: filter out -flto flags Bug: https://bugs.gentoo.org/862109 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/rust-1.59.0.ebuild | 2 ++ dev-lang/rust/rust-1.60.0.ebuild | 2 ++ dev-lang/rust/rust-1.61.0-r2.ebuild | 2 ++ dev-lang/rust/rust-1.62.0.ebuild | 2 ++ dev-lang/rust/rust-1.62.1.ebuild | 2 ++ 5 files changed, 10 insertions(+) diff --git a/dev-lang/rust/rust-1.59.0.ebuild b/dev-lang/rust/rust-1.59.0.ebuild index b4e6eebe900f..c3dfac4c574d 100644 --- a/dev-lang/rust/rust-1.59.0.ebuild +++ b/dev-lang/rust/rust-1.59.0.ebuild @@ -258,6 +258,8 @@ src_prepare() { } src_configure() { + use system-llvm && filter-flags '-flto*' # https://bugs.gentoo.org/862109 + local rust_target="" rust_targets="" arch_cflags # Collect rust target names to compile standard libs for all ABIs. diff --git a/dev-lang/rust/rust-1.60.0.ebuild b/dev-lang/rust/rust-1.60.0.ebuild index 0b2ab02a8e65..1dda442d1071 100644 --- a/dev-lang/rust/rust-1.60.0.ebuild +++ b/dev-lang/rust/rust-1.60.0.ebuild @@ -256,6 +256,8 @@ src_prepare() { } src_configure() { + use system-llvm && filter-flags '-flto*' # https://bugs.gentoo.org/862109 + local rust_target="" rust_targets="" arch_cflags # Collect rust target names to compile standard libs for all ABIs. diff --git a/dev-lang/rust/rust-1.61.0-r2.ebuild b/dev-lang/rust/rust-1.61.0-r2.ebuild index 57d88e14bea0..263edc8ca004 100644 --- a/dev-lang/rust/rust-1.61.0-r2.ebuild +++ b/dev-lang/rust/rust-1.61.0-r2.ebuild @@ -259,6 +259,8 @@ src_prepare() { } src_configure() { + use system-llvm && filter-flags '-flto*' # https://bugs.gentoo.org/862109 + local rust_target="" rust_targets="" arch_cflags use_libcxx="false" # Collect rust target names to compile standard libs for all ABIs. diff --git a/dev-lang/rust/rust-1.62.0.ebuild b/dev-lang/rust/rust-1.62.0.ebuild index 4b8fdf357c6e..8da92fd3854b 100644 --- a/dev-lang/rust/rust-1.62.0.ebuild +++ b/dev-lang/rust/rust-1.62.0.ebuild @@ -256,6 +256,8 @@ src_prepare() { } src_configure() { + use system-llvm && filter-flags '-flto*' # https://bugs.gentoo.org/862109 + local rust_target="" rust_targets="" arch_cflags use_libcxx="false" # Collect rust target names to compile standard libs for all ABIs. diff --git a/dev-lang/rust/rust-1.62.1.ebuild b/dev-lang/rust/rust-1.62.1.ebuild index 5775cd6e8835..35015cb50b61 100644 --- a/dev-lang/rust/rust-1.62.1.ebuild +++ b/dev-lang/rust/rust-1.62.1.ebuild @@ -256,6 +256,8 @@ src_prepare() { } src_configure() { + use system-llvm && filter-flags '-flto*' # https://bugs.gentoo.org/862109 + local rust_target="" rust_targets="" arch_cflags use_libcxx="false" # Collect rust target names to compile standard libs for all ABIs.