From e371afa912187ba5e46ff4a19b21ea80934f77ab Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 10 May 2025 12:24:47 +0100 Subject: dev-lang/python: drop -ffat-lto-objects for >=3.12 The broken autoconf-archive macro which required us to pass -ffat-lto-objects as a workaround has been fixed and backported to >= CPython 3.12: https://github.com/python/cpython/issues/89640#issuecomment-2456579831 Note that the Python build system still adds this anyway but hopefully that can be dropped in future, like -flto-partition=one was in https://github.com/python/cpython/issues/132257. Bug: https://bugs.gentoo.org/700012 Signed-off-by: Sam James --- dev-lang/python/python-3.13.3-r100.ebuild | 2 -- 1 file changed, 2 deletions(-) (limited to 'dev-lang/python/python-3.13.3-r100.ebuild') diff --git a/dev-lang/python/python-3.13.3-r100.ebuild b/dev-lang/python/python-3.13.3-r100.ebuild index 8754c8ec90c6..41372672b7f7 100644 --- a/dev-lang/python/python-3.13.3-r100.ebuild +++ b/dev-lang/python/python-3.13.3-r100.ebuild @@ -420,9 +420,7 @@ src_configure() { $(use_with valgrind) ) - # https://bugs.gentoo.org/700012 if tc-is-lto; then - append-cflags $(test-flags-CC -ffat-lto-objects) myeconfargs+=( --with-lto ) -- cgit v1.2.3