summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/crossgcc/patches/gmp-6.1.2_freebsd-configure.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/util/crossgcc/patches/gmp-6.1.2_freebsd-configure.patch b/util/crossgcc/patches/gmp-6.1.2_freebsd-configure.patch
new file mode 100644
index 0000000000..5770af6921
--- /dev/null
+++ b/util/crossgcc/patches/gmp-6.1.2_freebsd-configure.patch
@@ -0,0 +1,20 @@
+--- gmp-6.1.2.orig/configure 2016-12-16 16:45:32.000000000 +0100
++++ gmp-6.1.2/configure 2017-03-08 14:26:11.194245000 +0100
+@@ -6776,7 +6776,7 @@
+ long i;
+ for (i = 0; i < 88 + 1; i++)
+ a[i] = ~0L;
+- r = malloc (10000 * sizeof (unsigned long));
++ r = calloc (10000, sizeof (unsigned long));
+ r2 = r;
+ for (i = 0; i < 528; i += 23)
+ {
+@@ -8394,7 +8394,7 @@
+ long i;
+ for (i = 0; i < 88 + 1; i++)
+ a[i] = ~0L;
+- r = malloc (10000 * sizeof (unsigned long));
++ r = calloc (10000, sizeof (unsigned long));
+ r2 = r;
+ for (i = 0; i < 528; i += 23)
+ {