commit: efe71d43591c75104225e9d5ed36895e50214c30 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 28 04:43:51 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 28 04:43:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe71d43
dev-lisp/clisp: add bug ref for x86 -falign-functions= Bug: https://bugs.gentoo.org/585182 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-lisp/clisp/clisp-2.49.92-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lisp/clisp/clisp-2.49.92-r2.ebuild b/dev-lisp/clisp/clisp-2.49.92-r2.ebuild index dce4f2773aff..167263a375bf 100644 --- a/dev-lisp/clisp/clisp-2.49.92-r2.ebuild +++ b/dev-lisp/clisp/clisp-2.49.92-r2.ebuild @@ -96,10 +96,11 @@ src_configure() { # https://gitlab.com/gnu-clisp/clisp/-/issues/49 filter-lto - # We need this to build on alpha if use alpha; then + # We need this to build on alpha replace-flags -O? -O1 elif use x86; then + # bug #585182 append-flags -falign-functions=4 fi
