directfb: do not use inexistant configure options
[buildroot-gz.git] / package / gmp / 0003-powerpc-provide-default-bmod-to-mod-threshold-1.patch
blob76aa72f086139e9233e9d15e2751cc04a8f2b949
2 # HG changeset patch
3 # User Torbjorn Granlund <tege@gmplib.org>
4 # Date 1395835068 -3600
5 # Node ID 4a6d258b467f661da0894cc60ecd060f2e3c67c7
6 # Parent 301ce2788826a2d4d2725bd5cf01e998638db37a
7 Provide default for BMOD_1_TO_MOD_1_THRESHOLD.
9 diff -r 301ce2788826 -r 4a6d258b467f mpn/powerpc64/mode64/gcd_1.asm
10 --- a/mpn/powerpc64/mode64/gcd_1.asm Tue Mar 25 15:34:52 2014 +0100
11 +++ b/mpn/powerpc64/mode64/gcd_1.asm Wed Mar 26 12:57:48 2014 +0100
12 @@ -43,6 +43,9 @@
13 define(`n', `r4')
14 define(`v0', `r5')
16 +ifdef(`BMOD_1_TO_MOD_1_THRESHOLD',,
17 + `define(`BMOD_1_TO_MOD_1_THRESHOLD',30)')
19 EXTERN_FUNC(mpn_mod_1)
20 EXTERN_FUNC(mpn_modexact_1c_odd)