diff options
author | Patrick Lauer <patrick@gentoo.org> | 2019-09-15 10:41:52 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2019-09-15 10:41:52 +0000 |
commit | 0b5a793dab90853dce0fb1d202f157c6ed415f18 (patch) | |
tree | b7431d6c82feda4db700f4ecf40de9a10442be6d /sci-mathematics | |
parent | games-emulation/mupen64plus-video-glide*: Switch to bundled txc_dxtn (diff) | |
download | gentoo-0b5a793dab90853dce0fb1d202f157c6ed415f18.tar.gz gentoo-0b5a793dab90853dce0fb1d202f157c6ed415f18.tar.bz2 gentoo-0b5a793dab90853dce0fb1d202f157c6ed415f18.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>
Diffstat (limited to 'sci-mathematics')
-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 |