mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user