]> git.pld-linux.org Git - packages/primecoin.git/blob - build-i486.patch
- rebuild with miniupnpc 2.0
[packages/primecoin.git] / build-i486.patch
1 --- primecoin-20131127/src/main.cpp~    2013-11-27 13:35:16.000000000 +0100
2 +++ primecoin-20131127/src/main.cpp     2013-12-04 14:58:01.574592313 +0100
3 @@ -4756,7 +4756,7 @@
4              }
5              else
6              {
7 -#ifdef __GNUC__
8 +#if defined __GNUC__ && ! defined __i486__
9                  // Use atomic increment
10                  __sync_add_and_fetch(&nPrimeCounter, nPrimesHit);
11                  __sync_add_and_fetch(&nTestCounter, nTests);
This page took 0.113301 seconds and 3 git commands to generate.