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 2E1A2158030 for ; Tue, 28 Feb 2023 03:33:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A59AE0718; Tue, 28 Feb 2023 03:33:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45699E0718 for ; Tue, 28 Feb 2023 03:33:50 +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 8387A340D83 for ; Tue, 28 Feb 2023 03:33:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AC2B8B6 for ; Tue, 28 Feb 2023 03:33:48 +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: <1677555203.f7386333115feaee9a8bf6ab314b0106ba77f196.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.36-r7.ebuild sys-libs/glibc/glibc-2.37.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: f7386333115feaee9a8bf6ab314b0106ba77f196 X-VCS-Branch: master Date: Tue, 28 Feb 2023 03:33:48 +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: c8a9c4e3-7195-4334-946c-04c2fc45c417 X-Archives-Hash: b1b2e81dbfd9fa644879922f47a70d38 commit: f7386333115feaee9a8bf6ab314b0106ba77f196 Author: Sam James gentoo org> AuthorDate: Tue Feb 28 03:33:23 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 28 03:33:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7386333 sys-libs/glibc: filter -fno-builtin Makes no sense for glibc, as it's the thing providing the non-builtins. Closes: https://bugs.gentoo.org/898098 Signed-off-by: Sam James gentoo.org> sys-libs/glibc/glibc-2.36-r7.ebuild | 3 +++ sys-libs/glibc/glibc-2.37.ebuild | 3 +++ sys-libs/glibc/glibc-9999.ebuild | 3 +++ 3 files changed, 9 insertions(+) diff --git a/sys-libs/glibc/glibc-2.36-r7.ebuild b/sys-libs/glibc/glibc-2.36-r7.ebuild index 6f93ac1992b1..4d0fecf5932c 100644 --- a/sys-libs/glibc/glibc-2.36-r7.ebuild +++ b/sys-libs/glibc/glibc-2.36-r7.ebuild @@ -440,6 +440,9 @@ setup_flags() { # #492892 filter-flags -frecord-gcc-switches + # #898098 + filter-flags -fno-builtin + # #829583 filter-lfs-flags diff --git a/sys-libs/glibc/glibc-2.37.ebuild b/sys-libs/glibc/glibc-2.37.ebuild index 105fdc0c3aaa..c7656cf6144e 100644 --- a/sys-libs/glibc/glibc-2.37.ebuild +++ b/sys-libs/glibc/glibc-2.37.ebuild @@ -442,6 +442,9 @@ setup_flags() { # #492892 filter-flags -frecord-gcc-switches + # #898098 + filter-flags -fno-builtin + # #829583 filter-lfs-flags diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 23a25b3e5e13..df348d783cb1 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -442,6 +442,9 @@ setup_flags() { # #492892 filter-flags -frecord-gcc-switches + # #898098 + filter-flags -fno-builtin + # #829583 filter-lfs-flags