dev-lisp/clisp: add bug ref for x86 -falign-functions=

Bug: https://bugs.gentoo.org/585182
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-04-28 05:43:51 +01:00
parent 4a10e8e799
commit efe71d4359

View File

@@ -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