Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-hppa64/
Date: Mon, 24 Jan 2022 14:30:51
Message-Id: 1643034628.de88ea3fb13fbe7c574ba2131a03a9fd72e7e523.sam@gentoo
1 commit: de88ea3fb13fbe7c574ba2131a03a9fd72e7e523
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 05:17:14 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 14:30:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de88ea3f
7
8 sys-devel/binutils-hppa64: disable LTO for PGO
9
10 We don't build kgcc64 with LTO support (for now?) so we can't
11 request it in HPPA64 binutils either.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild
19 index 62f90e6f292a..1741130aeeeb 100644
20 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild
21 +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild
22 @@ -276,7 +276,8 @@ src_configure() {
23 # But the check does not quite work on i686: bug #760926.
24 $(use_enable cet)
25
26 - $(use_enable pgo pgo-build lto)
27 + # No LTO for HPPA64 right now as we don't build kgcc64 with LTO support.
28 + $(use_enable pgo pgo-build)
29 )
30
31 if use pgo ; then