diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-18 22:39:26 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-08-18 22:39:26 -0700 |
commit | be399f1046874daa40b15cbb7d74e715ae3714e6 (patch) | |
tree | 4fa20bf4d5027571c5e483e04a644a4bc7091d2c /packages/mingw-w64/v2.0.10/100-mingw64-malloc.patch | |
parent | 321990916bd5180b11c598279680794ce9b044e3 (diff) | |
download | crosstool-ng-be399f1046874daa40b15cbb7d74e715ae3714e6.tar.gz crosstool-ng-be399f1046874daa40b15cbb7d74e715ae3714e6.tar.bz2 crosstool-ng-be399f1046874daa40b15cbb7d74e715ae3714e6.zip |
Record tarball formats
Also, missed upgrades of gmp, isl, mingw-w64
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/mingw-w64/v2.0.10/100-mingw64-malloc.patch')
-rw-r--r-- | packages/mingw-w64/v2.0.10/100-mingw64-malloc.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/mingw-w64/v2.0.10/100-mingw64-malloc.patch b/packages/mingw-w64/v2.0.10/100-mingw64-malloc.patch new file mode 100644 index 00000000..d9d5a61f --- /dev/null +++ b/packages/mingw-w64/v2.0.10/100-mingw64-malloc.patch @@ -0,0 +1,27 @@ +diff -urpN mingw-w64-v5.0.1.orig/mingw-w64-tools/genidl/src/genidl_cfg.h mingw-w64-v5.0.1/mingw-w64-tools/genidl/src/genidl_cfg.h +--- mingw-w64-v5.0.1.orig/mingw-w64-tools/genidl/src/genidl_cfg.h 2017-03-10 16:20:09.000000000 -0800 ++++ mingw-w64-v5.0.1/mingw-w64-tools/genidl/src/genidl_cfg.h 2017-03-10 16:25:26.000000000 -0800 +@@ -26,7 +26,9 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#if defined(HAVE_MALLOC_H) + #include <malloc.h> ++#endif + #include <memory.h> + #include <stdarg.h> + #include <stdint.h> +diff -urpN mingw-w64-v5.0.1.orig/mingw-w64-tools/genidl/src/genidl_typinfo.c mingw-w64-v5.0.1/mingw-w64-tools/genidl/src/genidl_typinfo.c +--- mingw-w64-v5.0.1.orig/mingw-w64-tools/genidl/src/genidl_typinfo.c 2017-03-10 16:20:09.000000000 -0800 ++++ mingw-w64-v5.0.1/mingw-w64-tools/genidl/src/genidl_typinfo.c 2017-03-10 16:25:49.000000000 -0800 +@@ -21,7 +21,10 @@ + #include "genidl_cfg.h" + #include "genidl_typeinfo.h" + #include "genidl_typinfo.h" ++#if defined(HAVE_MALLOC_H) + #include <malloc.h> ++#endif ++#include <stdlib.h> + #include <string.h> + #include <memory.h> + |