commit: d89510821e84ece8bf057f57f297016fae114e06 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 30 17:01:19 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 30 17:01:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8951082
dev-libs/gmp: add comment wrt no pgo Bug: https://bugs.gentoo.org/454912 Bug: https://bugs.gentoo.org/650558 Bug: https://bugs.gentoo.org/658688 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/gmp/gmp-6.3.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-libs/gmp/gmp-6.3.0.ebuild b/dev-libs/gmp/gmp-6.3.0.ebuild index 0891330f69e3..f96c0cf02b30 100644 --- a/dev-libs/gmp/gmp-6.3.0.ebuild +++ b/dev-libs/gmp/gmp-6.3.0.ebuild @@ -140,6 +140,10 @@ multilib_src_configure() { # --with-pic forces static libraries to be built as PIC # and without TEXTRELs. musl does not support TEXTRELs: bug #707332 $(use pic && echo --with-pic) + + # XXX: In the past, we had PGO support with upstream's 'tuneup' script + # per https://gmplib.org/manual/Performance-optimization, but we had + # a variety of issues with it: bug #454912, bug #650558, and bug #658688. ) # Move the wrappers from GMP back into place (may have been destroyed by previous econf run)
