Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Tue, 28 Feb 2023 03:33:51
Message-Id: 1677555203.f7386333115feaee9a8bf6ab314b0106ba77f196.sam@gentoo
1 commit: f7386333115feaee9a8bf6ab314b0106ba77f196
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 03:33:23 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 03:33:23 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7386333
7
8 sys-libs/glibc: filter -fno-builtin
9
10 Makes no sense for glibc, as it's the thing providing the non-builtins.
11
12 Closes: https://bugs.gentoo.org/898098
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sys-libs/glibc/glibc-2.36-r7.ebuild | 3 +++
16 sys-libs/glibc/glibc-2.37.ebuild | 3 +++
17 sys-libs/glibc/glibc-9999.ebuild | 3 +++
18 3 files changed, 9 insertions(+)
19
20 diff --git a/sys-libs/glibc/glibc-2.36-r7.ebuild b/sys-libs/glibc/glibc-2.36-r7.ebuild
21 index 6f93ac1992b1..4d0fecf5932c 100644
22 --- a/sys-libs/glibc/glibc-2.36-r7.ebuild
23 +++ b/sys-libs/glibc/glibc-2.36-r7.ebuild
24 @@ -440,6 +440,9 @@ setup_flags() {
25 # #492892
26 filter-flags -frecord-gcc-switches
27
28 + # #898098
29 + filter-flags -fno-builtin
30 +
31 # #829583
32 filter-lfs-flags
33
34
35 diff --git a/sys-libs/glibc/glibc-2.37.ebuild b/sys-libs/glibc/glibc-2.37.ebuild
36 index 105fdc0c3aaa..c7656cf6144e 100644
37 --- a/sys-libs/glibc/glibc-2.37.ebuild
38 +++ b/sys-libs/glibc/glibc-2.37.ebuild
39 @@ -442,6 +442,9 @@ setup_flags() {
40 # #492892
41 filter-flags -frecord-gcc-switches
42
43 + # #898098
44 + filter-flags -fno-builtin
45 +
46 # #829583
47 filter-lfs-flags
48
49
50 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
51 index 23a25b3e5e13..df348d783cb1 100644
52 --- a/sys-libs/glibc/glibc-9999.ebuild
53 +++ b/sys-libs/glibc/glibc-9999.ebuild
54 @@ -442,6 +442,9 @@ setup_flags() {
55 # #492892
56 filter-flags -frecord-gcc-switches
57
58 + # #898098
59 + filter-flags -fno-builtin
60 +
61 # #829583
62 filter-lfs-flags