public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/gmp/files/6.0.0a: ppc64-build.diff
@ 2014-03-27  1:11 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2014-03-27  1:11 UTC (permalink / raw
  To: gentoo-commits

vapier      14/03/27 01:11:49

  Added:                ppc64-build.diff
  Log:
  Add fix from upstream for building on ppc64.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.1                  dev-libs/gmp/files/6.0.0a/ppc64-build.diff

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmp/files/6.0.0a/ppc64-build.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gmp/files/6.0.0a/ppc64-build.diff?rev=1.1&content-type=text/plain

Index: ppc64-build.diff
===================================================================
from upstream

# HG changeset patch
# User Torbjorn Granlund <tege@gmplib.org>
# Date 1395835068 -3600
# Node ID 4a6d258b467f661da0894cc60ecd060f2e3c67c7
# Parent  301ce2788826a2d4d2725bd5cf01e998638db37a
Provide default for BMOD_1_TO_MOD_1_THRESHOLD.

diff -r 301ce2788826 -r 4a6d258b467f mpn/powerpc64/mode64/gcd_1.asm
--- a/mpn/powerpc64/mode64/gcd_1.asm	Tue Mar 25 15:34:52 2014 +0100
+++ b/mpn/powerpc64/mode64/gcd_1.asm	Wed Mar 26 12:57:48 2014 +0100
@@ -43,6 +43,9 @@
 define(`n',     `r4')
 define(`v0',    `r5')
 
+ifdef(`BMOD_1_TO_MOD_1_THRESHOLD',,
+  `define(`BMOD_1_TO_MOD_1_THRESHOLD',30)')
+
 EXTERN_FUNC(mpn_mod_1)
 EXTERN_FUNC(mpn_modexact_1c_odd)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-27  1:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-27  1:11 [gentoo-commits] gentoo-x86 commit in dev-libs/gmp/files/6.0.0a: ppc64-build.diff Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox