diff options
author | Sam James <sam@gentoo.org> | 2023-02-28 03:33:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-28 03:33:23 +0000 |
commit | f7386333115feaee9a8bf6ab314b0106ba77f196 (patch) | |
tree | bdb0b52167be990c55c791a7c386d487957073a6 /sys-libs/glibc/glibc-9999.ebuild | |
parent | dev-libs/libayatana-appindicator: Keyword 0.5.92 sparc, #887173 (diff) | |
download | gentoo-f7386333115feaee9a8bf6ab314b0106ba77f196.tar.gz gentoo-f7386333115feaee9a8bf6ab314b0106ba77f196.tar.bz2 gentoo-f7386333115feaee9a8bf6ab314b0106ba77f196.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'sys-libs/glibc/glibc-9999.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 |