diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-07 19:33:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-07 19:33:58 +0100 |
commit | b8a5f39cf7e72bc8e25bfbce24c0820ad43f0721 (patch) | |
tree | 7d9282ce7a807b30a4f0abfa61359994fe7841e7 /package/gmp/patches/patch-longlong_h | |
parent | 389e67da44097077ce8bfa775a359bcdb0b60601 (diff) | |
parent | 237345323af9aa759b1dee8cc5496c1ef30c3f2c (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/gmp/patches/patch-longlong_h')
-rw-r--r-- | package/gmp/patches/patch-longlong_h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/gmp/patches/patch-longlong_h b/package/gmp/patches/patch-longlong_h new file mode 100644 index 000000000..dd42a0ebc --- /dev/null +++ b/package/gmp/patches/patch-longlong_h @@ -0,0 +1,11 @@ +--- gmp-5.1.3.orig/longlong.h 2013-09-30 12:18:28.000000000 +0200 ++++ gmp-5.1.3/longlong.h 2014-01-06 16:07:47.886035812 +0100 +@@ -1230,7 +1230,7 @@ extern UWtype __MPN(udiv_qrnnd) (UWtype + #define UDIV_TIME 100 + #endif /* __mips */ + +-#if (defined (__mips) && __mips >= 3) && W_TYPE_SIZE == 64 ++#if (defined (__mips) && __mips >= 3) && W_TYPE_SIZE == 64 && defined (_LP64) + #if __GMP_GNUC_PREREQ (4,4) + #define umul_ppmm(w1, w0, u, v) \ + do { \ |