diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-11 06:40:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-11 06:40:21 +0200 |
commit | 2054ff360d0dc052e3721a35f67a09b84fe3c9c8 (patch) | |
tree | 41943e96a6f011f089c142debee8ade7822cf31d /package/gmp | |
parent | bdbc603c545c3b9f5ed3e198c74ea83e482252cd (diff) |
gmp: update to 6.3.0
Diffstat (limited to 'package/gmp')
-rw-r--r-- | package/gmp/patches/patch-longlong_h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/gmp/patches/patch-longlong_h b/package/gmp/patches/patch-longlong_h deleted file mode 100644 index dd42a0ebc..000000000 --- a/package/gmp/patches/patch-longlong_h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 { \ |