diff options
author | Sam James <sam@gentoo.org> | 2023-07-30 18:01:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-30 18:01:19 +0100 |
commit | d89510821e84ece8bf057f57f297016fae114e06 (patch) | |
tree | e00da09b8099e7fa500bb0118e2d2b9a973dfcab /dev-libs/gmp | |
parent | app-arch/libarchive: Stabilize 3.7.1 arm64, #911487 (diff) | |
download | gentoo-d89510821e84ece8bf057f57f297016fae114e06.tar.gz gentoo-d89510821e84ece8bf057f57f297016fae114e06.tar.bz2 gentoo-d89510821e84ece8bf057f57f297016fae114e06.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/gmp')
-rw-r--r-- | dev-libs/gmp/gmp-6.3.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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) |