summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-08-25 16:20:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-08-25 16:20:45 +0200
commit02c26398b1f9e6d29dea4a2452b7978a65b6200c (patch)
treed97411ba4fb35cbafed1862813504cd9defce26c
parentf99843b3350758edc0dfd89565244e0a6efdca99 (diff)
mpfr: remove patch no longer needed
-rw-r--r--package/mpfr/patches/patch-src_mpfr-longlong_h11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mpfr/patches/patch-src_mpfr-longlong_h b/package/mpfr/patches/patch-src_mpfr-longlong_h
deleted file mode 100644
index e68cfa752..000000000
--- a/package/mpfr/patches/patch-src_mpfr-longlong_h
+++ /dev/null
@@ -1,11 +0,0 @@
---- mpfr-3.1.2.orig/src/mpfr-longlong.h 2013-03-13 16:37:32.000000000 +0100
-+++ mpfr-3.1.2/src/mpfr-longlong.h 2014-01-06 16:29:39.854354889 +0100
-@@ -1043,7 +1043,7 @@ extern UWtype __MPN(udiv_qrnnd) _PROTO (
- #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 { \