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 3774615ACFC for ; Sun, 7 May 2023 16:03:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 654A0E076B; Sun, 7 May 2023 16:03:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 269D4E076B for ; Sun, 7 May 2023 16:03:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 332A4341190 for ; Sun, 7 May 2023 16:03:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 979CB8B7 for ; Sun, 7 May 2023 16:03:25 +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: <1683475352.1db5932753761897726caa736378b808452475bd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.19-r2.ebuild sys-libs/glibc/glibc-2.31-r7.ebuild sys-libs/glibc/glibc-2.32-r8.ebuild sys-libs/glibc/glibc-2.33-r14.ebuild sys-libs/glibc/glibc-2.34-r14.ebuild sys-libs/glibc/glibc-2.35-r11.ebuild sys-libs/glibc/glibc-2.36-r7.ebuild sys-libs/glibc/glibc-2.36-r8.ebuild sys-libs/glibc/glibc-2.37-r2.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1db5932753761897726caa736378b808452475bd X-VCS-Branch: master Date: Sun, 7 May 2023 16:03:25 +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: 57bc530e-49bf-42ae-bf09-54e058674642 X-Archives-Hash: 5f56ef56128c04e35482271b86dda2e4 commit: 1db5932753761897726caa736378b808452475bd Author: Sam James gentoo org> AuthorDate: Sun May 7 16:02:21 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 7 16:02:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db59327 sys-libs/glibc: add explicit filter-lto post-strip-flags change See e6dd349ea37663f3e3a6ce1df3fd9f7cf18e20cd. Signed-off-by: Sam James gentoo.org> sys-libs/glibc/glibc-2.19-r2.ebuild | 3 ++- sys-libs/glibc/glibc-2.31-r7.ebuild | 1 + sys-libs/glibc/glibc-2.32-r8.ebuild | 1 + sys-libs/glibc/glibc-2.33-r14.ebuild | 1 + sys-libs/glibc/glibc-2.34-r14.ebuild | 1 + sys-libs/glibc/glibc-2.35-r11.ebuild | 1 + sys-libs/glibc/glibc-2.36-r7.ebuild | 1 + sys-libs/glibc/glibc-2.36-r8.ebuild | 1 + sys-libs/glibc/glibc-2.37-r2.ebuild | 1 + sys-libs/glibc/glibc-9999.ebuild | 1 + 10 files changed, 11 insertions(+), 1 deletion(-) diff --git a/sys-libs/glibc/glibc-2.19-r2.ebuild b/sys-libs/glibc/glibc-2.19-r2.ebuild index d1dff3cf1b44..998335c88426 100644 --- a/sys-libs/glibc/glibc-2.19-r2.ebuild +++ b/sys-libs/glibc/glibc-2.19-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -335,6 +335,7 @@ setup_flags() { # problems as possible. strip-flags strip-unsupported-flags + filter-lto filter-flags -m32 -m64 '-mabi=*' # glibc aborts if rpath is set by LDFLAGS diff --git a/sys-libs/glibc/glibc-2.31-r7.ebuild b/sys-libs/glibc/glibc-2.31-r7.ebuild index d09dc4ea364b..78cb09bec8e9 100644 --- a/sys-libs/glibc/glibc-2.31-r7.ebuild +++ b/sys-libs/glibc/glibc-2.31-r7.ebuild @@ -367,6 +367,7 @@ setup_flags() { # relating to failed builds, we strip most CFLAGS out to ensure as few # problems as possible. strip-flags + filter-lto # Lock glibc at -O2; we want to be conservative here. filter-flags '-O?' append-flags -O2 diff --git a/sys-libs/glibc/glibc-2.32-r8.ebuild b/sys-libs/glibc/glibc-2.32-r8.ebuild index a47f34293b2c..3d72cb214594 100644 --- a/sys-libs/glibc/glibc-2.32-r8.ebuild +++ b/sys-libs/glibc/glibc-2.32-r8.ebuild @@ -384,6 +384,7 @@ setup_flags() { # relating to failed builds, we strip most CFLAGS out to ensure as few # problems as possible. strip-flags + filter-lto # Lock glibc at -O2; we want to be conservative here. filter-flags '-O?' append-flags -O2 diff --git a/sys-libs/glibc/glibc-2.33-r14.ebuild b/sys-libs/glibc/glibc-2.33-r14.ebuild index 34f2323a5505..1f432881eeeb 100644 --- a/sys-libs/glibc/glibc-2.33-r14.ebuild +++ b/sys-libs/glibc/glibc-2.33-r14.ebuild @@ -396,6 +396,7 @@ setup_flags() { # relating to failed builds, we strip most CFLAGS out to ensure as few # problems as possible. strip-flags + filter-lto # Lock glibc at -O2; we want to be conservative here. filter-flags '-O?' append-flags -O2 diff --git a/sys-libs/glibc/glibc-2.34-r14.ebuild b/sys-libs/glibc/glibc-2.34-r14.ebuild index 52c68a1cd29d..544d8be04150 100644 --- a/sys-libs/glibc/glibc-2.34-r14.ebuild +++ b/sys-libs/glibc/glibc-2.34-r14.ebuild @@ -399,6 +399,7 @@ setup_flags() { # relating to failed builds, we strip most CFLAGS out to ensure as few # problems as possible. strip-flags + filter-lto # Lock glibc at -O2; we want to be conservative here. filter-flags '-O?' append-flags -O2 diff --git a/sys-libs/glibc/glibc-2.35-r11.ebuild b/sys-libs/glibc/glibc-2.35-r11.ebuild index a986aee52894..5b6649f3f6de 100644 --- a/sys-libs/glibc/glibc-2.35-r11.ebuild +++ b/sys-libs/glibc/glibc-2.35-r11.ebuild @@ -412,6 +412,7 @@ setup_flags() { # relating to failed builds, we strip most CFLAGS out to ensure as few # problems as possible. strip-flags + filter-lto # Lock glibc at -O2; we want to be conservative here. filter-flags '-O?' append-flags -O2 diff --git a/sys-libs/glibc/glibc-2.36-r7.ebuild b/sys-libs/glibc/glibc-2.36-r7.ebuild index 5f7cdcd38d87..49ab641a06f2 100644 --- a/sys-libs/glibc/glibc-2.36-r7.ebuild +++ b/sys-libs/glibc/glibc-2.36-r7.ebuild @@ -418,6 +418,7 @@ setup_flags() { # relating to failed builds, we strip most CFLAGS out to ensure as few # problems as possible. strip-flags + filter-lto # Lock glibc at -O2; we want to be conservative here. filter-flags '-O?' append-flags -O2 diff --git a/sys-libs/glibc/glibc-2.36-r8.ebuild b/sys-libs/glibc/glibc-2.36-r8.ebuild index 3bc43fe94843..f8ee4287b7a4 100644 --- a/sys-libs/glibc/glibc-2.36-r8.ebuild +++ b/sys-libs/glibc/glibc-2.36-r8.ebuild @@ -418,6 +418,7 @@ setup_flags() { # relating to failed builds, we strip most CFLAGS out to ensure as few # problems as possible. strip-flags + filter-lto # Lock glibc at -O2; we want to be conservative here. filter-flags '-O?' append-flags -O2 diff --git a/sys-libs/glibc/glibc-2.37-r2.ebuild b/sys-libs/glibc/glibc-2.37-r2.ebuild index 3b760ddcf5b3..5c8351a2a379 100644 --- a/sys-libs/glibc/glibc-2.37-r2.ebuild +++ b/sys-libs/glibc/glibc-2.37-r2.ebuild @@ -419,6 +419,7 @@ setup_flags() { # relating to failed builds, we strip most CFLAGS out to ensure as few # problems as possible. strip-flags + filter-lto # Lock glibc at -O2; we want to be conservative here. filter-flags '-O?' append-flags -O2 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 2375fd18f6a9..f16a004cdc94 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -411,6 +411,7 @@ setup_flags() { # relating to failed builds, we strip most CFLAGS out to ensure as few # problems as possible. strip-flags + filter-lto # Lock glibc at -O2; we want to be conservative here. filter-flags '-O?' append-flags -O2