summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-24 05:17:14 +0000
committerSam James <sam@gentoo.org>2022-01-24 14:30:28 +0000
commitde88ea3fb13fbe7c574ba2131a03a9fd72e7e523 (patch)
tree3fa3973a704bed4b1db164ead90eff5b0e3252e3 /sys-devel
parentdev-lang/python: Remove old (diff)
downloadgentoo-de88ea3fb13fbe7c574ba2131a03a9fd72e7e523.tar.gz
gentoo-de88ea3fb13fbe7c574ba2131a03a9fd72e7e523.tar.bz2
gentoo-de88ea3fb13fbe7c574ba2131a03a9fd72e7e523.zip
sys-devel/binutils-hppa64: disable LTO for PGO
We don't build kgcc64 with LTO support (for now?) so we can't request it in HPPA64 binutils either. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
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
index 62f90e6f292a..1741130aeeeb 100644
--- a/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild
+++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.37_p1-r2.ebuild
@@ -276,7 +276,8 @@ src_configure() {
# But the check does not quite work on i686: bug #760926.
$(use_enable cet)
- $(use_enable pgo pgo-build lto)
+ # No LTO for HPPA64 right now as we don't build kgcc64 with LTO support.
+ $(use_enable pgo pgo-build)
)
if use pgo ; then