diff options
| author | Sam James <sam@gentoo.org> | 2025-04-28 05:43:51 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-04-28 05:43:51 +0100 |
| commit | efe71d43591c75104225e9d5ed36895e50214c30 (patch) | |
| tree | f886f7dd8084ed4472f40b78073dedffac35fe6e /dev-lisp | |
| parent | 4a10e8e799e6d191cd5c8ae8d6c61a42f7f66482 (diff) | |
| download | gentoo-efe71d43591c75104225e9d5ed36895e50214c30.tar.gz gentoo-efe71d43591c75104225e9d5ed36895e50214c30.tar.bz2 gentoo-efe71d43591c75104225e9d5ed36895e50214c30.zip | |
dev-lisp/clisp: add bug ref for x86 -falign-functions=
Bug: https://bugs.gentoo.org/585182
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lisp')
| -rw-r--r-- | dev-lisp/clisp/clisp-2.49.92-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
