sys-libs/binutils-libs: always guarantee fat LTO objects

I was preoccupied earlier by the test issue. libiberty.a is always
installed, regardless of USE=startic-libs, so we need to always call
lto-guarantee-fat.

Pointed out by Eli.

Bug: https://bugs.gentoo.org/924360
Fixes: a00c963757
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-08 07:21:35 +01:00
parent d0842a2788
commit b2d68e3a4b
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ pkgversion() {
}
src_configure() {
use static-libs && lto-guarantee-fat
lto-guarantee-fat
multilib-minimal_src_configure
}

View File

@@ -126,7 +126,7 @@ pkgversion() {
}
src_configure() {
use static-libs && lto-guarantee-fat
lto-guarantee-fat
multilib-minimal_src_configure
}