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 64BCB158009 for ; Mon, 26 Jun 2023 15:32:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A882EE087E; Mon, 26 Jun 2023 15:32:11 +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 8ABC9E087E for ; Mon, 26 Jun 2023 15:32:11 +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 9F91D340D68 for ; Mon, 26 Jun 2023 15:32:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFB80990 for ; Mon, 26 Jun 2023 15:32:08 +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: <1687793509.4913f0a16e3cf0065d7e6de18e414882423f7d72.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.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-2.37-r3.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: 4913f0a16e3cf0065d7e6de18e414882423f7d72 X-VCS-Branch: master Date: Mon, 26 Jun 2023 15:32:08 +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: e2dcb00b-9c62-4214-9a76-0e9e0fad7a0f X-Archives-Hash: 1e1732f409a3942068f1c711a95bef95 commit: 4913f0a16e3cf0065d7e6de18e414882423f7d72 Author: Sam James gentoo org> AuthorDate: Mon Jun 26 15:31:49 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 26 15:31:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4913f0a1 sys-libs/glibc: always filter-lto, even w/ USE=custom-cflags Closes: https://bugs.gentoo.org/909193 Signed-off-by: Sam James gentoo.org> sys-libs/glibc/glibc-2.31-r7.ebuild | 2 +- sys-libs/glibc/glibc-2.32-r8.ebuild | 2 +- sys-libs/glibc/glibc-2.33-r14.ebuild | 2 +- sys-libs/glibc/glibc-2.34-r14.ebuild | 2 +- sys-libs/glibc/glibc-2.35-r11.ebuild | 2 +- sys-libs/glibc/glibc-2.36-r7.ebuild | 2 +- sys-libs/glibc/glibc-2.36-r8.ebuild | 2 +- sys-libs/glibc/glibc-2.37-r2.ebuild | 2 +- sys-libs/glibc/glibc-2.37-r3.ebuild | 2 +- sys-libs/glibc/glibc-9999.ebuild | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys-libs/glibc/glibc-2.31-r7.ebuild b/sys-libs/glibc/glibc-2.31-r7.ebuild index 78cb09bec8e9..ff102e83e4d2 100644 --- a/sys-libs/glibc/glibc-2.31-r7.ebuild +++ b/sys-libs/glibc/glibc-2.31-r7.ebuild @@ -367,12 +367,12 @@ 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 fi 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.32-r8.ebuild b/sys-libs/glibc/glibc-2.32-r8.ebuild index 3d72cb214594..83c994830e78 100644 --- a/sys-libs/glibc/glibc-2.32-r8.ebuild +++ b/sys-libs/glibc/glibc-2.32-r8.ebuild @@ -384,12 +384,12 @@ 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 fi 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.33-r14.ebuild b/sys-libs/glibc/glibc-2.33-r14.ebuild index 1f432881eeeb..817ff95e7869 100644 --- a/sys-libs/glibc/glibc-2.33-r14.ebuild +++ b/sys-libs/glibc/glibc-2.33-r14.ebuild @@ -396,12 +396,12 @@ 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 fi 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.34-r14.ebuild b/sys-libs/glibc/glibc-2.34-r14.ebuild index 544d8be04150..0a2e4d90ccb4 100644 --- a/sys-libs/glibc/glibc-2.34-r14.ebuild +++ b/sys-libs/glibc/glibc-2.34-r14.ebuild @@ -399,13 +399,13 @@ 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 fi 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.35-r11.ebuild b/sys-libs/glibc/glibc-2.35-r11.ebuild index 5b6649f3f6de..090f19b517a8 100644 --- a/sys-libs/glibc/glibc-2.35-r11.ebuild +++ b/sys-libs/glibc/glibc-2.35-r11.ebuild @@ -412,13 +412,13 @@ 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 fi 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.36-r7.ebuild b/sys-libs/glibc/glibc-2.36-r7.ebuild index 49ab641a06f2..c1813a55f183 100644 --- a/sys-libs/glibc/glibc-2.36-r7.ebuild +++ b/sys-libs/glibc/glibc-2.36-r7.ebuild @@ -418,13 +418,13 @@ 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 fi 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.36-r8.ebuild b/sys-libs/glibc/glibc-2.36-r8.ebuild index dc181a1690f3..5998cc3c9055 100644 --- a/sys-libs/glibc/glibc-2.36-r8.ebuild +++ b/sys-libs/glibc/glibc-2.36-r8.ebuild @@ -418,13 +418,13 @@ 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 fi 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.37-r2.ebuild b/sys-libs/glibc/glibc-2.37-r2.ebuild index 5c8351a2a379..b28145dab4c9 100644 --- a/sys-libs/glibc/glibc-2.37-r2.ebuild +++ b/sys-libs/glibc/glibc-2.37-r2.ebuild @@ -419,13 +419,13 @@ 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 fi 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.37-r3.ebuild b/sys-libs/glibc/glibc-2.37-r3.ebuild index df775e7f1f85..8cb029656f12 100644 --- a/sys-libs/glibc/glibc-2.37-r3.ebuild +++ b/sys-libs/glibc/glibc-2.37-r3.ebuild @@ -407,13 +407,13 @@ 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 fi 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-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 54fcf643e2cf..ffcac4cc7948 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -407,13 +407,13 @@ 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 fi strip-unsupported-flags + filter-lto filter-flags -m32 -m64 '-mabi=*' # glibc aborts if rpath is set by LDFLAGS