summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-07-24 23:42:52 +0100
committerSam James <sam@gentoo.org>2023-07-24 23:43:14 +0100
commit1f0fd3e2aee01e0c09e7103c8af4183b57faef49 (patch)
tree45307df92fcc1339802d246fd13dcc4ec27592b2 /sys-libs
parentnet-misc/openssh-contrib: unkeyword 9.3_p1 for ~amd64 (diff)
downloadgentoo-1f0fd3e2aee01e0c09e7103c8af4183b57faef49.tar.gz
gentoo-1f0fd3e2aee01e0c09e7103c8af4183b57faef49.tar.bz2
gentoo-1f0fd3e2aee01e0c09e7103c8af4183b57faef49.zip
sys-libs/glibc: drop stale workarounds
As of >=2.35, all of these are fixed. Bug: https://bugs.gentoo.org/785091 Bug: https://sourceware.org/PR27318 Bug: https://sourceware.org/PR27991 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index 79c3065fcb4e..11f5063768f5 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -1018,16 +1018,6 @@ glibc_do_configure() {
# https://bugs.gentoo.org/753740
libc_cv_complocaledir='${exec_prefix}/lib/locale'
- # -march= option tricks build system to infer too
- # high ISA level: https://sourceware.org/PR27318
- libc_cv_include_x86_isa_level=no
-
- # Explicit override of https://sourceware.org/PR27991
- # exposes a bug in glibc's configure:
- # https://sourceware.org/PR27991
- libc_cv_have_x86_lahf_sahf=no
- libc_cv_have_x86_movbe=no
-
# On aarch64 there is no way to override -mcpu=native, and if
# the current cpu does not support SVE configure fails.
# Let's boldly assume our toolchain can always build SVE instructions.