From 2054ff360d0dc052e3721a35f67a09b84fe3c9c8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 11 Aug 2023 06:40:21 +0200 Subject: gmp: update to 6.3.0 --- package/gmp/patches/patch-longlong_h | 11 ----------- toolchain/gmp/Makefile.inc | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 package/gmp/patches/patch-longlong_h 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 { \ diff --git a/toolchain/gmp/Makefile.inc b/toolchain/gmp/Makefile.inc index 88087b7e3..c7f99320b 100644 --- a/toolchain/gmp/Makefile.inc +++ b/toolchain/gmp/Makefile.inc @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= gmp -PKG_VERSION:= 6.1.2 +PKG_VERSION:= 6.3.0 PKG_RELEASE:= 1 -PKG_HASH:= 87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 +PKG_HASH:= a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898 PKG_SITES:= ${MASTER_SITE_GNU:=gmp/} -- cgit v1.2.3