]> git.pld-linux.org Git - packages/primecoin-hp.git/blob - build-i486.patch
- release 7 (by relup.sh)
[packages/primecoin-hp.git] / build-i486.patch
1 --- primecoin-0.1.2-hp14/src/prime.h~   2014-04-26 17:02:25.000000000 +0200
2 +++ primecoin-0.1.2-hp14/src/prime.h    2015-06-27 10:33:03.301061751 +0200
3 @@ -165,7 +165,7 @@
4   * __builtin_popcountl and
5   * __sync_add_and_fetch
6   */
7 -#if defined(__GNUC__) || defined(__clang__)
8 +#if (defined(__GNUC__) && ! defined(__i486__)) || defined(__clang__)
9  #    define USE_GCC_BUILTINS
10  #endif
11  
This page took 0.319701 seconds and 3 git commands to generate.