summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2019-09-15 10:41:52 +0000
committerPatrick Lauer <patrick@gentoo.org>2019-09-15 10:41:52 +0000
commit0b5a793dab90853dce0fb1d202f157c6ed415f18 (patch)
treeb7431d6c82feda4db700f4ecf40de9a10442be6d
parentgames-emulation/mupen64plus-video-glide*: Switch to bundled txc_dxtn (diff)
downloadgentoo-0b5a793d.tar.gz
gentoo-0b5a793d.tar.bz2
gentoo-0b5a793d.zip
sci-mathematics/gmp-ecm: Fix custom-tune useflag
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
-rw-r--r--sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r1.ebuild (renamed from sci-mathematics/gmp-ecm/gmp-ecm-7.0.4.ebuild)3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4.ebuild b/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r1.ebuild
index 54f7a1bbd2df..67ee92316610 100644
--- a/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4.ebuild
+++ b/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r1.ebuild
@@ -41,8 +41,7 @@ src_configure() {
src_compile() {
append-ldflags "-Wl,-z,noexecstack"
if use custom-tune; then
- use amd64 && cd x86_64
- use x86 && cd pentium4
+ emake && emake ecm-params # need to build all to get benchmark bits, then run benchmark
emake
fi
default