commit: 62133ddd7f6165145cff426c326bdf49f6600d46 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Thu Aug 1 03:44:23 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Thu Aug 1 03:45:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62133ddd
dev-lisp/sbcl: remove outdated LTO workaround We reported the issue upstream, and it was fixed for 2.4.7. Bug: https://bugs.gentoo.org/917557 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-lisp/sbcl/sbcl-2.4.7.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-lisp/sbcl/sbcl-2.4.7.ebuild b/dev-lisp/sbcl/sbcl-2.4.7.ebuild index ac2a9920c846..9112b6a07a4c 100644 --- a/dev-lisp/sbcl/sbcl-2.4.7.ebuild +++ b/dev-lisp/sbcl/sbcl-2.4.7.ebuild @@ -124,11 +124,6 @@ src_prepare() { filter-flags -fomit-frame-pointer -Wl,-s filter-ldflags -s - # -Werror=lto-type-mismatch - # https://bugs.gentoo.org/917557 - # https://bugs.launchpad.net/gentoo/+bug/2072800 - filter-lto - # original bugs #526194, #620532 # this broke no-pie default builds, c.f. bug #632670 # Pass CFLAGS down by appending our value, to let users override
